Skip to content

Commit a010467

Browse files
committed
doc-videos: make thumbnails into links too
1 parent dd72f74 commit a010467

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/doc-videos.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Some of these videos were created for Adobe Flex, the predecessor to Apache Flex
1010

1111
<div class="span3">
1212
<div class="featuresbox">
13-
<div class="picture"><img src="images/videos/first-steps-in-flex-as3.jpg"></div>
13+
<div class="picture"><a href="https://www.youtube.com/watch?v=awz4_0M31oY&list=UU6tcGOzUVOGpUe-PFzpILmg&index=21"><img src="images/videos/first-steps-in-flex-as3.jpg"></a></div>
1414
<h4>First Steps in Flex - ActionScript</h4>
1515
<p>James Ward shows the basics of using the ActionScript language with Flex. This is a complement of his book "First Steps in Flex".</p>
1616
<a href="https://www.youtube.com/watch?v=awz4_0M31oY&list=UU6tcGOzUVOGpUe-PFzpILmg&index=21" class="btn">Watch</a>
@@ -19,7 +19,7 @@ Some of these videos were created for Adobe Flex, the predecessor to Apache Flex
1919

2020
<div class="span3">
2121
<div class="featuresbox">
22-
<div class="picture"><img src="images/videos/first-steps-in-flex-components.jpg"></div>
22+
<div class="picture"><a href="https://www.youtube.com/watch?v=MNShGIsxM1g&list=UU6tcGOzUVOGpUe-PFzpILmg&index=19"><img src="images/videos/first-steps-in-flex-components.jpg"></a></div>
2323
<h4>First Steps in Flex - Components</h4>
2424
<p>James Ward shows the basics of using Components with Flex. This is a complement of his book "First Steps in Flex".</p>
2525
<a href="https://www.youtube.com/watch?v=MNShGIsxM1g&list=UU6tcGOzUVOGpUe-PFzpILmg&index=19" class="btn">Watch</a>
@@ -28,7 +28,7 @@ Some of these videos were created for Adobe Flex, the predecessor to Apache Flex
2828

2929
<div class="span3">
3030
<div class="featuresbox">
31-
<div class="picture"><img src="images/videos/compiling-flex-sdk-intellij.jpg"></div>
31+
<div class="picture"><a href="https://www.youtube.com/watch?v=5COE3hYqCJk"><img src="images/videos/compiling-flex-sdk-intellij.jpg"></a></div>
3232
<h4>Compiling the Apache Flex SDK with IntelliJ</h4>
3333
<p>Nicholas Kwiatkowski teaches how to compile the Apache Flex SDK and how to contibute back to the project. This video shows how to check out the code from the Apache SVN into IntelliJ, compile the entire project, and submit a patch back to fix a bug or close an issue</p>
3434
<a href="https://www.youtube.com/watch?v=5COE3hYqCJk" class="btn">Watch</a>
@@ -37,7 +37,7 @@ Some of these videos were created for Adobe Flex, the predecessor to Apache Flex
3737

3838
<div class="span3">
3939
<div class="featuresbox">
40-
<div class="picture"><img src="images/videos/apache-flex-development-arthur-rosa.jpg"></div>
40+
<div class="picture"><a href="https://www.youtube.com/playlist?list=PL76B0B78D87EF65D4"><img src="images/videos/apache-flex-development-arthur-rosa.jpg"></a></div>
4141
<h4>Apache Flex Development for Mobile Devices</h4>
4242
<p>A video course by Arthur Rosa, showing you everything you need to know to get up and running with Apache Flex development for mobile devices.</p>
4343
<a href="https://www.youtube.com/playlist?list=PL76B0B78D87EF65D4" class="btn">Watch</a>
@@ -52,7 +52,7 @@ Some of these videos were created for Adobe Flex, the predecessor to Apache Flex
5252

5353
<div class="span3">
5454
<div class="featuresbox">
55-
<div class="picture"><img src="images/videos/flex-tutorials-mike-lively.jpg"></div>
55+
<div class="picture"><a href="https://www.youtube.com/playlist?list=PL7BA9C6B84482B980"><img src="images/videos/flex-tutorials-mike-lively.jpg"></a></div>
5656
<h4>Adobe Flex Tutorials</h4>
5757
<p>Adobe Flex can be daunting. Luckily for you, Mike Lively and his team of NKU students are here to make things a bit easier for you.</p>
5858
<a href="https://www.youtube.com/playlist?list=PL7BA9C6B84482B980" class="btn">Watch</a>

0 commit comments

Comments
 (0)