-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchives.html
More file actions
110 lines (91 loc) · 4.09 KB
/
archives.html
File metadata and controls
110 lines (91 loc) · 4.09 KB
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
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Person">
<head>
<meta charset="utf-8">
<!-- Site Meta Data -->
<title> corywright.org | </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Cory Wright">
<link rel="shortcut icon" href="">
<!-- schema.org -->
<meta itemprop="name" content="corywright.org">
<meta itemprop="image" content="">
<meta itemprop="description" content="">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<!-- Style Meta Data -->
<link rel="stylesheet" href="https://www.corywright.org/theme/css/style.css" type="text/css" />
<link rel="stylesheet" href="https://www.corywright.org/theme/css/pygments.css" type="text/css" />
<!-- Feed Meta Data -->
<link href="https://www.corywright.org/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="corywright.org ATOM Feed" />
<!-- Twitter Feed -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:image" content="">
<meta name="twitter:creator" content="">
<meta name="twitter:url" content="https://www.corywright.org/archives.html">
<meta name="twitter:title" content="corywright.org ~ Archives">
<meta name="twitter:description" content="corywright.org ~ Archives du site">
<!-- Facebook Meta Data -->
<meta property="og:title" content="corywright.org ~ Archives" />
<meta property="og:description" content="corywright.org ~ Archives" />
<meta property="og:image" content="" />
</head>
<body>
<!-- Sidebar -->
<aside>
<!--<center><a href="https://www.corywright.org"><img id="avatar" src=""></a></center>-->
<div>
<img src="/images/blue-bg-square-192x192.jpeg">
</div>
<br>
<nav class="nav">
<ul class="list-bare">
<li><a class="nav__link" href="/">Home</a></li>
<li><a class="nav__link" href="https://www.corywright.org/about">About</a></li><li><a class="nav__link" href="https://www.corywright.org/resume">Resume</a></li> <li><a class="nav__link" href="/blog">Blog</a></li>
</ul>
</nav>
<p class="social">
<a href="https://github.com/corywright" target="_blank" ><img src="https://www.corywright.org/theme/images/icons/github.png"></a>
<a href="https://twitter.com/corywright" target="_blank" ><img src="https://www.corywright.org/theme/images/icons/twitter.png"></a>
<a href="https://www.linkedin.com/in/corywright" target="_blank" ><img src="https://www.corywright.org/theme/images/icons/linkedin.png"></a>
<a href="https://www.corywright.org/blog/feeds/all.atom.xml" rel="alternate">
<img src="https://www.corywright.org/theme/images/icons/rss.png"></a>
</p>
<h2>Blog Topics</h2>
<ul class="navbar">
<li><a href="https://www.corywright.org/blog/category/general/">General</a></li>
</ul>
</aside>
<!-- Content -->
<article>
<h1>Archives</h1>
<dl>
<dt>Tue 19 April 2016</dt>
<dd><a href="https://www.corywright.org/blog/pelican-fourth-post/">My fourth Test Post</a></dd>
<dt>Mon 18 April 2016</dt>
<dd><a href="https://www.corywright.org/blog/pelican-third-post/">My third Test Post</a></dd>
<dt>Sun 17 April 2016</dt>
<dd><a href="https://www.corywright.org/blog/pelican-second-post/">My Second Test Post</a></dd>
<dt>Sat 16 April 2016</dt>
<dd><a href="https://www.corywright.org/blog/pelican-first-post/">My First Test Post</a></dd>
</dl>
</article>
<!-- Footer -->
<footer>
<p>
</p>
</footer>
<!-- Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-51894-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>