diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/footer.shtml | 17 | ||||
-rw-r--r-- | include/header.shtml | 35 |
2 files changed, 20 insertions, 32 deletions
diff --git a/include/footer.shtml b/include/footer.shtml index 878f228..37e3d19 100644 --- a/include/footer.shtml +++ b/include/footer.shtml @@ -1,20 +1,11 @@ <footer id="footer"> <h1>achernar</h1> - <table> - <tbody> - <tr> - <th>cvr</th> - <td>44936429</td> - </tr> - <tr> - <th>e-mail</th> - <td><div id="emailAddress"></div></td> - </tr> - </tbody> - </table> + <p id="cvrNumber">cvr: 44936429</p> <br> <p>Communications can be done in English and Danish.</p> <br> - <p>This webservice can be cloned from <a href="https://mandelbrot.dk/achernar/" rel="noopener noreferrer" target="_blank"><code>mandelbrot.dk</code></a>.</p> + <p>This webservice may be cloned from <a href="https://mandelbrot.dk/achernar/" rel="noopener noreferrer" target="_blank"><code>mandelbrot.dk</code></a>.</p> + <br> + <div class="center" id="emailAddress"></div> </footer> 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·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·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> |