first
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
31
index.html
Normal file
31
index.html
Normal 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>
|
||||||
Reference in New Issue
Block a user