48 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!-- End Color Palate / Color Switcher -->
 | |
| <!-- Search Popup -->
 | |
| <div class="search-popup">
 | |
|    <div class="color-layer"></div>
 | |
|    <button class="close-search"><span class="far fa-times fa-fw"></span></button>
 | |
|    <form method="post" action="">
 | |
|       <div class="form-group">
 | |
|          <input type="search" name="search-field" value="" placeholder="Search Here" required="">
 | |
|          <button type="submit"><i class="far fa-search fa-fw"></i></button>
 | |
|       </div>
 | |
|    </form>
 | |
| </div>
 | |
| <!-- End Search Popup -->
 | |
| </div>
 | |
| <!-- End PageWrapper -->
 | |
| <!-- Scroll To Top -->
 | |
| <div class="scroll-to-top scroll-to-target" data-target="html"><span class="fas fa-arrow-up fa-fw"></span></div>
 | |
| <script src="js/jquery.js"></script>
 | |
| <script src="js/01-bootstrap.min.js"></script>
 | |
| <script src="js/02-bootstrap-select.min.js"></script>
 | |
| <script src="js/03-color-settings.js"></script>
 | |
| <script src="js/04-owl.js"></script>
 | |
| <script src="js/05-jarallax.min.js"></script>
 | |
| <script src="js/06-isotope.js"></script>
 | |
| <script src="js/07-wow.js"></script>
 | |
| <script src="js/08-validate.js"></script>
 | |
| <script src="js/09-appear.js"></script>
 | |
| <script src="js/10-swiper.min.js"></script>
 | |
| <script src="js/11-jquery.easing.min.js"></script>
 | |
| <script src="js/12-gsap.min.js"></script>
 | |
| <script src="js/13-odometer.js"></script>
 | |
| <script src="js/14-tilt.jquery.min.js"></script>
 | |
| <script src="js/15-magnific-popup.min.js"></script>
 | |
| <script src="js/16-jquery-ui.js"></script>
 | |
| <script src="js/17-marquee.min.js"></script>
 | |
| <script src="js/18-jquery.circleType.js"></script>
 | |
| <script src="js/19-jquery.lettering.min.js"></script>
 | |
| <script src="js/script.js"></script>
 | |
| 
 | |
| <!-- Google tag (gtag.js) -->
 | |
| <script async src="https://www.googletagmanager.com/gtag/js?id=G-F9S9TCZEJL"></script>
 | |
| <script>
 | |
|   window.dataLayer = window.dataLayer || [];
 | |
|   function gtag(){dataLayer.push(arguments);}
 | |
|   gtag('js', new Date());
 | |
| 
 | |
|   gtag('config', 'G-F9S9TCZEJL');
 | |
| </script> | 
