-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
50 lines (46 loc) · 1.75 KB
/
videos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
title: VIDEOS
selected: videos
permalink: /videos/
---
<div id="videos">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="video-container">
<h1 class="sr-only">Hot Won't Quit - One Two Three ONE TWO</h1>
<iframe src="//youtube.com/embed/KgXidj1zMBM" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-5 col-sm-offset-1">
<div class="video-container">
<h1 class="sr-only">Hot Won't Quit - BREAK NEW GROUND</h1>
<iframe src="//youtube.com/embed/eWpQr9pDh_0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="col-sm-5">
<div class="video-container">
<h1 class="sr-only">Hot Won't Quit - VELVET FOG</h1>
<iframe src="//youtube.com/embed/OZ9N5eX9C40" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-5 col-sm-offset-1">
<div class="video-container">
<h1 class="sr-only">Hot Won't Quit - INFAMY</h1>
<iframe src="//youtube.com/embed/BlG_X49Vtec" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="col-sm-5">
<div class="video-container">
<h1 class="sr-only">Hot Won't Quit - I KNOW</h1>
<iframe src="//youtube.com/embed/W81rPZdld6A" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>