-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtalks.html
More file actions
26 lines (20 loc) · 773 Bytes
/
talks.html
File metadata and controls
26 lines (20 loc) · 773 Bytes
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
---
layout: layout
title: "Talks"
---
<div class="content">
<div id="talks">
<h1>Talks</h1>
<p>Hey, I like to talk. If you're interested in stealing me for your own conference, you should really <a href="mailto:talks@zachholman.com">get in touch</a>.</p>
<div class="talk">
<h2>RailsConf 2011</h2>
<h3>Double-Shipping Software for Profit</h3>
<a href="http://en.oreilly.com/rails2011/public/schedule/detail/18694"><img src="/images/talks/2011-railsconf.png" alt="RailsConf 2011" /></a>
</div>
<div class="talk">
<h2>Frozen Rails 2011</h2>
<h3>GitHub Firewall Install</h3>
<a href="https://frozenrails.eu"><img src="/images/talks/2011-frozenrails.png" alt="Frozen Rails 2011" /></a>
</div>
</div>
</div>