-
Notifications
You must be signed in to change notification settings - Fork 0
/
media.html
256 lines (250 loc) · 8.5 KB
/
media.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>The Brass Collective</title>
<meta
name="keywords"
content="quinteto, quintet, brass, classical, music, trompeta, trumpet, tuba, posaune, trombon, trompa, horn"
/>
<meta
name="description"
content="The Brass Collective is a quintet based in Berlin"
/>
<meta name="author" content="Gabriel Chamorro Moris" />
<link rel="shortcut icon" href="images/icono.png" type="image/x-icon" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap"
rel="stylesheet"
/>
<!-- Bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
crossorigin="anonymous"
/>
<!-- CSS -->
<link rel="stylesheet" href="css/styles.css" />
<!-- Fontawesome -->
<script
src="https://kit.fontawesome.com/e46b88808f.js"
crossorigin="anonymous"
></script>
<!-- Bootstrap scripts -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"
></script>
</head>
<body>
<div>
<div class="container navlogo divresponsive">
<nav class="navbar-dark navbar-expand-lg navcontainer">
<div class="container-fluid">
<a class="navbar-brand logo" href="index.html"
><img
src="images/logoclarito.png"
class="logoimg"
alt="tbc-logo"
width="200"
height="86.7"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="media.html">Media</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="merchandise.html">Merchandise</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1>
<strong
>George Gershwin<br />
I Got Rhythm</strong
>
</h1>
</div>
<div class="col-md-12 div-youtube">
<iframe
class="video-youtube"
width="840"
height="472"
src="https://www.youtube.com/embed/uB_lsm1CKyU"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1>
<strong
>Viktor Ewald<br />
II. Adagio -Allegro Vivace- Adagio</strong
>
</h1>
</div>
<div class="col-md-12 div-youtube">
<iframe
class="video-youtube"
width="840"
height="472"
src="https://www.youtube.com/embed/ct2v4eKivN8"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1>
<strong
>Dearbhla Nolan<br />
Máiréad's Tune</strong
>
</h1>
</div>
<div class="col-md-12 div-youtube">
<iframe
class="video-youtube"
width="840"
height="472"
src="https://www.youtube.com/embed/sfPeV_4phAI"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1><strong>El Gato Montés</strong></h1>
</div>
<div class="col-md-12 div-youtube">
<iframe
class="video-youtube"
width="840"
height="472"
src="https://www.youtube.com/embed/-2MZ1AEMs80"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1><strong>Malcolm Arnold</strong></h1>
</div>
<div class="col-md-12 div-youtube">
<iframe
class="video-youtube"
width="840"
height="472"
src="https://www.youtube.com/embed/beXTTsgM6XM"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1>
<strong
>Renee C. Baker:<br />
Projections of Internal Subconscious</strong
>
</h1>
</div>
<div class="col-md-12 div-youtube">
<iframe
class="video-youtube"
width="840"
height="472"
src="https://www.youtube.com/embed/igvv5JmV7fo"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="push"></div>
<footer class="div-youtube footer-icons" id="footer">
<div class="container-fluid">
<a
href="https://www.instagram.com/the_brass_collective/"
target="_blank"
><i class="footer-icon social-icon fab fa-instagram"></i
></a>
<a
href="https://www.youtube.com/channel/UCc-ikR1_e8YBAkr7Xt-F_0w"
target="_blank"
><i class="footer-icon social-icon fab fa-youtube"></i
></a>
<a
target="_top"
href="mailto:[email protected]? Subject=Contact%20from%20the%20website"
><i class="footer-icon social-icon fas fa-envelope"></i
></a>
<a href="tel:+491724587390"
><i class="footer-icon fas fa-phone-square"></i
></a>
<div class="copyright">
<a
href="https://www.gabrielcmoris.com"
target="_blank"
rel="noopener noreferrer"
>
Powered by Gabrielcmoris. All rights reserved © 2021
</a>
</div>
</div>
</footer>
</body>
</html>