Skip to content

Commit

Permalink
2024 updates from Jenny. FAQ page
Browse files Browse the repository at this point in the history
  • Loading branch information
romosborne committed Apr 30, 2024
1 parent a92218a commit 6bc2b1c
Show file tree
Hide file tree
Showing 4 changed files with 705 additions and 47 deletions.
5 changes: 4 additions & 1 deletion src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logo from '../img/logo.svg';
---

<nav class="navbar navbar-expand-lg bg-body-tertiary skint navbar-dark">
<nav class="navbar navbar-expand-lg skint navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img class="skint-unobtrusive-img" src={logo} />
Expand Down Expand Up @@ -37,6 +37,9 @@ import logo from '../img/logo.svg';
<li class="nav-item">
<a class="nav-link" href="/constitution">Constitution</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/faqs">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contactus">Contact Us</a>
</li>
Expand Down
Loading

0 comments on commit 6bc2b1c

Please sign in to comment.