Now with Foundation Reveal
This commit is contained in:
parent
95cacfc8f2
commit
c09a115082
2 changed files with 9 additions and 3 deletions
3
index.md
3
index.md
|
@ -26,9 +26,6 @@ widget-3:
|
|||
---
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="videoModal" class="reveal-modal large" data-reveal="">
|
||||
<div class="flex-video widescreen vimeo" style="display: block;">
|
||||
<iframe width="1280" height="720" src="https://www.youtube.com/embed/3b5zCFSmVvU" frameborder="0" allowfullscreen></iframe>
|
||||
|
|
|
@ -8,6 +8,9 @@ header:
|
|||
permalink: "/changelog/"
|
||||
---
|
||||
|
||||
2015-03-02 // Version 1.1
|
||||
: Added [Foundation Reveal](http://foundation.zurb.com/docs/components/reveal.html) to the mix to show videos and content in a popup window. <a href="#" data-reveal-id="videoModal">Try it out right know :)</a>
|
||||
|
||||
2015-02-26 // Version 1.0
|
||||
: OK. Let's try it. Here is *Feeling Responsive* Version 1.0, with a shiny video.
|
||||
|
||||
|
@ -76,6 +79,12 @@ permalink: "/changelog/"
|
|||
|
||||
|
||||
|
||||
<div id="videoModal" class="reveal-modal large" data-reveal="">
|
||||
<div class="flex-video widescreen vimeo" style="display: block;">
|
||||
<iframe width="1280" height="720" src="https://www.youtube.com/embed/3b5zCFSmVvU" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<a class="close-reveal-modal">×</a>
|
||||
</div>
|
||||
|
||||
|
||||
[1]: {{ site.url }}/blog/
|
||||
|
|
Reference in a new issue