133 lines
3.9 KiB
HTML
133 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Zev Averbach's Blog</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>
|
|
h1 {font-family: "Open Sans", sans-serif;}
|
|
p {
|
|
font-size: 16px
|
|
}
|
|
.h0 {
|
|
font-size: 30pt;
|
|
font-weight: 800
|
|
}
|
|
.current-page {opacity: .3}
|
|
#content { width: 400px }
|
|
p, ul {text-align: left}
|
|
|
|
</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 class="center">
|
|
<header class="mt4 m2 clearfix">
|
|
|
|
<img style="margin-bottom: .8em; border-radius: 20%" src="https://www.gravatar.com/avatar/fe783e04644862c30823614f31b9a996/?s=360" />
|
|
|
|
<div class="h0 bold" style="line-height: 1.2em">
|
|
<a id="title" href="/" style="text-decoration: none; color: inherit;">Zev Averbach</a>
|
|
</div>
|
|
<div class="h2 mb2">
|
|
Full Stack Developer
|
|
</div>
|
|
|
|
<nav class="white bg-white">
|
|
<div id="nav">
|
|
|
|
|
|
|
|
<a href="/"
|
|
class="btn btn-primary not-rounded py2"
|
|
|
|
style="color: #222; background: #ded5d1;">About</a>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/projects"
|
|
class="btn btn-primary not-rounded py2"
|
|
|
|
style="color: #222; background: #d4c8c4;">Projects</a>
|
|
|
|
|
|
|
|
|
|
<a href="/blog" class="btn btn-primary not-rounded py2 bg-white black border">Blog</a>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="https://www.dropbox.com/s/zbrwqgn688igce7/Zev_Averbach_Resume_2021.pdf?dl=0"
|
|
class="btn btn-primary not-rounded py2"
|
|
|
|
target="_blank"
|
|
|
|
style="color: #222; background: #cabbb7;">Resume</a>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="https://www.linkedin.com/in/zev-averbach-964572156/"
|
|
class="btn btn-primary not-rounded py2"
|
|
|
|
target="_blank"
|
|
|
|
style="color: #222; background: #bdb0ac;">LinkedIn</a>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="https://github.com/zevaverbach/"
|
|
class="btn btn-primary not-rounded py2"
|
|
|
|
target="_blank"
|
|
|
|
style="color: #222; background: #8c8080;">Github</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
<div id='content' style="margin: 0 auto">
|
|
|
|
|
|
<div class="h1">Blog Posts</div>
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li><a href="vim_and_ctags">How I Got "Go To Definition" Working in Vim in 2019</a></li>
|
|
<li><a href="https://dev.to/zev/how-does-svelte-actually-work-part-1-j9m">How Does Svelte Actually Work? part 1</a></li>
|
|
<li><a href="https://dev.to/zev/how-does-svelte-actually-work-part-2-3gbp">How Does Svelte Actually Work? part 2</a></li>
|
|
<li><a href="patch_your_idols">Patch Your Idols: Making OSS Work the Way Your Team Does</a></li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|