absolute hrefs, removed a consoel log
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
|
||||
<nav class="white bg-white">
|
||||
<div id="nav">
|
||||
<a href="index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="/index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="/projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="/blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</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>
|
||||
</div>
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
|
||||
<nav class="white bg-white">
|
||||
<div id="nav">
|
||||
<a href="index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="/index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="/projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="/blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user