This commit is contained in:
2018-07-30 09:17:46 -04:00
commit 014355c476
2 changed files with 34 additions and 0 deletions

31
index.html Normal file
View File

@@ -0,0 +1,31 @@
<!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" />
</head>
<body>
<header class="m2">
<div class="my2 h1 bold left">
Zev Averbach
</div>
<nav class="right px2 clearfix white bg-white">
<div class="sm-col">
<a href="/" class="btn py2 bg-blue">Home</a>
<a href="/" class="btn py2 bg-green">About</a>
<a href="/" class="btn py2 bg-red">Projects</a>
<a href="/" class="btn py2 bg-yellow">Blog</a>
</div>
</nav>
</header>
</body>
</html>