mirror of
				https://github.com/pierre42100/AboutComunic
				synced 2025-10-31 10:14:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <!-- jQuery -->
 | |
| <script src="/js/jquery.js"></script>
 | |
| 
 | |
| <!-- Bootstrap Core JavaScript
 | |
| <script src="js/bootstrap.min.js"></script> -->
 | |
| 
 | |
| <!-- Plugin JavaScript -->
 | |
| <script src="/js/jquery.easing.min.js"></script>
 | |
| <script src="/js/jquery.fittext.js"></script>
 | |
| <script src="/js/wow.min.js"></script>
 | |
| 
 | |
| <!-- Custom Theme JavaScript -->
 | |
| <script src="/js/creative.js"></script>
 | |
| 
 | |
| <!-- jQuery
 | |
| <script src="/vendor/jquery/jquery.min.js"></script> -->
 | |
| 
 | |
| <!-- Bootstrap Core JavaScript -->
 | |
| <script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
 | |
| 
 | |
| <!-- Plugin JavaScript -->
 | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
 | |
| 
 | |
| <!-- Theme JavaScript -->
 | |
| <script src="/js/new-age.min.js"></script>
 | |
| 
 | |
| {% if site.google_analytics %}
 | |
| <script type="text/javascript">
 | |
|   var _gaq = _gaq || [];
 | |
|   _gaq.push(['_setAccount', '{{ site.google_analytics }}']);
 | |
|           _gaq.push(['_trackPageview']);
 | |
|   (function () {
 | |
|       var ga = document.createElement('script');
 | |
|       ga.type = 'text/javascript';
 | |
|       ga.async = true;
 | |
|       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 | |
|       var s = document.getElementsByTagName('script')[0];
 | |
|       s.parentNode.insertBefore(ga, s);
 | |
|   })();
 | |
| </script>
 | |
| {% endif %}
 | 
