-
Notifications
You must be signed in to change notification settings - Fork 1
/
archive.html
105 lines (104 loc) · 4.52 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="IE=edge,chrome=1" />
<title>Archive | Etienne’s blog</title>
<meta name="description" content="Python, technology and maybe more" />
<meta name="author" content="Etienne Desautels" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="assets/css/all-nocdn.css" rel="stylesheet" /><!--[if IE 10]>
<link href="/assets/css/ie10-device-bug.css" rel="stylesheet" type="text/css"/>
<script src="/assets/js/ie10-device-bug.js" type="text/javascript"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml" />
<link rel="icon" href="favicon.ico" sizes="16x16" /><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<script type="text/javascript" src="/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="container main">
<!-- Menu -->
<div class="row">
<header>
<a href="http://etienned.github.io/" class="logo"><img src="assets/img/pixrobot.png" alt="The Pixrobot!" width="253" height="204" /></a>
<div class="main-nav">
<a href="http://etienned.github.io/">
<div class="h1">
Etienne’s blog <small>Python, technology and maybe more</small>
</div></a>
<div class="sub-header">
<nav>
<ul>
<li>
<a href="about/">About</a>
</li>
<li class="active">
<a href="#">Blog</a>
</li>
<li>
<a href="categories/index.html">Tags</a>
</li>
</ul>
</nav>
<ul class="social-icons">
<li>
<a href="http://www.facebook.com/sharer/sharer.php?u=http%3A//etienned.github.io/" class="fb-link" title="Share on Facebook">Facebook</a>
</li>
<li>
<a href="http://twitter.com/share" class="twitter-link" title="Share on Twitter">Twitter</a>
</li>
<li>
<a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A//etienned.github.io/&title=Etienne%E2%80%99s%20blog%20%7C%20Python%2C%20technology%20and%20maybe%20more" class="linkedin-link" title="Share on LinkedIn">LinkedIn</a>
</li>
<li>
<a href="https://plus.google.com/share?url=http%3A//etienned.github.io/" class="google-link" title="Share on Google+">Google+</a>
</li>
<li>
<a href="rss.xml" class="rss-link" title="RSS Feed">RSS</a>
</li>
</ul>
</div>
</div>
</header>
</div><!-- End of Menu -->
<div class="row">
<div class="col-lg-9 col-lg-offset-3 col-md-8 col-md-offset-4 col-sm-12 col-xs-12">
<!--Body content-->
<div class="body-content">
<!--Body content-->
<div class="postbox">
<h1>Archive</h1>
<ul class="unstyled">
<li>
<a href="2013/">2013</a>
</li>
</ul>
</div><!--End of body content-->
</div><!--End of body content-->
</div>
</div>
<div class="row footer-row">
<div class="col-lg-9 col-lg-offset-3 col-md-8 col-md-offset-4 col-sm-12 col-xs-12">
<footer>
Contents © 2015 <a href="mailto:[email protected]">Etienne Desautels</a> - Powered by <a href="http://getnikola.com">Nikola</a>
</footer>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45703913-1', 'etienned.github.io');
ga('send', 'pageview');
//]]>
</script>
</body>
</html>