minor aesthetic changes
This commit is contained in:
52
index.html
52
index.html
@@ -1,6 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Zev Averbach</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/basscss/7.0.0/css/basscss.css" />
|
||||
@@ -10,7 +9,9 @@
|
||||
.h0 {font-size: 30pt;}
|
||||
nav a[target="_blank"]:after {content: url("icons8-external-link-50.png");
|
||||
filter: invert(100%);}
|
||||
.current-page {opacity: .3;}
|
||||
</style>
|
||||
<script src="nav.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
||||
<script>
|
||||
@@ -21,22 +22,18 @@
|
||||
gtag('config', 'UA-123137342-1');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="container" class="m2">
|
||||
|
||||
|
||||
<header class="m2 clearfix">
|
||||
<body>
|
||||
<header class="m2 clearfix">
|
||||
|
||||
<div class="h0 bold">
|
||||
<a href="index" style="text-decoration: none; color: inherit;">Zev Averbach</a>
|
||||
<a id="title" href="index" style="text-decoration: none; color: inherit;">Zev Averbach</a>
|
||||
</div>
|
||||
|
||||
<nav class="white bg-white">
|
||||
<div id="nav">
|
||||
<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="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>
|
||||
@@ -44,25 +41,20 @@
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<div id="content" class="clear h2 m2 sm-col sm-col-12 md-col-10 lg-col-8">
|
||||
|
||||
|
||||
<img src="zev.jpeg" class="left mr3 mt1" style="height: 10em;">
|
||||
|
||||
<p>Hi, my name is Zev. I live in Burlington, Vermont, in the United States.</p>
|
||||
|
||||
<p>I love to help small businesses solve their worst headaches via technology. <a href="/projects">Here</a> are a few projects I've completed to that effect.</p>
|
||||
|
||||
<p id="github-timeline">I also love contributing to open source software, as you can see on <a href="https://github.com/zevaverbach/" target="_blank">my Github timeline (external link)</a>.</p>
|
||||
|
||||
<p id="contact">You can reach me at z at this domain.</p>
|
||||
|
||||
|
||||
<div id="content" class="clear h2 m2 sm-col sm-col-12 md-col-10 lg-col-8">
|
||||
|
||||
<img src="zev.jpeg" class="left mr3 mt1" style="height: 10em;">
|
||||
|
||||
<p>Hi, my name is Zev. I live in Burlington, Vermont, in the United States.</p>
|
||||
|
||||
<p>I love to help small businesses solve their worst headaches via technology. <a href="/projects">Here</a> are a few projects I've completed to that effect.</p>
|
||||
|
||||
<p id="github-timeline">I also love contributing to open source software, as you can see on <a href="https://github.com/zevaverbach/" target="_blank">my Github timeline (external link)</a>.</p>
|
||||
|
||||
<p id="contact">You can reach me at z at this domain.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user