diff options
| author | Konsta 'sooda' Hölttä <sooda@iki.fi> | 2017-05-27 14:49:38 +0300 |
|---|---|---|
| committer | Konsta 'sooda' Hölttä <sooda@iki.fi> | 2017-05-27 14:49:38 +0300 |
| commit | 1cee24fe2365b4a41fe6735446c8066be559f019 (patch) | |
| tree | 273d37368b537d4e0be02eb40b47b6913da1232f /_includes/header.html | |
initial commit: ripoff from gt-web
there's still a bunch of useless css things but norri will deal with it
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..c76545e --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,26 @@ +<header class="site-header"> + + <div class="wrapper"> + + <div class="header__title"> + <h1> + <a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> + </h1> + </div> + <nav class="navigation header__navigation"> + <ul> + <li class="navigation__item"><a href="{{ site.baseurl }}/">Etusivu</a></li> + <li class="navigation__item"><a href="{{ '/hallitus/' | prepend: site.baseurl }}">Hallitus</a></li> + <li class="navigation__item"><a href="{{ '/kilta/' | prepend: site.baseurl }}">Kilta</a></li> + <li class="navigation__item"><a href="{{ '/opiskelu/' | prepend: site.baseurl }}">Opiskelu</a></li> + <li class="navigation__item"><a href="{{ '/phuksit/' | prepend: site.baseurl }}">Uudet opiskelijat</a></li> + <li class="navigation__item"><a href="{{ '/tapahtumat/' | prepend: site.baseurl }}">Tapahtumat</a></li> + <li class="navigation__item"><a href="{{ '/yrityksille/' | prepend: site.baseurl }}">Yrityksille</a></li> + <li class="navigation__item"><a href="{{ '/yhteystiedot/' | prepend: site.baseurl }}">Yhteystiedot</a></li> + <li class="navigation__item"><a href="{{ '/in-english/' | prepend: site.baseurl }}">In English</a></li> + </ul> + </nav> + + </div> + +</header> |
