diff options
author | Alex <alex@scerba.org> | 2024-02-10 13:20:08 -0500 |
---|---|---|
committer | Alex <alex@scerba.org> | 2024-02-10 13:20:08 -0500 |
commit | cf03263756598fef61c81ee5dde2ee342a7072ff (patch) | |
tree | 4c6f7768d2845156869fe186f9f1fa99f00ded26 /wip.html | |
parent | 999eaf1570b89827918dd3e064ac5283fcd97b3d (diff) |
New header structure
Diffstat (limited to 'wip.html')
-rw-r--r-- | wip.html | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -14,20 +14,22 @@ </head>
<body>
<header>
- <a href="/" class="logo-w-name">
- <!--<img src="/static/logo.svg" alt="Logo" class="logo"/>-->
- <span class="name">Alex Scerba</span>
- </a>
- <div class="main-nav-position">
- <input type="checkbox" class="toggler">
- <div class="hamburger"><div></div></div>
- <nav aria-labelledby="global-navigation" class="main-nav">
- <a href="./index.html">Home</a>
- <a href="./blog.html">Blog</a>
- <a href="./wip.html">Gallery</a>
- <a href="./about.html">About</a>
- <a href="./faq.html">FAQ</a>
- </nav>
+ <div class="top-bar">
+ <a href="/" class="logo-w-name">
+ <!--<img src="/static/logo.svg" alt="Logo" class="logo"/>-->
+ <span class="name">Alex Scerba</span>
+ </a>
+ <div class="main-nav-position">
+ <input type="checkbox" class="toggler">
+ <div class="hamburger"><div></div></div>
+ <nav aria-labelledby="global-navigation" class="main-nav">
+ <a href="./index.html">Home</a>
+ <a href="./blog.html">Blog</a>
+ <a href="./wip.html">Gallery</a>
+ <a href="./about.html">About</a>
+ <a href="./faq.html">FAQ</a>
+ </nav>
+ </div>
</div>
</header>
|