diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index b051c0f..49d8c40 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,7 +44,9 @@ <body> <nav> <a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a> - <a href="/#offerings">Services</a> + <a href="/k12">K-12</a> + <a href="/highered">Higher Ed</a> + <a href="/professional">Pros</a> <a href="/posts">Posts</a> <a href="/brochure">Brochure</a> <a href="/#help">Helpful Links</a> @@ -52,7 +54,7 @@ <a href="/about">Team</a> <a href="/#reviews">Reviews</a> <a href="/#contact">Contact</a> - <a href="#">More…</a> + <a>More…</a> </nav> <main> |