new folder scheme, changed back-end to full-stack in about
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
<style>
|
||||
body {font-family: "Open Sans", sans-serif}
|
||||
.h0 {font-size: 30pt;}
|
||||
nav a[target="_blank"]:after {content: url("/static/_external_link.png");
|
||||
nav a[target="_blank"]:after {content: url("./static/_external_link.png");
|
||||
filter: invert(100%);}
|
||||
.current-page {opacity: .3;}
|
||||
</style>
|
||||
<script src="/static/_nav.js"></script>
|
||||
<script src="./static/_nav.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
||||
@@ -33,15 +33,51 @@
|
||||
|
||||
<nav class="white bg-white">
|
||||
<div id="nav">
|
||||
<a href="/" 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="index/"
|
||||
class="btn btn-primary not-rounded py2"
|
||||
|
||||
style="color: #80bfff; background: #001f3f;">About</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="projects/"
|
||||
class="btn btn-primary not-rounded py2"
|
||||
|
||||
style="color: #b3dbff; background: #0074D9;">Projects</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="blog/" class="btn btn-primary not-rounded py2 bg-white black border">Blog</a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/zevaverbach/" target="_blank" class="btn btn-primary not-rounded py2 bg-red">Github</a>
|
||||
|
||||
|
||||
<a href="https://www.linkedin.com/in/zev-averbach-964572156/"
|
||||
class="btn btn-primary not-rounded py2"
|
||||
|
||||
target="_blank"
|
||||
|
||||
style="color: #004966; background: #7FDBFF;">LinkedIn</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://www.linkedin.com/in/"
|
||||
class="btn btn-primary not-rounded py2"
|
||||
|
||||
target="_blank"
|
||||
|
||||
style="color: #0e3e14; background: #2ECC40;">Github</a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user