This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
205 lines (163 loc) · 6.04 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Alpha -- Videos</title>
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.css" media="screen,projection"/>
<link rel="stylesheet" href="css/fonts/stylesheet.css" />
<link rel="stylesheet" href="css/fonts/fonts.css" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="css/animat/animate.min.css" />
<link rel="stylesheet" href="css/fancybox/jquery.fancybox.css" />
<link rel="stylesheet" href="css/nivo-lightbox/nivo-lightbox.css" />
<link rel="stylesheet" href="css/themes/default/default.css" />
<link rel="stylesheet" href="css/owl-carousel/owl.carousel.css" />
<link rel="stylesheet" href="css/owl-carousel/owl.theme.css" />
<link rel="stylesheet" href="css/owl-carousel/owl.transitions.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<style>
#images {
white-space: nowrap;
}
.font {
font-family: sans-serif;
}
.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay a {
padding: 8px;
font-size: 36px;
color: #818181;
display: block;
transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
</style>
</head>
<body>
<div id="font">
<div class='preloader'><div class='loaded'> </div></div>
<center><img src="images/logo.jpg" width="200"></center>
<center><a onclick="openNav()"><i class="material-icons">menu</i> </a></center>
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="index.html" class="#ff1744 "><i class="material-icons">home</i></a>
<a href="members.HTML" class="#ff1744 "><font size="4">About us</font></a>
<a href="promotion.html" class="#ff1744 "><font size="4">Promotion</font></a>
<a href="gallary.html" class="#ff1744 "><font size="4">Gallery</font></a>
<a href="video.html" class="#ff1744 "><font size="4">Videos</font></a>
<a ></a>
</div>
</div>
<section id="banner" class="banner">
<div class="container">
<div class="row">
<div class="main_banner_area text-center">
<div class="col-md-12 col-sm-12">
<div class="single_banner_text wow zoomIn" data-wow-duration="1s">
<div class="separetor"></div>
</div>
</div>
<div class="scrolldown">
<a href="#videos" class="scroll_btn"></a>
</div>
</div>
</div>
</div>
</section><!-- End of Banner Section -->
<section id="videos" class="abouts">
<div class="container">
<div class="row">
<div class="head_title text-center wow flipInX" data-wow-duration="1s">
<h1>Videos</h1>
<div class="separetor"></div>
<p><h4>Scroll down to have a look of our daily video log</h4></p>
</div>
</div>
</div>
<div class="main_featured_content">
<div class="col-md-4 col-sm-6 col-xs-12 single_featured_area">
<video width="500" controls>
<source src="videos/SUCCESS.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 single_featured_area">
<video width="500" controls>
<source src="videos/IMG_1651.mov" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 single_featured_area">
<video width="500" controls>
<source src="videos/IMG_1771.mov" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</div>
</div>
</section>
<script type="text/javascript" src="js/jquery/jquery.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="js/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="js/nivo-lightbox/nivo-lightbox.min.js"></script>
<script type="text/javascript" src="js/owl-carousel/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery-easing/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/wow/wow.min.js"></script>
<!--<script type="text/javascript" src="js/counterup/counterup.min.js"></script>-->
<!--<script src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>-->
<!--<script type="text/javascript" src="js/counterup/jquery.counterup.min.js"></script>-->
<script type="text/javascript" src="js/isotop/isotope.min.js"></script>
<script type="text/javascript" src="js/isotop/isotop.function.js"></script>
<script type="text/javascript" src="js/masonry/masonry.min.js"></script>
<script type="text/javascript" src="js/mixitup/jquery.mixitup.min.js"></script>
<script type="text/javascript" src="js/masonry/masonry.pkgd.min.js"></script>
</div>
</body>
</html>