-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (95 loc) · 4.01 KB
/
index.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<title>
Posts –
Matthew Jones
</title>
<meta name="author" content="Matthew Jones" />
<meta name="description" content="A collection of talks and posts by Matthew Jones, aka Geekle." />
<link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/geekle" />
<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link media="only screen and (max-device-width: 480px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />
<link media="only screen and (device-width: 768px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link href='https://plus.google.com/117987174088483957780' rel='publisher'/>
<link href='http://www.geekle.id.au/' rel='canonical'/>
<!--
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="/js/application.js"></script>
-->
</head>
<body>
<section class="sidebar">
<a href="/">
<img src="/images/me.jpg" height="75" width="75" class="avatar" />
</a>
<section class="name">
<a href="/">
<span id="fname">Matthew</span>
<span id="lname">Jones</span>
</a>
</section>
<section class="meta">
<a href="https://github.com/geekle" class="icon-github" target="_blank"></a>
<a href="https://twitter.com/geekle" class="icon-twitter" target="_blank"></a>
<a href="http://feeds.feedburner.com/geekle" class="icon-rss"></a>
</section>
<section class="sections">
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="/">posts</a></li>
</ul>
</section>
</section>
<section class="content">
<h1>Posts</h1>
<ul class="listing">
<li>
<span>July 28, 2012</span> <a href="/2012/07/bootstrapping-infrastructure-coders.html">Boostrapping the Infrastructure Coders Meetup</a>
</li>
<li>
<span>November 16, 2011</span> <a href="/2011/11/devops-at-rea-enhancing-culture.html">Devops at REA</a>
</li>
<li>
<span>July 25, 2011</span> <a href="/2011/07/devops-down-under-2011-open-space.html">Devops Down Under 2011 Open Space</a>
</li>
<li>
<span>July 22, 2011</span> <a href="/2011/07/kanban-in-operations-virtual-card-wall.html">Kanban in Operations</a>
</li>
<li>
<span>February 5, 2011</span> <a href="/2011/02/devops-meetup-match-maker.html">Devops Meetup Match Maker</a>
</li>
<li>
<span>January 29, 2011</span> <a href="/2011/01/devops-survey-2010-results.html">Devops Survey 2010 Results</a>
</li>
<li>
<span>December 6, 2010</span> <a href="/2010/12/devops-survey-2010.html">Devops Survey 2010</a>
</li>
<li>
<span>November 12, 2010</span> <a href="/2010/11/goodbye-itree.html">Goodbye Itree</a>
</li>
<li>
<span>October 30, 2010</span> <a href="/2010/10/enter-stage-right-devops.html">Enter Stage Right</a>
</li>
<li>
<span>October 25, 2010</span> <a href="/2010/10/devops-presentation.html">Devops Presentation Debrief</a>
</li>
</ul>
</section>
<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20075786-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(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>