-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
356 lines (290 loc) · 16.2 KB
/
gallery.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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE-Edge">
<title>Gallery - Vivace</title>
<!-- animate css-->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/css/lightbox.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script type="text/javascript" src="assets/js/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/lightbox.js"></script>
<!-- icon -->
<link rel="icon" type="image/gif/png" href="assets/images/landing/pause.png">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Noto+Serif+KR" rel="stylesheet">
<!-- fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
</head>
<body class="pt-5">
<nav class="navbar navbar-expand-lg navbar-light bgc-nav fixed-top">
<a class="navbar-brand" href="home.html">Vivace <strong>Music</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto font-ulmenu">
<li class="nav-item">
<a class="nav-link" href="home.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<span class="c-text mr-5">
Let's start the music
</span>
</div>
</nav> <!-- END OF NAVBAR -->
<div class="container mb-5 mt-5 bgi-guitar" id="guitarcovers">
<div class="row mb-5">
<div class="col-lg-12 mb-5">
<h1 class="text-center gallery-title"><span id="str-music">Guitar</span> covers</h1>
</div>
<div class="col-lg-3 offset-lg-1 col-md-3 offset-md-1">
<input type="image" class="card-img-top gallery-img artist-hov" src="assets/images/about/james.jpg" alt="James guitar" title="James guitar cover" data-toggle="modal" data-target="#jamesmodal">
<div class="modal fade" id="jamesmodal" tabindex="-1" role="dialog" aria-labelledby="jamesmodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="jamesmodallabel">James Bartholomew</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/V3cEhbO9Kv8" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end modal -->
</div> <!-- end of 1st artist col -->
<div class="col-lg-3 offset-middd col-md-3">
<input type="image" class="card-img-top gallery-img artist-hov" src="assets/images/about/sungha.jpg" alt="Sungha guitar" title="Sungha guitar cover" data-toggle="modal" data-target="#sunghamodal">
<div class="modal fade" id="sunghamodal" tabindex="-1" role="dialog" aria-labelledby="sunghamodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="sunghamodallabel">Sungha Jung</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/OzlbjQZlMt0" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end 2nd modal -->
</div> <!-- end of 2nd artist col -->
<div class="col-lg-3 offset-ryt col-md-3">
<input type="image" class="card-img-top gallery-img artist-hov" src="assets/images/about/yuki.jpg" alt="Yuki guitar" title="Yuki guitar cover" data-toggle="modal" data-target="#yukimodal">
<div class="modal fade" id="yukimodal" tabindex="-1" role="dialog" aria-labelledby="yukimodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="yukimodallabel">Yuki Matsui</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/2ceSewoDfJc" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end 3rd modal -->
</div> <!-- end of 3rd artist col -->
</div> <!-- end of 1st row title -->
</div> <!-- end of container -->
<div class="container mb-5 mt-5 bgi-piano" id="pianocovers">
<div class="row mb-5">
<div class="col-lg-12 mb-5">
<h1 class="text-center gallery-title"><span id="str-music">Piano</span> covers</h1>
</div>
<div class="col-lg-3 offset-lg-1 col-md-3 offset-md-1">
<input type="image" class="card-img-top gallery-img artist-hov" src="assets/images/about/consta.jpg" alt="Costantino piano" title="Costantino piano cover" data-toggle="modal" data-target="#costantinomodal">
<div class="modal fade" id="costantinomodal" tabindex="-1" role="dialog" aria-labelledby="costantinomodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="costantinomodallabel">Costantino Carrara</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/NUdlh5NYx2o" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end 4th modal -->
</div> <!-- end of 1st artist col -->
<div class="col-lg-3 offset-middd col-md-3">
<input type="image" class="card-img-top gallery-img artist-hov" src="assets/images/about/animenz.jpg" alt="Animenz piano" title="Animenz piano cover" data-toggle="modal" data-target="#animenzmodal">
<div class="modal fade" id="animenzmodal" tabindex="-1" role="dialog" aria-labelledby="animenzmodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="animenzmodallabel">Animenz</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zsVAbS8xmaU" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end 5th modal -->
</div> <!-- end of 2nd artist col -->
<div class="col-lg-3 offset-ryt col-md-3">
<input type="image" class="card-img-top gallery-img artist-hov" src="assets/images/about/theishter.jpg" alt="Theishter piano" title="Theishter piano cover" data-toggle="modal" data-target="#theishtermodal">
<div class="modal fade" id="theishtermodal" tabindex="-1" role="dialog" aria-labelledby="theishtermodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="theishtermodallabel">Theishter</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/VG5uO6B1S3E" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end 6th modal -->
</div> <!-- end of 3rd artist col -->
</div> <!-- end of 1st row title -->
</div> <!-- end of container -->
<div class="container mb-5 mt-5 bgi-violin" id="violincovers">
<div class="row mb-5">
<div class="col-lg-12 mb-5">
<h1 class="text-center gallery-title"><span id="str-music">Violin</span> covers</h1>
</div>
<div class="col-lg-3 offset-lg-1 col-md-3 offset-md-1">
<input type="image" class="card-img-top gallery-img artist-hov daniel-imgmove" src="assets/images/about/daniel.jpg" alt="Daniel violin" title="Daniel violin cover" data-toggle="modal" data-target="#danielmodal">
<div class="modal fade" id="danielmodal" tabindex="-1" role="dialog" aria-labelledby="danielmodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="daanielmodallabel">Daniel Jang</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/LZrOfcTPJaA" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end 7th modal -->
</div> <!-- end of 1st artist col -->
<div class="col-lg-3 offset-middd col-md-3">
<input type="image" class="card-img-top gallery-img artist-hov" src="assets/images/about/andre.jpg" alt="Andre violin" title="Andre violin cover" data-toggle="modal" data-target="#andremodal">
<div class="modal fade" id="andremodal" tabindex="-1" role="dialog" aria-labelledby="andremodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="andremodallabel">Andre Soueid</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/rVHSP92qLeU" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end 8th modal -->
</div> <!-- end of 2nd artist col -->
<div class="col-lg-3 offset-ryt col-md-3">
<input type="image" class="card-img-top gallery-img artist-hov" src="assets/images/about/ayasa.jpg" alt="Ayasa violin" title="Ayasa violin cover" data-toggle="modal" data-target="#ayasamodal">
<div class="modal fade" id="ayasamodal" tabindex="-1" role="dialog" aria-labelledby="ayasamodallabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="ayasamodallabel">Shimamura "Ayasa" Ayase</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/ixiflEnZy9I" allowfullscreen></iframe>
</div>
</div> <!-- end modal body -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div> <!-- end modal footer -->
</div> <!-- end modal content -->
</div> <!-- end modal dialog -->
</div> <!-- end 9th modal -->
</div> <!-- end of 3rd artist col -->
</div> <!-- end of 1st row title -->
</div> <!-- end of container -->
<div class="container-fluid bg-foot">
<div class="row">
<div class="col-lg-12 text-center pt-4">
<p class="text-center">Copyright © Kieffer John Mercado Navarro 2018</p>
</div>
</div>
</div> <!-- end of footer -->
</body>
</html>