file reformated
This commit is contained in:
		
					parent
					
						
							
								5cea467deb
							
						
					
				
			
			
				commit
				
					
						451f2a141e
					
				
			
		
					 1 changed files with 58 additions and 64 deletions
				
			
		|  | @ -1,7 +1,4 @@ | ||||||
| {% load staticfiles i18n%} | {% load staticfiles i18n%} {% load custom_tags %} {% get_current_language as LANGUAGE_CODE %} | ||||||
| {% load custom_tags %} |  | ||||||
| {% get_current_language as LANGUAGE_CODE %} |  | ||||||
| 
 |  | ||||||
| <nav class="navbar navbar-default navbar-fixed-top topnav"> | <nav class="navbar navbar-default navbar-fixed-top topnav"> | ||||||
|     <div class="topnav"> |     <div class="topnav"> | ||||||
|         <!-- Brand and toggle get grouped for better mobile display --> |         <!-- Brand and toggle get grouped for better mobile display --> | ||||||
|  | @ -15,7 +12,8 @@ | ||||||
|             <a href="{% url 'datacenterlight:index' %}" id="logoBlack" class="navbar-brand topnav"><img src="{% static 'datacenterlight/img/logo_black.svg' %}"></a> |             <a href="{% url 'datacenterlight:index' %}" id="logoBlack" class="navbar-brand topnav"><img src="{% static 'datacenterlight/img/logo_black.svg' %}"></a> | ||||||
|             <a href="{% url 'datacenterlight:index' %}" id="logoWhite" class="navbar-brand topnav"><img src="{% static 'datacenterlight/img/logo_white.svg' %}"></a> |             <a href="{% url 'datacenterlight:index' %}" id="logoWhite" class="navbar-brand topnav"><img src="{% static 'datacenterlight/img/logo_white.svg' %}"></a> | ||||||
|         </div> |         </div> | ||||||
|   <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"><!-- Start Navbar collapse--> |         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||||||
|  |             <!-- Start Navbar collapse--> | ||||||
|             <ul class="nav navbar-nav navbar-right"> |             <ul class="nav navbar-nav navbar-right"> | ||||||
|                 <li class="dropdown"> |                 <li class="dropdown"> | ||||||
|                     <a class="dropdown-toggle url visible-desktop" href="#how" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{% trans "Highlights" %} <span class="caret"></span></a> |                     <a class="dropdown-toggle url visible-desktop" href="#how" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{% trans "Highlights" %} <span class="caret"></span></a> | ||||||
|  | @ -27,17 +25,15 @@ | ||||||
|                     </ul> |                     </ul> | ||||||
|                 </li> |                 </li> | ||||||
|                 <li> |                 <li> | ||||||
| 				<a href="{% url 'datacenterlight:whydatacenterlight' %}" >{% trans "Why Data Center Light?" %}</a> |                     <a href="{% url 'datacenterlight:whydatacenterlight' %}">{% trans "Why Data Center Light?" %}</a> | ||||||
|                 </li> |                 </li> | ||||||
|                 <li> |                 <li> | ||||||
|                     <a class="url" href="#contact">{% trans "Contact" %}</a> |                     <a class="url" href="#contact">{% trans "Contact" %}</a> | ||||||
|                 </li> |                 </li> | ||||||
|                 <li> |                 <li> | ||||||
|                     {% if LANGUAGE_CODE == 'en-us'%} |                     {% if LANGUAGE_CODE == 'en-us'%} | ||||||
|           <a class="on-hover-border" href="{% change_lang 'de' %}">Deutsch  <i class="fa fa-globe" aria-hidden="true"></i></a> |                     <a class="on-hover-border" href="{% change_lang 'de' %}">Deutsch  <i class="fa fa-globe" aria-hidden="true"></i></a> {% else %} | ||||||
|         {% else %} |                     <a class="on-hover-border" href="{% change_lang 'en-us' %}">English  <i class="fa fa-globe" aria-hidden="true"></i></a> {% endif %} | ||||||
|           <a class="on-hover-border" href="{% change_lang 'en-us' %}">English  <i class="fa fa-globe" aria-hidden="true"></i></a> |  | ||||||
|         {% endif %} |  | ||||||
|                 </li> |                 </li> | ||||||
|                 {% comment %} |                 {% comment %} | ||||||
|                 <!-- to be used when more than one option for language --> |                 <!-- to be used when more than one option for language --> | ||||||
|  | @ -45,10 +41,8 @@ | ||||||
|                     <div class="dropdown"> |                     <div class="dropdown"> | ||||||
|                         <div class="dropdown-toggle select-language" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> |                         <div class="dropdown-toggle select-language" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> | ||||||
|                             {% if LANGUAGE_CODE == 'en-us'%} |                             {% if LANGUAGE_CODE == 'en-us'%} | ||||||
|               <span>English</span> |                             <span>English</span> {% else %} | ||||||
|             {% else %} |                             <span>Deutsch</span> {% endif %} | ||||||
|               <span>Deutsch</span> |  | ||||||
|             {% endif %} |  | ||||||
|                             <i class="fa fa-globe" aria-hidden="true"></i> |                             <i class="fa fa-globe" aria-hidden="true"></i> | ||||||
|                         </div> |                         </div> | ||||||
|                         <ul class="dropdown-menu drop-language dropdown-menu-right"> |                         <ul class="dropdown-menu drop-language dropdown-menu-right"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue