oops need index.html

This commit is contained in:
2018-07-30 17:15:41 -04:00
parent 07b328efbd
commit 7be5b4c971
3 changed files with 63 additions and 4 deletions

View File

@@ -21,12 +21,12 @@
<header class="m2 clearfix">
<div class="h0 bold">
<a href="about" style="text-decoration: none; color: inherit;">Zev Averbach</a>
<a href="index" style="text-decoration: none; color: inherit;">Zev Averbach</a>
</div>
<nav class="white bg-white">
<div id="nav">
<a href="about" class="btn btn-primary not-rounded py2" style="background-color: rgba(0,116,217, .4); color: rgba(255, 255, 255, .5);">About</a>
<a href="index" class="btn btn-primary not-rounded py2" style="background-color: rgba(0,116,217, .4); color: rgba(255, 255, 255, .5);">About</a>
<a href="projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
<a href="https://www.linkedin.com/in/zev-averbach-964572156/" target="_blank" class="btn btn-primary not-rounded py2 bg-yellow">LinkedIn</a>
<a href="https://github.com/zevaverbach" target="_blank" class="btn btn-primary not-rounded py2 bg-red">Github</a>