new posts
This commit is contained in:
@@ -7,9 +7,12 @@
|
|||||||
<style>
|
<style>
|
||||||
h1 {font-family: "Open Sans", sans-serif;}
|
h1 {font-family: "Open Sans", sans-serif;}
|
||||||
p {
|
p {
|
||||||
font-size: 16px }
|
font-size: 16px
|
||||||
.h0 {font-size: 30pt;
|
}
|
||||||
font-weight: 800}
|
.h0 {
|
||||||
|
font-size: 30pt;
|
||||||
|
font-weight: 800
|
||||||
|
}
|
||||||
.current-page {opacity: .3}
|
.current-page {opacity: .3}
|
||||||
#content { width: 400px }
|
#content { width: 400px }
|
||||||
p, ul {text-align: left}
|
p, ul {text-align: left}
|
||||||
@@ -114,6 +117,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<li><a href="vim_and_ctags">How I Got "Go To Definition" Working in Vim in 2019</a></li>
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -122,10 +127,5 @@
|
|||||||
|
|
||||||
</div>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user