* updated video links for JamTracks
This commit is contained in:
parent
58b8a29f51
commit
7d5edc298d
|
|
@ -96,7 +96,7 @@ rest = context.JK.Rest()
|
|||
<li>Play online live and in sync with others from different locations</li>
|
||||
<li>JamTracks work in standard browser, with more features in Win/Mac apps</li>
|
||||
</ul>
|
||||
<a className="video-thumbnail" href="https://www.youtube.com/watch?v=askHvcCoNfw" rel="external">
|
||||
<a className="video-thumbnail" href="https://www.youtube.com/watch?v=07zJC7C2ICA" rel="external">
|
||||
<img className="play" src="/assets/content/icon_youtube_play.png" />
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ context = window
|
|||
<p>
|
||||
<div className="video-wrapper left">
|
||||
<div className="video-container">
|
||||
<iframe src="//www.youtube.com/embed/96YTnO_H9a4" frameborder="0" allowfullscreen="allowfullscreen" />
|
||||
<iframe src="//www.youtube.com/embed/ysptXwFYDhQ" frameborder="0" allowfullscreen="allowfullscreen" />
|
||||
</div>
|
||||
<div className="cta-text">watch this sample video made by one of our users</div>
|
||||
</div>
|
||||
|
|
@ -138,7 +138,7 @@ context = window
|
|||
<p>
|
||||
<div className="video-wrapper">
|
||||
<div className="video-container">
|
||||
<iframe src="//www.youtube.com/embed/96YTnO_H9a4" frameborder="0" allowfullscreen="allowfullscreen" />
|
||||
<iframe src="//www.youtube.com/embed/MASQJnlUBAM" frameborder="0" allowfullscreen="allowfullscreen" />
|
||||
</div>
|
||||
<div className="cta-text">watch this sample video made by three of our users</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
h1 See What You Can With JamTracks
|
||||
.video-wrapper
|
||||
.video-container
|
||||
iframe src="//www.youtube.com/embed/askHvcCoNfw" frameborder="0" allowfullscreen="allowfullscreen"
|
||||
iframe src="//www.youtube.com/embed/07zJC7C2ICA" frameborder="0" allowfullscreen="allowfullscreen"
|
||||
br clear="all"
|
||||
.row
|
||||
.column
|
||||
|
|
|
|||
Loading…
Reference in New Issue