Skip to content

Commit 5d259e7

Browse files
committed
Add keynotes
1 parent 8195deb commit 5d259e7

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

assets/images/dave.png

1.08 MB
Loading

assets/images/elle.jpg

892 KB
Loading

assets/images/yehuda.png

1.06 MB
Loading

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,24 @@ <h1>What you should expect @ keep ruby weird:</h1>
115115
<h2>Meet the weirdos</h2>
116116

117117
<ul class="speakers">
118+
<li class="speaker keynote">
119+
<a href="https://twitter.com/wycats">
120+
<img alt="Yehuda with Dave's face" src="/assets/images/yehuda.png" />
121+
</a>
122+
<h3 class="author">Yehuda Katz</h3>
123+
<a href="https://twitter.com/littlecalculist">
124+
<img alt="Dave with Yehuda's face" src="/assets/images/dave.png" />
125+
</a>
126+
<h3 class="author">Dave Herman</h3>
127+
<h4>Keynote</h4>
128+
</li>
129+
<li class="speaker keynote">
130+
<a href="https://twitter.com/aemeredith">
131+
<img src="/assets/images/elle.jpg" alt="Elle Meredith" />
132+
</a>
133+
<h3 class="author">Elle Meredith</h3>
134+
<h4>Keynote</h4>
135+
</li>
118136
{% for speaker in site.data.speakers limit: 8%}
119137
<li class="speaker">
120138
<a href="https://twitter.com/{{ speaker.twitter }}">

0 commit comments

Comments
 (0)