Make the styling consistent for all pages

This commit is contained in:
2021-08-07 21:43:23 -04:00
parent 50f8fc7412
commit 38656e9e27
9 changed files with 67 additions and 65 deletions

View File

@@ -68,19 +68,17 @@
style="opacity:1;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:0.28266668;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>
<nav>
<h1 class="title">PaulW.XYZ</h1>
<div class="fuzzynav">
<input class="search" type="text" id="search" placeholder="Navigate to ...">
<div id="results" class="results"></div>
</div>
</nav>
<footer>
<a href="https://github.com/lambdapaul/">Hosted on GitHub</a>
<a href="https://github.com/lambdapaul/www">Hosted on GitHub</a>
&copy; 2021 Paul W.
</footer>
<script src="/scripts/fuzzynav.js"></script>