Skip to content

Commit

Permalink
add video to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Apr 9, 2013
1 parent 155c45a commit 5dba4ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
libs/
libs/
.DS_Store
Binary file added arduino_winter2012/img/video.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions arduino_winter2012/index.html
Expand Up @@ -53,8 +53,8 @@ <h2>Pictures of the Event</h2>
<a href="http://www.flickr.com/photos/hslphotosync/sets/72157632878289346/with/8522572868/"><img src="img/photos.jpg"></a>
</div>
<div class="span6">
<h2>Video Coming Soon</h2>
<a href="#"><img src="img/video_team.jpg"></a>
<h2>Arduino 2013 Recap</h2>
<a href="http://youtu.be/qVWFvWfsMSM"><img src="img/video.jpg"></a>
</div>
</div>
<div class="row-fluid">
Expand Down
6 changes: 4 additions & 2 deletions index.html
Expand Up @@ -75,8 +75,10 @@
<img src="arduino_winter2012/img/arduino-bot.png" class="arduino-chrome">
</div>
<div class="pull-right live">
<div>Video Coming Soon!</div>
<object type="application/x-shockwave-flash" width="400" height="267" data="http://www.flickr.com/apps/video/stewart.swf?v=109786" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="intl_lang=en-us&photo_secret=ced8da05b2&photo_id=2929337225"></param> <param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=109786"></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=109786" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&photo_secret=ced8da05b2&photo_id=2929337225" height="267" width="400"></embed></object>
<!-- <div>Video Coming Soon!</div> -->
<!-- <object type="application/x-shockwave-flash" width="400" height="267" data="http://www.flickr.com/apps/video/stewart.swf?v=109786" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="intl_lang=en-us&photo_secret=ced8da05b2&photo_id=2929337225"></param> <param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=109786"></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=109786" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&photo_secret=ced8da05b2&photo_id=2929337225" height="267" width="400"></embed></object> -->
<div>Arduino 2013 Recap</div>
<iframe width="400" height="267" src="http://www.youtube.com/embed/qVWFvWfsMSM?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 5dba4ca

Please sign in to comment.