-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (45 loc) · 2.36 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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<html class="" lang="en">
<head>
<meta charset="utf-8">
<title>SoliPet</title>
<meta name="author" content="Doug Price">
<meta name="description" content="Home of Doug Price, aka Solipet">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://solipet.github.io">
<link href="/favicon.png" rel="icon">
<!-- <script src="/javascripts/modernizr-2.0.js"></script> -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<style>
.pres-date {
font-size: 10px;
color: gray;
width: 73px;
display: inline-block;
text-align: right;
margin-right: 20px;
}
</style>
</head>
<body>
<h3>Presentations</h3>
<ul>
<li><span class="pres-date">May 2013</span><a href="https://speakerdeck.com/solipet/responsive-design-with-at-media-queries">Responsive Design with @media Queries</a></li>
<li><span class="pres-date">June 2014</span><a href="https://speakerdeck.com/solipet/installing-graphite-or-not-as-the-case-may-be">Installing Graphite... or not!</a></li>
<li><span class="pres-date">December 2015</span><a href="/brief_intro_to_rspec/index.html">A (Brief!) Intro to RSpec</a></li>
<li><span class="pres-date">January 2017</span><a href="/git-bisect/index.html">A (Brief!) Intro to Git Bisect</a></li>
<li><span class="pres-date">September 2017</span><a href="/procs_and_lambdas/index.html">Blocks, Procs, & Lambdas!</a></li>
</ul>
</body>
</html>