new posts
This commit is contained in:
@@ -5,16 +5,19 @@
|
|||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/basscss/7.0.0/css/basscss.css" />
|
<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">
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
||||||
<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 {
|
||||||
.current-page {opacity: .3}
|
font-size: 30pt;
|
||||||
#content { width: 400px }
|
font-weight: 800
|
||||||
p, ul {text-align: left}
|
}
|
||||||
|
.current-page {opacity: .3}
|
||||||
|
#content { width: 400px }
|
||||||
|
p, ul {text-align: left}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script src="./static/_nav.js"></script>
|
<script src="./static/_nav.js"></script>
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
@@ -25,7 +28,7 @@
|
|||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|
||||||
gtag('config', 'UA-123137342-1');
|
gtag('config', 'UA-123137342-1');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="center">
|
<body class="center">
|
||||||
@@ -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