-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
377 lines (369 loc) · 20.4 KB
/
aboutus.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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!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 class="wrapper">
<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 class="row index-page">
<div class="col-lg-12 musician-title">
<h1><strong>Dearbhla Nolan</strong></h1>
</div>
<div class="col-lg-6">
<img
class="musician-image dearbhlaimage"
src="images/dearbhla-nolan.jpg"
alt="dearbhla-nolan-img"
/>
</div>
<div class="col-lg-6 musician-text">
<p>
Irish trumpet player <strong>Dearbhla Nolan</strong> has
been based in Berlin since 2010, where she enjoys an
active performance career, specialising in chamber music
and baroque trumpet.<br /> <br />
A founder member of Berlin International Brass, with
whom she has performed in Sweden, UK, Ireland, Poland
and around Germany, she also performs regularly with
ensembles such as Auris et Aulis, Chemnitzer
Barockorchester, Concerto Brandenburg, Neues
Barockorchester Berlin, Neues Kammerorchester Potsdam,
Märkisches Barock, and many more. <br /> <br />A
committed chamber musician, she enjoys regular
collaborations with organist Simon Harden and The
Walshaw Trio. She has appeared as soloist in the Neruda
trumpet concerto (Berlin, 2019) and as soloist and
chamber musician at the Praz Sur Arly and Blackwater
Valley Opera festivals.<br /> <br />
In 2021, Dearbhla was awarded a NeuStart Kultur grant to
record her debut album of 20 th Century trumpet and
piano repertoire, with pianist Luisa Sereina Splett. Her
current project is a piece for 7 different trumpets,
which she will compose and record, thanks to a grant
from Musik Fonds.<br /> <br />
Dearbhla is passionate about new music. Indeed her
quartet, Berlin International Brass, have commissioned
and premiered works by Renee Baker, Marcelo Nadruz,
Hazel Leach, Stephen Crowe and Elisabeth Angot. In 2018,
with The Berlin Trio, she gave the world premiere of
Jonathan Clinch’s Introduction and Allegro and in 2019
performed at MaerzMusik in Berlin. In 2010 she joined
John Wallace to perform the premiere of Elias Shoot’s A
Little Labyrinth for two trumpets, at Dartington
Festival, where Dearbhla was a bursary student.<br /> <br />
She holds degrees from Queen’s University Belfast and
City University London (taught through the Guildhall
School of Music and Drama) and is currently studying
baroque trumpet with Johann Plietzsch at the Universität
der Künste in Berlin. Dearbhla also plays the violin,
conducts and composes.
</p>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1><strong>Elliot Dushman</strong></h1>
</div>
<div class="col-lg-6">
<img
class="musician-image elliot-image"
src="images/elliot-dushman.jpg"
alt="elliot-dushman-img"
/>
</div>
<div class="col-lg-6 musician-text musicians-text1">
<p>
Born in Boston, Tubist
<strong>Elliot Dushman</strong> studied with Randy
Montgomery (Boston), Rex Martin (Chicago), Jens
Björn-Larson (Hannover) and Ulrich Haas in Essen.<br /> <br />
Dushman gained professional Orchestral experience as a
Praktikant in the Brandenburg State Orchestra, the
Gürzenich Orchestra in Cologne, and as an Akademist in
the State Opera of Berlin and the Mahler Chamber
Orchestra. <br /> <br />He has subbed with world
renowned orchestras such as the Berlin Philharmonic, the
Radio Orchestra of Hessen (Hessischer Rundfunk), the
West German Radio Orchestra (WDR), and the Teatro del
Maggio Musicale Fiorentino in Florence, Italy. As an
avid chamber musician, Dushman has performed with the
Scharoun Ensemble, Bach, Blech und Blues, Lindenbrass,
and Berlin City Brass. In November 2018 he debuted as a
soloist at the Berlin Philhamonie with the Berliner
Symphoniker (R. Vaughan Williams Tuba Concerto).
<br /> <br />Elliot Dushman currently teaches, coaches
ensembles, and gives workshops for brass players. Since
2018 he holds a position as tubist at the Police Band of
the state of Sachsen-Anhalt.
</p>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1><strong>Marick Vivion</strong></h1>
</div>
<div class="col-lg-6">
<img
class="musician-image marick-img"
src="images/marick-vivion.jpg"
alt="marick-vivion-img"
/>
</div>
<div class="col-lg-6 musician-text musicians-text1">
<p>
<strong>Marick Vivion</strong>, born in 1993, in France,
started to play the trombone at the age of 8. She
studied at the Hochschule für Musik in Freiburg in the
class of Prof. Branimir Slokar and Fabrice
Millischer.<br /> <br /> After successfully obtaining
her Bachelor’s Degree, she completed her Masters in the
Hochschule für Musik und Theater Rostock in the class of
Prof. Jamie Williams and Tomer Machkowski.
Simultaneously, she worked on a regular basis with
several professional orchestras such as Deutsche Oper
Berlin, Basel Symphony orchestra, the Norddeutsche
Philharmonie, Concerto Budapest Symphony Orchestra, the
Südwestdeutsche Philharmonie, Secession Orchestra Paris.
<br /> <br /> She obtained various scholarships from the
Ad Infinitum Foundation and Yehudi Menuhin Live Musik
Now and won in 2019 the first Prize of the Emory
Remington International Competition for Trombone choir
in USA. After being part of the Norddeutsche
Philharmonie Rostock as an Academy member for the season
2019/2020, she is currently living in Berlin and working
as a freelance trombonist.
</p>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1><strong>Pedro J. Cases</strong></h1>
</div>
<div class="col-lg-6">
<img
class="musician-image pedro-cases-img"
src="images/pedro-j-cases.jpg"
alt="pedro-j-cases-img"
/>
</div>
<div class="col-lg-6 musician-text musicians-text2">
<p>
<strong>Pedro J. Cases</strong> is a spanish trumpet
player, currently based in Berlin. He started playing
trumpet at age 7. Upon turning 18, he decided to pursue
a career in Aerospace Engineering, later realizing that
music performance was his passion all along. He spent
his last year of engineering studies at the University
of Illinois at Urbana- Champaign, in the United States,
where he also managed to do his pre-Bachelor studies
with professor Charles Daval.<br /> <br /> After
becoming an engineer, he started his Bachelor of Music
at the Conservatorio Superior de Música de Valencia,
finishing his studies under an Erasmus grant with Wim
van Hasselt at the Hochschule für Musik Freiburg in
Breisgau. Later, he spent one year at Santiago de
Compostela, Spain, at the academy program of the Real
Filharmonía de Galicia, with Javier Simó as his tutor.
Currently, he is studying his Master of Music at the
Hochschule für Musik “Hanns Eisler” Berlin with
professor William Forman, while maintaining an active
performing career as a freelancer in Berlin.<br /> <br />
He has played with orchestras like the Deutsche Oper
Berlin, Cottbus Staatstheaterorchester, Kammerakademie
Potsdam, Kammerorchester Unter den Linden, Neues
Kammerorchester Potsdam, Orquesta de Valencia, among
others. He also has played in diverse youth ensembles
like the University of Illinois Symphony Orchestra, the
Valencian Government Youth Orchestra and the Valencia
University Orchestra.
</p>
</div>
</div>
<div class="row index-page">
<div class="col-lg-12 musician-title">
<h1><strong>Marina Diaz Penalver Calero</strong></h1>
</div>
<div class="col-lg-6">
<img
class="musician-image marina-img"
src="images/marina.jpg"
alt="marina-img"
/>
</div>
<div class="col-lg-6 musician-text musicians-text2">
<p>
<strong>Marina Diaz Penalver Calero</strong> was born in
2001 in Manzanares (Ciudad Real), Spain. She began to
play the french horn at the age of 7 in her hometown.
She began her musical career on Horn at the age of ten
in the Professional Conservatory “Marcos Redondo” of
Ciudad Real with professor José Antonio
Sánchez-Ballesteros Ruiz, where she graduated with full
marks in 2018 at the age of 16. The same year, She had
been awarded the Extraordinary Prize of Castilla – La
Mancha. <br /> <br /> In Spain, she was part of several
Wind and Brass Quintets and performed at different
festivals. In 2019 she was admitted to study the
Bachelor Degree in Horn at the Hochschule für Musik in
Würzburg (Germany) with professor Sibylle Mahni. In 2020
she moved to Berlin and she was accepted at the
Hochschule für Musik “Hanns Eisler” to continue her
studies with professor Sibylle Mahni. She is currently
studying there. <br /> <br /> Through the years, she
attended several Masterclasses with prestigious horn
players such as: Marie-Luise Neunecker, Sibylle Mahni,
Frøydis Ree Wekre , David Cooper, Rodolfo Epelde, Luca
Benucci and Manuel Antonio Fernández among others in
different Festivals (Madrid, Valencia, Zaragoza in Spain
and Georgsmarienhütte in Germany) She has also been able
to gain orchestral experience in several orchestras,
such as Youth Orchestra of Castilla-La Mancha (Spain),
Philharmonic Orchestra “La Mancha” (Spain), Ciudad Real
Orchestra (Spain), Konzertchor Darmstadt (Germany),
Würzburger Orchester (Germany), Frankfurter kapelle and
Kantorei der Schlosskirche Weilburg (Germany) and
“Beethoven extended Project”, with three Berlin-based
orchestras (TRIKESTRA). In 2020 she was admitted in the
“Bayerische Orchesterakademie” to make a practical
training course -PRAKTIKUM- in two orchestras: Hofer
Symphonikern and Philharmonischen Orchester Bad
Reichenhall.
</p>
</div>
</div>
<div class="push"></div>
</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>