cdn links for vendor files
This commit is contained in:
		
					parent
					
						
							
								d452118b2f
							
						
					
				
			
			
				commit
				
					
						1fd5b51cae
					
				
			
		
					 2 changed files with 18 additions and 41 deletions
				
			
		|  | @ -14,7 +14,7 @@ | ||||||
|     <title>ungleich GmbH</title> |     <title>ungleich GmbH</title> | ||||||
| 
 | 
 | ||||||
|     <!-- Bootstrap Core CSS --> |     <!-- Bootstrap Core CSS --> | ||||||
|     <link href="{% static 'ungleich_page/css/bootstrap.min.css' %}" rel="stylesheet"> |     <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> | ||||||
|     <link href="{% static 'ungleich_page/css/lib/animate.min.css' %}" rel="stylesheet"> |     <link href="{% static 'ungleich_page/css/lib/animate.min.css' %}" rel="stylesheet"> | ||||||
| 
 | 
 | ||||||
|     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||||||
|  |  | ||||||
|  | @ -1,6 +1,5 @@ | ||||||
| {% load static %} | {% load static i18n %} | ||||||
| {% load  bootstrap3 %} | 
 | ||||||
| {% load i18n %} |  | ||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html lang="en"> | <html lang="en"> | ||||||
| <head> | <head> | ||||||
|  | @ -13,9 +12,8 @@ | ||||||
| 
 | 
 | ||||||
|     <title>ungleich GmbH</title> |     <title>ungleich GmbH</title> | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
|     <!-- Bootstrap Core CSS --> |     <!-- Bootstrap Core CSS --> | ||||||
|     <link href="{% static 'ungleich_page/css/bootstrap.min.css' %}" rel="stylesheet"> |     <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> | ||||||
|     <link href="{% static 'ungleich_page/css/lib/animate.min.css' %}" rel="stylesheet"> |     <link href="{% static 'ungleich_page/css/lib/animate.min.css' %}" rel="stylesheet"> | ||||||
| 
 | 
 | ||||||
|     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||||||
|  | @ -51,10 +49,9 @@ | ||||||
|                     <span class="icon-bar"></span> |                     <span class="icon-bar"></span> | ||||||
|                     <span class="icon-bar"></span> |                     <span class="icon-bar"></span> | ||||||
|                 </button> |                 </button> | ||||||
|                 <p><a class="navbar-brand page-scroll" href="#page-top"><img |                 <a class="navbar-brand page-scroll" href="#page-top"> | ||||||
|                         src="{% static 'ungleich_page/img/logo_white.svg' %}"></a></p> |                     <img src="{% static 'ungleich_page/img/logo_white.svg' %}"> | ||||||
| 
 |                 </a> | ||||||
|                 <p> </p> |  | ||||||
|             </div> |             </div> | ||||||
| 
 | 
 | ||||||
|             <!-- Collect the nav links, forms, and other content for toggling --> |             <!-- Collect the nav links, forms, and other content for toggling --> | ||||||
|  | @ -64,13 +61,11 @@ | ||||||
|                         <a href="#page-top"></a> |                         <a href="#page-top"></a> | ||||||
|                     </li> |                     </li> | ||||||
|                     <li> |                     <li> | ||||||
|                         <a class="page-scroll" href="#services">{% trans "Services"%}</a></li> |                         <a class="page-scroll" href="#services">{% trans "Services"%}</a> | ||||||
|                     <li></li> |                     </li> | ||||||
|                     <li></li> |  | ||||||
|                     <li></li> |  | ||||||
|                     <li> |                     <li> | ||||||
|                         <a class="page-scroll" href="#portfolio">{% trans "products"%}</a></li> |                         <a class="page-scroll" href="#portfolio">{% trans "products"%}</a> | ||||||
|                     <li></li> |                     </li> | ||||||
|                     <li> |                     <li> | ||||||
|                         <a class="page-scroll" href="#about">{% trans "About"%}</a> |                         <a class="page-scroll" href="#about">{% trans "About"%}</a> | ||||||
|                     </li> |                     </li> | ||||||
|  | @ -78,7 +73,7 @@ | ||||||
|                         <a class="page-scroll" href="#team">{% trans "WHY UNGLEICH?"%}</a> |                         <a class="page-scroll" href="#team">{% trans "WHY UNGLEICH?"%}</a> | ||||||
|                     </li> |                     </li> | ||||||
|                     <li> |                     <li> | ||||||
|                         <a class="page-scroll" href="http://blog.ungleich.ch">{% trans "BLOG"%}</a> |                         <a class="page-scroll" href="https://blog.ungleich.ch">{% trans "BLOG"%}</a> | ||||||
|                     </li> |                     </li> | ||||||
|                     <li> |                     <li> | ||||||
|                         <a class="page-scroll" href="#contact">{% trans "CONTACT"%} </a> |                         <a class="page-scroll" href="#contact">{% trans "CONTACT"%} </a> | ||||||
|  | @ -114,19 +109,6 @@ | ||||||
|     <!-- Footer --> |     <!-- Footer --> | ||||||
|     {% include "ungleich_page/includes/_footer.html" %} |     {% include "ungleich_page/includes/_footer.html" %} | ||||||
| 
 | 
 | ||||||
