-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
140 lines (122 loc) · 3.87 KB
/
blog.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<title>Stefano Merlano</title>
<link rel="stylesheet" href="stylesheets/styles.css" />
<link rel="stylesheet" href="stylesheets/pygment_trac.css" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="images/avatar-fb.jpg" />
<h1>Stefano Merlano</h1>
<p>Trust me I'm a programmer.</p>
<ol>
<li><a href="/index.html">About</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/resume.html">Résumé</a></li>
</ol>
<ol>
<li>
<a href="http://www.linkedin.com/in/stefanomerlano/"
><img src="images/linkedin.png"
/></a>
</li>
<li>
<a href="https://www.credly.com/users/stefano-merlano"
><img src="images/credly.svg" height="32px" width="35px"
/></a>
</li>
<li>
<a href="mailto:[email protected]"
><img src="images/gmail.png"
/></a>
</li>
</ol>
<br />
</header>
<section>
<h2>Blog</h2>
<!--
<ul>
<li>
<span class="post-date">09 Jun 2016</span>
<a href="/2016/06/09/microservices-war-stories.html">Microservices War Stories</a>
</li>
<li>
<span class="post-date">05 Aug 2014</span>
<a href="/2014/08/05/learning-through-teaching.html">Learning Through Teaching</a>
</li>
<li>
<span class="post-date">29 Mar 2014</span>
<a href="/2014/03/29/space-apps-atlanta.html">Space Apps Atlanta</a>
</li>
<li>
<span class="post-date">22 Sep 2013</span>
<a href="/2013/09/22/bringing-a-little-music-into-the-world.html">Bringing a Little Music Into the World</a>
</li>
<li>
<span class="post-date">27 Aug 2013</span>
<a href="/2013/08/27/madison-ruby-2013-a-community-of-coders.html">Madison Ruby 2013 - A Community of Coders</a>
</li>
<li>
<span class="post-date">23 Jul 2013</span>
<a href="/2013/07/23/from-scientist-to-developer.html">From Scientist to Developer</a>
</li>
<li>
<span class="post-date">13 May 2013</span>
<a href="/2013/05/13/Im-a-big-nerd.html">I'm a Big Nerd</a>
</li>
<li>
<span class="post-date">23 Mar 2013</span>
<a href="/2013/03/23/Im-leaving-academia.html">I'm leaving academia</a>
</li>
<li>
<span class="post-date">21 Jan 2013</span>
<a href="/2013/01/21/model-view-controller.html">Model-view-controller (MVC)</a>
</li>
<li>
<span class="post-date">15 Jan 2013</span>
<a href="/2013/01/15/setting-environment-variables-in-mountain-lion.html">Setting Environment Variables in Mountain Lion</a>
</li>
<li>
<span class="post-date">12 Jan 2013</span>
<a href="/2013/01/12/test-driven-development.html">Test-driven Development</a>
</li>
<li>
<span class="post-date">24 Dec 2012</span>
<a href="/2012/12/24/relevant-to-my-life.html">Relevant to my life</a>
</li>
<li>
<span class="post-date">10 Dec 2012</span>
<a href="/2012/12/10/global-day-of-coderetreat.html">Global Day of Coderetreat</a>
</li>
<li>
<span class="post-date">04 Dec 2012</span>
<a href="/2012/12/04/rails-girls-atlanta.html">Rails Girls Atlanta</a>
</li>
</ul>
-->
</section>
<footer>
<p>
<small
>Hosted on
<a href="http://pages.github.com">GitHub Pages</a> — Theme by
<a href="https://github.com/orderedlist">orderedlist</a></small
>
</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>