new posts

This commit is contained in:
2019-12-10 10:44:37 +01:00
parent 97415d7fb7
commit 33745e866b

View File

@@ -7,9 +7,12 @@
<style>
h1 {font-family: "Open Sans", sans-serif;}
p {
font-size: 16px }
.h0 {font-size: 30pt;
font-weight: 800}
font-size: 16px
}
.h0 {
font-size: 30pt;
font-weight: 800
}
.current-page {opacity: .3}
#content { width: 400px }
p, ul {text-align: left}
@@ -114,6 +117,8 @@
<li><a href="vim_and_ctags">How I Got &#34;Go To Definition&#34; 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>
@@ -122,10 +127,5 @@
</div>
<script>
fetch("https://dev.to/api/articles?username=zev")
.then(articles_response => articles_response.json())
.then(articles_json => console.log(articles_json))
</script>
</body>
</html>