-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
105 lines (104 loc) · 4.86 KB
/
video.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr" xmlns:fb="http://ogp.me/ns/fb#">
<head profile="http://gmpg.org/xfn/11">
<title>Hazamat - Site Oficial - Vídeos</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="x-dns-prefetch-control" content="on">
<!-- Stylesheets -->
<link rel="stylesheet" href="styles/reset.css" type="text/css" />
<link rel="stylesheet" href="styles/layout.css" type="text/css" />
<link rel="stylesheet" href="styles/owl.carousel.css">
<!-- javascript -->
<script src="http://owlcarousel.owlgraphic.com/assets/vendors/jquery.min.js"></script>
<script src="http://owlcarousel.owlgraphic.com/assets/owlcarousel/owl.carousel.js"></script>
</head>
<body>
<div class="wrapper col1">
<div id="topbar" class="clear">
<div id="topnav">
<img src="images/photos/0000.jpg"/>
<ul>
<li class="last"><a href="./contact.html" target="_self">Contato</a><span>Fale conosco</li>
<li><a href="./photo.html" target="_self">Fotos</a><span>Galeria de fotos</span></li>
<li class="active"><a href="./video.html" target="_self">Vídeos</a><span>Canal de vídeos</li>
<li><a href="./music.html" target="_self">Músicas</a><span>Discografia</span></li>
<li><a href="./hazamat.html" target="_self">Hazamat</a><span>Conheça a banda</span></li>
<li><a href="./index.html">Principal</a><span>Página inicial</span></li>
</ul>
</div>
</div>
<div id="container" class="clear">
<div class="row">
<div class="large-12 columns">
<div class="owl-carousel">
<div class="item-video" data-merge="4" style="height:480px;">
<a class="owl-video" href="https://www.youtube.com/watch?v=4pfnkzbae9A"></a>
</div>
<div class="item-video" data-merge="4" style=";height:480px;">
<a class="owl-video" href="https://www.youtube.com/watch?v=XOXw7E1XRVU"></a>
</div>
<div class="item-video" data-merge="4" style="height:480px;">
<a class="owl-video" href="http://www.youtube.com/watch?v=2ive4Mr5EYM"></a>
</div>
<div class="item-video" data-merge="4" style="height:480px;">
<a class="owl-video" href="http://www.youtube.com/watch?v=70rH3qK_Bjo"></a>
</div>
<div class="item-video" data-merge="4" style="height:480px;">
<a class="owl-video" href="http://www.youtube.com/watch?v=n8yP2ZpgVAA"></a>
</div>
<div class="item-video" data-merge="4" style="height:480px;">
<a class="owl-video" href="https://www.youtube.com/watch?v=fhJS2DDfmT8"></a>
</div>
<div class="item-video" data-merge="4" style="height:480px;">
<a class="owl-video" href="http://www.youtube.com/watch?v=0fhoIate4qI"></a>
</div>
<div class="item-video" data-merge="4" style="height:480px;">
<a class="owl-video" href="https://www.youtube.com/watch?v=EF_kj2ojZaE"></a>
</div>
</div>
<script>
$(document).ready(function() {
$('.owl-carousel').owlCarousel({
items: 8,
merge: true,
nav: true,
loop: true,
margin: 10,
video: true,
lazyLoad: true,
center: true,
responsive: {
480: {
items: 2
},
600: {
items: 4
}
}
});
});
</script>
</div>
</div>
</div>
<div class="wrapper">
<div id="container" class="clear">
<div id="footer" class="clear">
<div id="backtotop">
<a href="#top" class="topOfPage">^ Início ^</a>
</div>
</div>
<div id="copyright" class="clear">
<a href="http://www.hazamat.com">www.hazamat.com</a>
<br></br>
Sob a Licença Creative Commons - 2015 - Liberdade total para os usuários
<br></br>
Código fonte disponível no <a href="http://github.com/tigreped/hazamat" target="_blank">GitHub</a> -
Website por <a href="mailto:[email protected]" target="_blank">Pedro Guimarães</a>
</div>
</div>
</div>
</div>
</body>
</html>