aboutsummaryrefslogtreecommitdiff
path: root/wip.html
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-02-10 13:20:08 -0500
committerAlex <alex@scerba.org>2024-02-10 13:20:08 -0500
commitcf03263756598fef61c81ee5dde2ee342a7072ff (patch)
tree4c6f7768d2845156869fe186f9f1fa99f00ded26 /wip.html
parent999eaf1570b89827918dd3e064ac5283fcd97b3d (diff)
New header structure
Diffstat (limited to 'wip.html')
-rw-r--r--wip.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/wip.html b/wip.html
index a50c706..21992b6 100644
--- a/wip.html
+++ b/wip.html
@@ -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>