-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiografie.html
44 lines (44 loc) · 2.17 KB
/
biografie.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
<!DOCTYPE html>
<html>
<head>
<link rel=stylesheet style="text/css" href="style.css">
<link rel=stylesheet media="screen and (min-width:800px)" style="text/css" href="pcStyle.css">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<script src="background.js"></script>
<title>Biografie</title>
<link rel="shortcut icon" href="fotos/runawaycrow.ico" />
</head>
<body>
<div id="container">
<h1><img src="fotos/runawaycrow.png" alt="Runaway crows logo">The Runaway Crows</h1>
<div id="navigationContainer">
<nav>
<ul>
<li><a class = "navigationLink" href="home.html">Home</a></li>
<li id="active"><a class = "navigationLink" href="biografie.html">Biografie</a></li>
<li><a class = "navigationLink" href="discografie.html">Discografie</a></li>
<li><a class = "navigationLink" href="contact.html">Contact</a></li>
<li><a class = "navigationLink" href="media.html">Media</a></li>
</ul>
</nav>
</div>
<div>
<h2>Biografie</h2>
<p>Met een gemiddelde leeftijd van 20 jaar, zijn deze piepjonge muzikanten in staat een zeer volwassen geluid neer te zetten. Met nummers van o.a. Jimi Hendrix, CCR, Normaal en Freddie King, laten zij horen goed naar het vinyl van hun opa’s en vaders te hebben geluisterd. Maar ook bij het spelen van de huidige Rock en (Delta)Blues van o.a. Wolfmother, The Black Keys en Seasick Steve, slaat de damp van het podium.
<br>
<br>
Dit alles wordt geproduceerd door middel van drums, bas, gitaar en een zanger met een zeer markant stemgeluid.
<br>
<br>
Drums: Bram te Molder a.k.a. Joey the Lips<br>
Bas: Antoon van den Putten<br>
Gitaar: Mart Hillen en Sander Rots <br>
Zang: Luuk Wellink<br></p>
</div>
<footer id="copyright">
<hr>
<p id="copyright">@copyright</p>
</footer>
</div>
</body>
</html>