aboutsummaryrefslogtreecommitdiff
path: root/faq.html
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-02-10 13:19:15 -0500
committerAlex <alex@scerba.org>2024-02-10 13:19:15 -0500
commit999eaf1570b89827918dd3e064ac5283fcd97b3d (patch)
tree59c86f66de852ecae15adb4f3860c2a3819ba244 /faq.html
parent80ed2970a9645d5a5549481b9110807c5fd94e81 (diff)
Site restructure and blog post
Diffstat (limited to 'faq.html')
-rw-r--r--faq.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/faq.html b/faq.html
index 1b0ea7d..2e511aa 100644
--- a/faq.html
+++ b/faq.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>