Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wshick committed Dec 30, 2024
1 parent 44ea582 commit 1111f3d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,36 @@
<body>
<header>
<p>Will Shick Portfolio</p>
<nav class="bar">
<ul>
<li><a href="#">HOME/ABOUT</a></li>
<li><a href="#">PORTFOLIO</a></li>
<li><a href="#">ACTIVE PROJECTS</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</nav>
</header>


<nav class="menu">
<ul>
<li><a href="#">PROJECT 1</a></li>
<li><a href="#">PROJECT 2</a></li>
<li><a href="#">PROJECT 3</a></li>
</ul>
</nav>

<main>
{{content}}
</main>

<nav class="outline">
<ul>
<li><a href="#">SECTION 1</a></li>
<li><a href="#">SECTION 2</a></li>
<li><a href="#">SECTION 3</a></li>
</ul>
</nav>

<footer>
<p>&copy; Copyright 2025 Will Shick. All rights reserved. </p>
</footer>
Expand Down

0 comments on commit 1111f3d

Please sign in to comment.