forked from andrewbanchich/future-imperfect-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
271 lines (240 loc) · 8.32 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121888276-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121888276-1');
</script>
<title>Archive</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="single">
<!-- facebook comments script -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- twitter initialization script -->
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));</script>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="https://clarencestephen.github.io/">Clarence Stephen</a></h1>
<nav class="links">
<ul>
<li><a href="/about.html">About Me</a></li>
<li><a href="/resume.html">Resume</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/archive.html">Blog Archive</a></li>
<li><a href="/links.html">Links</a></li>
</ul>
</nav>
<nav class="main">
<ul>
<li class="search">
<a class="fa-search" href="#search">Search</a>
<form id="search" method="get" action="#">
<input type="text" name="query" placeholder="Search" />
</form>
</li>
<li class="menu">
<a class="fa-bars" href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<!-- Menu -->
<section id="menu">
<!-- Search -->
<section>
<form class="search" method="get" action="#">
<input type="text" name="query" placeholder="Search" />
</form>
</section>
<!-- Links -->
<section>
<ul class="links">
<li>
<a href="https://clarencestephen.github.io/">
<h3>Home</h3>
<p>Main page</p>
</a>
</li>
<li>
<a href="resume.html">
<h3>Resume</h3>
<p>Data Scientist & Investment Professional</p>
</a>
</li>
<li>
<a href="about.html">
<h3>About Me</h3>
<p> A few more details...</p>
</a>
</li>
<li>
<a href="archive.html">
<h3>Archive</h3>
<p>Prior blog posts</p>
</a>
</li>
<li>
<a href="projects.html">
<h3>Projects</h3>
<p>Archival of projects</p>
</a>
</li>
<li>
<a href="/links.html">
<h3>Links</h3>
<p>Other sites of interest</p>
</a>
</li>
</ul>
</section>
<!-- Actions -->
<section>
<ul class="actions vertical">
<li><a href="#" class="button big fit">Log In</a></li>
</ul>
</section>
</section>
<!-- Main -->
<div id="main">
<!-- Post -->
<article class="post">
<header>
<div class="title">
<hr width="100%">
<h2><a>Archive</a></h2>
<p>Previous posts</p>
</div>
<div class="meta">
<time class="published" datetime="2018">2018</time>
<a href="about.html" class="author"><span class="name">Clarence Stephen</span><img src="images/avatar.jpg" alt="" /></a>
</div>
</header>
<p>
<!-- Posts List -->
<section>
<ul class="posts">
<li>
<article>
<header>
<h3><a href="GME_EA.html">GameStop vs. Electronic Arts</a></h3>
<time class="published" datetime="2018-10-12">Oct 12, 2018</time>
</header>
<a href="GME_EA.html" class="image"><img src="images/pic09.jpg" alt="" /></a>
</article>
</li>
<li>
<article>
<header>
<h3><a href="BetterReads.html">Better Reads</a></h3>
<time class="published" datetime="2018-09-28">September 28, 2018</time>
</header>
<a href="BetterReads.html" class="image"><img src="images/pic08.jpg" alt="" /></a>
</article>
</li>
<li>
<article>
<header>
<h3><a href="/2018-07-30_Financial_Singularity.html" >Financial Singularity</a></h3>
<time class="published" datetime="2018-07-30">July 30, 2018</time>
</header>
<a href="/2018-07-30_Financial_Singularity.html" class="image"><img src="images/pic12.jpg" alt="" /></a>
</article>
</li>
<li>
<article>
<header>
<h3><a href="/2018-07-27_Facebook.html" >Let's talk about Facebook</a></h3>
<time class="published" datetime="2018-07-27">July 27, 2018</time>
</header>
<a href="/2018-07-27_Facebook.html" class="image"><img src="images/pic11.jpg" alt="" /></a>
</article>
</li>
<li>
<article>
<header>
<h3><a href="/2018-07-20_Metis_through_week_3.html" >Metis through week 3</a></h3>
<time class="published" datetime="2018-07-20">July 20, 2018</time>
</header>
<a href="/2018-07-20_Metis_through_week_3.html" class="image"><img src="images/pic10.jpg" alt="" /></a>
</article>
</li>
<li>
<article>
<header>
<h3><a href="MTA.html">MTA project</a></h3>
<time class="published" datetime="2018-07-16">July 16, 2018</time>
</header>
<a href="MTA.html" class="image"><img src="images/pic09.jpg" alt="" /></a>
</article>
</li>
<li>
<article>
<header>
<h3><a href="2018-07-11_Metis_First_Week.html">Metis Week One</a></h3>
<time class="published" datetime="2018-07-11">July 11, 2018</time>
</header>
<a href="2018-07-11_Metis_First_Week.html" class="image"><img src="images/pic08.jpg" alt="" /></a>
</article>
</li>
<!-- don't forget to cycle through pic08-12 for posts list -->
</ul>
</section>
<br>
<br>
<br>
<footer>
<ul class="stats">
<li><a href="#DataScience">Data Science</a></li>
</ul>
</footer>
</article>
</div>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://twitter.com/clarencestephen" class="fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="fa-rss"><span class="label">RSS</span></a></li>
<li><a href="mailto: [email protected]" class="fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">© Cognosis. Images: <a href="http://unsplash.com">Unsplash</a>.</p>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>