summaryrefslogtreecommitdiff
path: root/include/header.shtml
diff options
context:
space:
mode:
Diffstat (limited to 'include/header.shtml')
-rw-r--r--include/header.shtml35
1 files changed, 16 insertions, 19 deletions
diff --git a/include/header.shtml b/include/header.shtml
index 77168d4..63cb519 100644
--- a/include/header.shtml
+++ b/include/header.shtml
@@ -1,23 +1,18 @@
<header id="header">
- <div id="banner">
- <div id="navBar">
- <section>
- <a id="home" onclick="loadPage('achernar');">ACHERNAR</a>
- </section>
-
- <section>
- <a onclick="loadPage('benoit');">BENOIT</a>
- <a onclick="loadPage('bowshock');">BOWSHOCK</a>
- <a onclick="loadPage('deltaWorld');">DELTA&middot;WORLD</a>
- <a onclick="loadPage('eas');">eAS</a>
- </section>
-
- <section>
- <div id="hamburger" onclick="toggleSideMenu();"></div>
- </section>
- </div>
-
- <div id="glyph"></div>
+ <div id="navBar">
+ <section>
+ <a id="home" onclick="loadPage('achernar');">ACHERNAR</a>
+ </section>
+
+ <section>
+ <a onclick="loadPage('benoit');">BENOIT</a>
+ <a onclick="loadPage('bowshock');">BOWSHOCK</a>
+ <a onclick="loadPage('deltaWorld');">DELTA&middot;WORLD</a>
+ </section>
+
+ <section>
+ <div id="hamburger" onclick="toggleSideMenu();"></div>
+ </section>
</div>
<div id="sideMenu">
@@ -55,4 +50,6 @@
<a id="themeToggler" onclick="toggleTheme();">TOGGLE THEME</a>
</div>
+
+ <div id="glyph"></div>
</header>