-
Notifications
You must be signed in to change notification settings - Fork 0
/
Videogallery.html
254 lines (172 loc) · 6.88 KB
/
Videogallery.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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<html>
<html lang="en">
<head>
<link href='bootstrap-3.3.5-dist/css/bootstrap.css' rel='stylesheet' type='text/css'>
<script src="bootstrap-3.3.5-dist/js/bootstrap.js"></script>
<link href="bootstrap-3.3.5-dist/css/bootstrap.css" rel='stylesheet' type="text/css">
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html: charset=utf-8">
<meta name="keywords" content="Kelby Kramer, Lick-Wilmerding, LWHS, High School">
<meta name="description" content="Kelby Kramer's website; photo gallery section.">
<meta name="author" content="Kelby Kramer">
<meta http-equiv="refresh" content="600">
<style>
body
{
background-color: rgb(0,0,0);
height:auto;
margin:0;
}
li
{
opacity: 10%;
}
div.column
{
webkit-column-count: 3;
moz-column-count: 3;
column-count: 3;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"]
{
float: left;
padding: 15px;
}
.row:after
{
content: "";
clear: both;
display: block;
}
[class*="col-"]
{
float: left;
padding: 15px;
}
.carousel-fade {
.carousel-inner {
.item {
transition-property: opacity;
}
.item,
.active.left,
.active.right {
opacity: 0;
}
.active,
.next.left,
.prev.right {
opacity: 1;
}
.next,
.prev,
.active.left,
.active.right {
left: 0;
transform: translate3d(0, 0, 0);
}
}
.carousel-control {
z-index: 1;
}
}
#vidfront {
z-index: 3;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
height: 100%;
}
.item:nth-child(1) {
background: #0073e6;
}
.item:nth-child(2) {
background: #004080;
}
.item:nth-child(3) {
background: #0073e6;
}
.item:nth-child(4) {
background: #004080;
}
.item:nth-child(5) {
background: #0073e6;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" target="_blank" href="https://www.github.com/Krazykelbs"> Kelby Kramer </a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<ul class="nav navbar-nav">
<li class="active"><a href="http://krazykelbs.github.io/Kelby.html">Home</a></li>
<li class="active"><a href="http://krazykelbs.github.io/Videogallery.html">Video Gallery</a></li>
<li class="active"><a href="http://krazykelbs.github.io/ImageGallery.html">Image Gallery</a></li>
<li><a target="_blank" href="https://www.facebook.com/kelby.kramer.5"> <img style="width:30px;height:30;" src="images/facebook.png"> </a></li>
<li><a target="_blank" href="https://www.instagram.com/krazykelbs/"><img style="width:30px;height:30;" src="images/Instagram.png"></a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCX3wy-aLCuaggCRnCm3CGPA"> <img style="width:30px;height:30;" src="images/YouTube.png"> </a></li>
</ul>
</div>
</div>
</nav>
<div style="pading-top=40px" id="carousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
<li data-target="#carousel" data-slide-to="3"></li>
<li data-target="#carousel" data-slide-to="4"></li>
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<div class="item"><center>
<iframe width="80%" height="100%" src="https://drive.google.com/file/d/0B-aQibiQn-T8R29vQWhCNFh6c00/preview" frameborder="0" allowfullscreen></iframe>
</center></div>
<center><div id="vidfront"><iframe width="80%" height="100%" src="https://drive.google.com/file/d/0B-aQibiQn-T8OXR4d01ZSzhNLXc/preview" frameborder="0" allowfullscreen></iframe></div></center>
</div>
<div class="item"><center>
<iframe width="80%" height="100%" src="https://drive.google.com/file/d/0B-aQibiQn-T8Vzk4b2F1cEtyLW8/preview" frameborder="0" allowfullscreen></iframe>
</center></div>
<div class="item"> <center>
<iframe width="80%" height="100%" src="https://drive.google.com/file/d/0B-aQibiQn-T8c3NVMmMzYUNad28/preview" frameborder="0" allowfullscreen></iframe>
</center></div>
<div class="item"><center>
<iframe width="80%" height="100%" src="https://drive.google.com/file/d/0B-aQibiQn-T8QkFBd0x1eU04YUE/preview" frameborder="0" allowfullscreen></iframe>
</center></div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#carousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#carousel" data-slide="next">›</a>
</div>
<script>$('.carousel').carousel('pause');</script>
</body>
</html>