-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
87 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,27 @@ | ||
<header class="container"> | ||
<div class="row"> | ||
<div class="twelve columns"> | ||
<div class="logo-bar"> | ||
<div class="logo-bar__inner"> | ||
<div class="logo-bar"> | ||
<div class="logo-bar__inner"> | ||
|
||
<div class="logo-bar__word-mark-link"> | ||
<a href="http://www.net.in.tum.de/" title="Chair of Network Architectures and Services" target="_self" class="logo-bar__link"> | ||
Chair of Network Architectures and Services | ||
</a><br> | ||
<div class="logo-bar__word-mark-link"> | ||
<a href="http://www.net.in.tum.de/" title="Chair of Network Architectures and Services" target="_self" class="logo-bar__link"> | ||
Chair of Network Architectures and Services | ||
</a><br> | ||
|
||
<a href="http://www.cit.tum.de/" title="TUM School of Computation, Information and Technology" target="_self" class="logo-bar__link"> | ||
TUM School of Computation, Information and Technology | ||
</a><br> | ||
<a href="http://www.tum.de/" title="TUM School of Computation, Information and Technology" target="_self" class="logo-bar__link"> | ||
Technical University of Munich | ||
</a> | ||
</div> | ||
<a href="http://www.cit.tum.de/" title="TUM School of Computation, Information and Technology" target="_self" class="logo-bar__link"> | ||
TUM School of Computation, Information and Technology | ||
</a><br> | ||
<a href="http://www.tum.de/" title="TUM School of Computation, Information and Technology" target="_self" class="logo-bar__link"> | ||
Technical University of Munich | ||
</a> | ||
</div> | ||
|
||
<a href="http://www.tum.de" title="Startseite" target="_self" class="logo-bar__link logo-bar__logo-link"> | ||
<object type="image/svg+xml" data="{{site.baseurl}}/assets/images/tum_logo.svg" class="logo-bar__img"> | ||
<img src="{{site.baseurl}}/assets/images/tum_logo.png" width="73" height="38" alt="TUM – "> | ||
</object> | ||
</a> | ||
</ul> | ||
<a href="http://www.tum.de" title="Startseite" target="_self" class="logo-bar__link logo-bar__logo-link"> | ||
<object type="image/svg+xml" data="{{site.baseurl}}/assets/images/tum_logo.svg" class="logo-bar__img"> | ||
<img src="{{site.baseurl}}/assets/images/tum_logo.png" width="73" height="38" alt="TUM – "> | ||
</object> | ||
</a> | ||
</ul> | ||
|
||
<span class="main-nav-toggle js-main-nav-toggle">Menü</span> | ||
</div> | ||
</div> | ||
</div> | ||
<span class="main-nav-toggle js-main-nav-toggle">Menü</span> | ||
</div> | ||
</header> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
|
||
<nav class="main-nav js-main-nav" style="margin-bottom: 0"> | ||
<nav class="main-nav js-main-nav"> | ||
<ul class="main-nav__list clearfix js-main-nav-list"> | ||
|
||
{% assign pages = site.pages | where_exp: 'item', 'item.toc != nil' | sort: 'order' %} | ||
{% for item in pages %} | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
{% assign pages = site.pages | where_exp: 'item', 'item.toc != nil' | sort: 'order' %} | ||
{% for item in pages %} | ||
|
||
|
||
<li class="main-nav__item-1-level main-nav__item-1-level--hover js-main-nav-item-1-level"> | ||
<a href="{{ item.url | relative_url }}" class="{% if item.url == page.url %}main-nav__link--current{% endif %} main-nav__link js-main-nav-link main-nav__link--1-level">{{ item.toc }}</a> | ||
</li> | ||
<li class="main-nav__item-1-level main-nav__item-1-level--hover js-main-nav-item-1-level"> | ||
<a href="{{ item.url | relative_url }}" class="{% if item.url == page.url %}main-nav__link--current{% endif %} main-nav__link js-main-nav-link main-nav__link--1-level">{{ item.toc }}</a> | ||
</li> | ||
|
||
{%- endfor -%} | ||
{%- endfor -%} | ||
</div> | ||
</div> | ||
</ul> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters