Skip to content

Commit 530089f

Browse files
committed
publish
1 parent 53dd1aa commit 530089f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pages/talks.yml

+3-3
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
@@ -111,5 +111,5 @@ talks:
111111
- name: sf ruby meetup
112112
url: http://errtheblog.com/static/pdfs/memcached.pdf
113113
description: memcaching rails
114-
width: 10516
114+
width: 10808
115115
---

talks.html

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

@@ -21,6 +21,10 @@ <h1> talks </h1>
2121
<h2> the changelog </h2>
2222
<p> github interview </p>
2323
</a>
24+
<a href="http://sfruby-meetup-resque.heroku.com/" class="block">
25+
<h2> sf ruby meetup </h2>
26+
<p> resque </p>
27+
</a>
2428
<a href="http://www.slideshare.net/err/inside-github" class="block">
2529
<h2> gilt expert talk </h2>
2630
<p> inside github </p>

0 commit comments

Comments
 (0)