Skip to content

Commit b2b538c

Browse files
committed
Video embed test on homepage
1 parent 3edbf15 commit b2b538c

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

content/static/books.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1 class="large-header"><span class="black">Books.</span> Processing books cove
99
alt="Processing: A Programming Handbook for Visual Designers (Second Edition)"/></a></td>
1010
<td width="400">
1111
<p>
12-
<strong>Processing: A Programming Handbook for Visual Designers, <br /> 2nd Edition</strong><br />
12+
<strong>Processing: A Programming Handbook for Visual Designers, <br /> Second Edition</strong><br />
1313
Casey Reas and Ben Fry.<br />
1414
Published December 2014, The MIT Press. 720 pages. Hardcover.<br />
1515
&raquo; <a href="https://mitpress.mit.edu/books/processing-0">Order from MIT Press</a><br />
@@ -29,10 +29,10 @@ <h1 class="large-header"><span class="black">Books.</span> Processing books cove
2929

3030
<tr>
3131
<td width="240" valign="top"><a name="reasfry2" id="reasfry2"><img src="/img/learning/books/getting-started-with-processing-2e.png" width="200" height="310"
32-
alt="Make: Getting Started with Processing, 2nd Edition"/></a></td>
32+
alt="Make: Getting Started with Processing, Second Edition"/></a></td>
3333
<td width="400">
3434
<p>
35-
<strong>Make: Getting Started with Processing, 2nd Edition</strong><br />
35+
<strong>Make: Getting Started with Processing, Second Edition</strong><br />
3636
Casey Reas and Ben Fry.<br />
3737
Published September 2015, Maker Media. 238 pages. Paperback.<br />
3838
&raquo; <a href="http://shop.oreilly.com/product/0636920031406.do">Order Print/EBook from O'Reilly</a><br />

content/static/shop/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1 class="large-header">If you're interested in buying a book about Processing,
6565
</td>
6666
<td width="10">&nbsp;</td>
6767
<td width="190" valign="top">
68-
<strong>Getting Started with Processing, 2nd Edition</strong><br />
68+
<strong>Getting Started with Processing, Second Edition</strong><br />
6969
Casey Reas and Ben Fry<br />
7070
&raquo; <a href="../books/#reasfry2">More info</a><br />
7171
&raquo; <a href="http://www.amazon.com/gp/product/1457187086/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1457187086&linkCode=as2&tag=processing09-20&linkId=JEJC22CTQ5ZF4ZYO">Order from Amazon.com</a><img src="http://ir-na.amazon-adsystem.com/e/ir?t=processing09-20&l=as2&o=1&a=1457187086" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
@@ -89,7 +89,7 @@ <h1 class="large-header">If you're interested in buying a book about Processing,
8989
</td>
9090
<td width="10">&nbsp;</td>
9191
<td width="190" valign="top">
92-
<strong>Processing: A Programming Handbook for Visual Designers and Artists (Second Edition)</strong><br />
92+
<strong>Processing: A Programming Handbook for Visual Designers and Artists, Second Edition</strong><br />
9393
Casey Reas and Ben Fry<br />
9494
&raquo; <a href="/handbook/">More info</a><br />
9595
&raquo; <a href="http://www.amazon.com/Processing-Programming-Handbook-Designers-Artists/dp/026202828X/ref=sr_1_6?s=books&ie=UTF8&qid=1406934187&sr=1-6&keywords=processing">Order from Amazon</a><img src="http://www.assoc-amazon.com/e/ir?t=processing09-20&l=as2&o=1&a=0262182629" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />

css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,8 @@ dd { margin: 0 0 1em 0; }
572572

573573
td img { margin: 0; display: block; }
574574

575-
#Cover .video,
575+
#Cover .video { margin-top: 0em; }
576+
576577
#Cover .twitter,
577578
#Cover .commits,
578579
#Cover .partners,

templates/template.cover.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="leftcol">
22

33

4-
<p class="video"><span class="video-caption">Hello World! Processing is a documentary on creative coding that explores the role that ideas such as process, experimentation and algorithm play in this creative field featuring artists, designers and code enthusiasts.</span>
4+
<p class="video"><span class="video-caption">Welcome to Processing 3. In this video, Dan gives an overview of what's new.</span>
55
<iframe src="http://player.vimeo.com/video/60735314?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="392" height="221" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
66
<span class="video-caption">from <a href="#">Ultra_Lab</a></span></p>
77

0 commit comments

Comments
 (0)