Skip to content

Commit a70c7e8

Browse files
committed
publish
1 parent 93f6469 commit a70c7e8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pages/talks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
talks:
1+
---
2+
talks:
33
- name: the changelog
44
url: http://thechangelog.com/post/352878673/episode-0-1-0-chris-wanstrath-from-github
55
description: github interview
@@ -108,5 +108,5 @@ talks:
108108
- name: sf ruby meetup
109109
url: http://errtheblog.com/static/pdfs/memcached.pdf
110110
description: memcaching rails
111-
width: 10224
111+
width: 10516
112112
---

talks.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@
99
.row > a:nth-child(6n+4):hover {
1010
background-color: #00ffff;
1111
}
12-
.row { width: 10224px; }
12+
.row { width: 10516px; }
1313
</style>
1414
</head>
1515

1616
<body>
1717
<h1> talks </h1>
1818

1919
<div class="row">
20+
<a href="http://thechangelog.com/post/352878673/episode-0-1-0-chris-wanstrath-from-github" class="block">
21+
<h2> the changelog </h2>
22+
<p> github interview </p>
23+
</a>
2024
<a href="http://www.slideshare.net/err/inside-github" class="block">
2125
<h2> gilt expert talk </h2>
2226
<p> inside github </p>

0 commit comments

Comments
 (0)