-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfotos.html
More file actions
80 lines (79 loc) · 3.83 KB
/
fotos.html
File metadata and controls
80 lines (79 loc) · 3.83 KB
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
<!doctype html>
<html>
<!-- Veur mijn lief XXX -->
<head>
<meta charset="UTF-8">
<title>Babs Balletschool - Klassiek ballet en workshops in Elst</title>
<link rel="stylesheet" href="/resources/css/balletboetiek.css">
</head>
<body>
<header>
<h1>Babs Balletschool</h1>
<address>
in de Dansstudio van <a href="http://theaterdekik.nl/">Theater de KiK</a><br>
Dorpsstraat 39<br>
Elst<br>
</address>
<nav>
<ul>
<li class=""><a href="/index.html">home</a></li>
<li class=""><a href="/wie.html">wie?</a></li>
<li class=""><a href="/waar.html">waar?</a></li>
<li class=""><a href="/wanneer.html">wanneer?</a></li>
<li class=""><a href="/hoeveel.html">hoeveel?</a></li>
<li class=""><a href="/contact.html">contact</a></li>
<li class=""><a href="/ballet.html">ballet</a></li>
<li class="flamenco"><a href="/flamenco.html">flamenco</a></li>
<li class=""><a href="/jazz.html">jazz</a></li>
<li class=""><a href="/modern.html">modern</a></li>
<li class=""><a href="/dansproject.html">dansproject</a></li>
<li class=""><a href="/kleding.html">kleding</a></li>
</ul>
</nav>
</header>
<main class="">
<div class="where"><span>fotos</span></div>
<section><h1 id="on-stage">On Stage</h1>
<p><strong>Extra!</strong></p>
<p>Babs Balletschool verzorgt voor haar leerlingen ook presentaties, familiedagen, doe mee-lessen, en voorstellingen zodat zij zich kunnen presenteren aan hun eigen publiek. Deze extraatjes zullen tijdens het seizoen worden aangekondigd.</p>
</section><section><h1 id="archief">Archief</h1>
<p>Wilt u graag nog nagenieten van eerdere voorstellingen en presentaties? dat kan. Bestel nu de USB/DVD of de Foto's van;</p>
<ul>
<li>2025 'Samen'</li>
<li>2023 'Ahoy'</li>
<li>2019 'Jubileum voorstelling'</li>
<li>2017 'Diner Dansant'</li>
<li>2015 'Liefde'</li>
<li>2013 'Cinemadans'</li>
<li>2012 'Open Podium'</li>
<li>2011 'Er was eens...'</li>
<li>2009 'Zomervlucht'</li>
</ul>
<p>Mail u wens voor een dvd door naar <a href="mailto:babs@babsballetschool.nl">Babs</a>.</p>
</section><section><h1 id="overzicht-fotos-van-2008-tot-nu">Overzicht foto's van 2008 tot nu:</h1>
<ul>
<li><a href="gallery/zomervlucht.html">Zomervlucht; voorstelling 2009</a></li>
<li><a href="gallery/er_was_eens.html">Er was eens...; voorstelling 2011</a></li>
<li><a href="gallery/cinemadans.html">Cinemadans; voorstelling 2013</a></li>
<li><a href="gallery/liefde.html">Liefde; voorstelling 2015</a></li>
<li><a href="gallery/diner_dansant.html">Diner Dansant; voorstelling 2017</a></li>
</ul>
<p>*<a href="resources/image/algemeen/Jubileumvoorstelling%20liefde%20voor%20het%20leven.jpg">Jubileum voorstelling 2019</a></p>
<p>*<a href="resources/image/algemeen/Jungle-27.jpg">Ahoy 2023</a> </p>
</section>
</main>
<footer>
<nav>
<ul>
<li><a href="/fotos.html">foto's</a></li>
<li><a href="/links.html">links</a></li>
<li><a href="/regels.html">regels</a></li>
<li><a href="https://www.instagram.com/babsballetschool/" target="_blank">instagram</a></li>
<li><a href="https://www.facebook.com/BabsBalletschool-2025988964395781/" target="_blank">facebook</a></li>
</ul>
</nav>
</footer>
<script src="resources/js/links.js"></script>
<script src="resources/js/konami.js"></script>
</body>
</html>