-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
56 lines (52 loc) · 2.57 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<link rel=stylesheet style="text/css" href="style.css">
<script src="background.js"></script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<link rel=stylesheet media="screen and (min-width:800px)" style="text/css" href="pcStyle.css">
<link rel="shortcut icon" href="fotos/runawaycrow.ico" />
<title>Home</title>
</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 id="active"><a class = "navigationLink" href="home.html">Home</a></li>
<li><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 id="mainContent">
<div id = "nieuwsDiv">
<h2>Nieuws</h2>
<h3>The Runaway Crows behalen 2e plaats slag om Grollipop</h3>
<p>"Wat een feest gister bij café Kras, echt een super zondag gehad. And guess what: we zijn door!! Iedereen super bedankt voor de leuke reacties en we hopen jullie weer te zien zaterdag 21 september in de oude Kalixtuskerk in Groenlo!
Voor de mensen die niet zó lang kunnen wachten: 26 april zijn wij te zien bij café Bruntjes! Kom gezellig even langs, drink een drankje en steun tegelijkertijd een goed doel!"
<div id ="fotoHome">
<img src="fotos/foto.jpg" alt="Nieuws foto">
</div></p>
</div>
<div id="agendaDiv">
<h2>Agenda</h2>
<ul>
<li>22-01-2016 cafe Dute</li>
<li>23-12-2015 Grollibooth</li>
<li>20-12-2015 De Kroon</li>
<li>19-11-2015 De Barbier</li>
<li>12-10-2015 De Zaak</li>
</ul>
</div>
</div>
<footer id="copyright">
<hr>
<p>@copyright</p>
</footer>
</div>
</body>
</html>