removed test post
This commit is contained in:
52
blog/hi.html
52
blog/hi.html
@@ -1,52 +0,0 @@
|
|||||||
<!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" />
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
|
||||||
<style>
|
|
||||||
body {font-family: "Open Sans", sans-serif}
|
|
||||||
.h0 {font-size: 30pt;}
|
|
||||||
nav a[target="_blank"]:after {content: url("/static/icons8-external-link-50.png");
|
|
||||||
filter: invert(100%);}
|
|
||||||
.current-page {opacity: .3;}
|
|
||||||
</style>
|
|
||||||
<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>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'UA-123137342-1');
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header class="m2 clearfix">
|
|
||||||
|
|
||||||
<div class="h0 bold">
|
|
||||||
<a id="title" href="/" style="text-decoration: none; color: inherit;">Zev Averbach</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<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="/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>
|
|
||||||
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<div id="content" class="clear h2 m2 sm-col sm-col-12 md-col-10 lg-col-8">
|
|
||||||
<a href="/blog"><< back to blog contents</a>
|
|
||||||
|
|
||||||
<div id="blog-title" class="h1">Title Of The Post</div>
|
|
||||||
<p>Hi there.</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -45,10 +45,6 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
<li><a href="hi">Title Of The Post</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user