|     <!-- Portfolio Modals --> |  | ||||||
|     <!-- Use the modals below to showcase details about your portfolio projects! --> |  | ||||||
| 
 |  | ||||||
|     <!-- Portfolio Modal 1 --> |  | ||||||
| 
 |  | ||||||
|     <!-- Portfolio Modal 2 --> |  | ||||||
| 
 |  | ||||||
|     <!-- Portfolio Modal 3 --> |  | ||||||
| 
 |  | ||||||
|     <!-- Portfolio Modal 4 --> |  | ||||||
| 
 |  | ||||||
|     <!-- Portfolio Modal 6 --> |  | ||||||
| 
 |  | ||||||
|     <!-- jQuery --> |     <!-- jQuery --> | ||||||
|     <script src="{% static 'ungleich_page/js/jquery.js' %}" type="text/javascript"></script> |     <script src="{% static 'ungleich_page/js/jquery.js' %}" type="text/javascript"></script> | ||||||
|     <script type="text/javascript"> |     <script type="text/javascript"> | ||||||
|  | @ -138,32 +120,27 @@ | ||||||
|     </script> |     </script> | ||||||
| 
 | 
 | ||||||
|     <!-- Bootstrap Core JavaScript --> |     <!-- Bootstrap Core JavaScript --> | ||||||
|     <script src="{% static 'ungleich_page/js/bootstrap.min.js' %}" type="text/javascript"></script> |     <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script> | ||||||
| 
 | 
 | ||||||
|     <!-- Plugin JavaScript --> |     <!-- Plugin JavaScript --> | ||||||
|     <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" |     <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script> | ||||||
|             type="text/javascript"></script> |     <script src="//cdnjs.cloudflare.com/ajax/libs/classie/1.0.1/classie.min.js" type="text/javascript"></script> | ||||||
|     <script src="{% static 'ungleich_page/js/classie.js' %}" type="text/javascript"></script> |  | ||||||
|     <script src="{% static 'ungleich_page/js/cbpAnimatedHeader.js' %}" type="text/javascript"></script> |     <script src="{% static 'ungleich_page/js/cbpAnimatedHeader.js' %}" type="text/javascript"></script> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|     <!-- Contact Form JavaScript --> |     <!-- Contact Form JavaScript --> | ||||||
|     <script src="{% static 'ungleich_page/js/jqBootstrapValidation.js' %}" type="text/javascript"></script> |     <script src="{% static 'ungleich_page/js/jqBootstrapValidation.js' %}" type="text/javascript"></script> | ||||||
|     <!-- <script src="{% static 'ungleich_page/js/contact_me.js' %}" type="text/javascript"></script> --> |     <!-- <script src="{% static 'ungleich_page/js/contact_me.js' %}" type="text/javascript"></script> --> | ||||||
|     <script src="{% static 'ungleich_page/js/lib/wow.min.js' %}" type="text/javascript"></script> |     <script src="//cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js" type="text/javascript"></script> | ||||||
| 
 | 
 | ||||||
|     <!-- Custom Theme JavaScript --> |     <!-- Custom Theme JavaScript --> | ||||||
|     <script src="{% static 'ungleich_page/js/ungleich.js' %}" type="text/javascript"></script> |     <script src="{% static 'ungleich_page/js/ungleich.js' %}" type="text/javascript"></script> | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
|     <!-- Custom Fonts --> |     <!-- Custom Fonts --> | ||||||
|     <link href="//fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css"> |     <link href="//fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css"> | ||||||
|     <link href="{% static  'ungleich_page/font-awesome-4.1.0/css/font-awesome.min.css' %}" rel="stylesheet" |     <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||||||
|           type="text/css"> |  | ||||||
|     <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> |     <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> | ||||||
|     <link href="//fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet" type="text/css"> |     <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | ||||||
|     <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" |  | ||||||
|           type="text/css"> |  | ||||||
|     <link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css"> |     <link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css"> | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue