-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharchive.html
73 lines (59 loc) · 2.35 KB
/
archive.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html prefix="
" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A place for me to talk about whatever comes to mind.">
<meta name="viewport" content="width=device-width">
<title>Evan's Ramblings · Archive </title>
<link href="assets/css/all.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700%7CAbril+Fatface">
<meta content="#5670d4" name="theme-color">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<link rel="canonical" href="http://fos.tech/archive.html">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]-->
</head>
<body class="">
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<div class="hsidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="http://fos.tech/">
<h1 id="brand"><a href="http://fos.tech/" title="Evan's Ramblings" rel="home">
<span id="blog-title">Evan's Ramblings</span>
</a></h1>
</a>
</h1>
<p class="lead">A place for me to talk about whatever comes to mind.</p>
</div>
<nav id="menu" role="navigation" class="sidebar-nav"><a class="sidebar-nav-item" href="#">Archive</a>
<a class="sidebar-nav-item" href="categories/index.html">Tags</a>
<a class="sidebar-nav-item" href="rss.xml">RSS feed</a>
<a class="sidebar-nav-item" href="https://www.linkedin.com/in/evansterlingfoster">LinkedIn</a>
<a class="sidebar-nav-item" href="resume.pdf">Resume</a>
</nav><footer id="footer"><span class="copyright">
Contents © 2021 <a href="mailto:[email protected]">Evan Foster</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
</span>
</footer>
</div>
</div>
<div class="content container" id="content">
<article class="listpage"><header><h1>Archive</h1>
</header><ul class="postlist">
<li>
<a href="2021/">2021</a>
(1)
</li>
<li>
<a href="2018/">2018</a>
(1)
</li>
<li>
<a href="2016/">2016</a>
(2)
</li>
</ul></article>
</div>
</body>
</html>