Skip to content

Commit 850a7c2

Browse files
authored
Fill (and refill) the video spots (#383)
1 parent 21c375a commit 850a7c2

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

site/index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ <h5>Functional Programming &amp; Haskell, by Computerphile / John Hughes</h5>
159159
</div>
160160
</a>
161161
</div>
162+
<div class=" span3 col-xs-6 col-sm-3 col-md-2">
163+
<a href="https://www.youtube.com/watch?v=Qa8IfEeBJqk" title="Haskell in 100 Seconds" class="thumbnail">
164+
<img src="https://i1.ytimg.com/vi/Qa8IfEeBJqk/mqdefault.jpg" alt="" class="img-responsive">
165+
<div class="caption">
166+
<h5>Haskell in 100 Seconds</h5>
167+
</div>
168+
</a>
169+
</div>
162170
<div class=" span3 col-xs-6 col-sm-3 col-md-2">
163171
<a href="https://www.youtube.com/watch?v=4RuLzL_q0zs" title="Past and Present of Haskell &ndash; Interview with Simon Peyton Jones" class="thumbnail">
164172
<img src="https://i1.ytimg.com/vi/4RuLzL_q0zs/mqdefault.jpg" alt="" class="img-responsive">
@@ -168,10 +176,10 @@ <h5>Past and Present of Haskell &ndash; Interview with Simon Peyton Jones</h5>
168176
</a>
169177
</div>
170178
<div class=" span3 col-xs-6 col-sm-3 col-md-2">
171-
<a href="https://www.youtube.com/watch?v=t1e8gqXLbsU" title="What is a Monad? by Computerphile / Graham Hutton" class="thumbnail">
172-
<img src="https://i1.ytimg.com/vi/t1e8gqXLbsU/mqdefault.jpg" alt="" class="img-responsive">
179+
<a href="https://www.youtube.com/watch?v=FYTZkE5BZ-0" title="Making Music with Haskell From Scratch" class="thumbnail">
180+
<img src="https://i1.ytimg.com/vi/FYTZkE5BZ-0/mqdefault.jpg" alt="" class="img-responsive">
173181
<div class="caption">
174-
<h5>What is a Monad? by Computerphile / Graham Hutton</h5>
182+
<h5>Making Music with Haskell From Scratch</h5>
175183
</div>
176184
</a>
177185
</div>

0 commit comments

Comments
 (0)