This repository was archived by the owner on Oct 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (142 loc) · 7.63 KB
/
index.html
File metadata and controls
171 lines (142 loc) · 7.63 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HvC Website</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/slideshow.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous">
<!-- Latest compiled and minified CSS -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<!--Begin Header-->
<div class="header">
<img src="images/hvc-logo-groot.png" alt="Het HVC logo" class="logo">
<ul>
<li class="hlist"><a href="">Niveau</a></li>
<li class="hlist"><a href="">Leerlingen</a></li>
<li class="hlist"><a href="">Ouders</a></li>
<li class="hlist"><a href="">Groep 8</a></li>
</ul>
</div>
<!--End Header-->
<br><br><br>
<!-- SlideShow Begin -->
<div class="news">
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<img src="images/NightOfTalents.png" alt="Het HVC logo" class="NewsImage">
<div class="Headline">Night of the Talents</div>
<div class="NewsText">Komt allen naar de Night of the Talents. Vrijdag 6 april om 19:15 uur in de Aula Beurtschipper. Kaartjes à € 3,00 worden in de pauzes verkocht. Let op het omroepbericht.<br><br>
</div>
</div>
<div class="mySlides fade">
<img src="images/StilleWeek.png" alt="Het HVC logo" class="NewsImage">
<div class="Headline">Goede of Stille week</div>
<div class="NewsText">De week voor Pasen wordt ook wel Goede of Stille Week genoemd. Een aantal dagen hebben in deze week dan ook een bijzondere naam. Bekijk in de bijlage de informatie voor deze week. Op donderdag word je om 9.55 uur op school verwacht. De
lokalen staan ook in de bijlage.<br><a href="http://www.hvc.nl/uploads/news/attachments/1307/goede-of-stille-week.pdf">Klik Hier Voor de Bijlage</a><br><br>
</div>
</div>
<div class="mySlides fade">
<img src="images/Zaalvoetbal.jpg" alt="Het HVC logo" class="NewsImage">
<div class="Headline">Main Heading 3</div>
<div class="NewsText">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque efficitur massa eu quam pretium, in mattis metus feugiat. Pellentesque lacinia.<br><br>
</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
<!-- SlideShow End -->
<div class="BottomMenus">
<div class="BottomFlex">
<div class="flex">
<div class="flexcontent">
<div class="menu">
<div class="menutitle">Menu</div>
<a href="http://hvc.magister.net">
<div class="menuitem"><i class="fas fa-graduation-cap"></i> <br>Magister</div>
</a>
<a data-toggle="modal" href="#roosterModal" class="btn btn-default">
<div class=menuitem><i class="far fa-calendar-alt"></i><br>Rooster</div>
</a>
<a data-toggle="modal" href="#wijzigingenModal" class="btn btn-default">
<div class=menuitem><i class="fas fa-edit"></i> <br>Roosterwijzigingen</div>
</a>
<div class=menuitem><i class="far fa-file-alt"></i><br> Toetsen</div>
<div class=menuitem><i class="far fa-envelope"></i> <br>Schoolmail</div>
</div>
</div>
</div>
<div class="flex">Dik</div>
<div class="flex">
<iframe class="agendaFrame" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTOSAJhb06nU3-TrRFswBsJMrmKN9qNOK5wY2yGcX8ndDOwlvlnepmK5g5wmuv8NCK7rP0QVls12lUZ/pubhtml?widget=true&headers=false"></iframe>
</div>
</div>
</div>
<!-- Begin Modals -->
<div id="roosterModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Rooster</h4>
</div>
<div class="modal-body">
<form>Voer hier je leerlingnummer in: <br>
<input type="text" name="LeerlingNummer" id="leerlingNummer">
<button onclick="roosterWeb()">Bekijk je rooster</button>
</form>
</div>
<div class="modal-footer">
<button type="button" class="bttn" data-dismiss="modal">Sluiten</button>
</div>
</div>
</div>
</div>
<div id="wijzigingenModal" class="modal fade">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Rooster</h4>
</div>
<div class="modal-body">
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTkNniUuck7mCwlurGLqZnGokA2BRPbexkPYbI6rjpQ1U6nf8QDT3tDDJyBN7vP4WEP-6fFN4nFvFPS/pubhtml?widget=true&headers=false" width="100%" height="500"></iframe>
</div>
<div class="modal-footer">
<button type="button" class="bttn" data-dismiss="modal">Sluiten</button>
</div>
</div>
</div>
</div>
<!-- End Modals -->
<!-- Begin Footer -->
<div id="footer">
<ul id="footer-socialmedia">
<li class="footer-socialmedia-list"><a class="footer-socialmedia-links" href="https://www.facebook.com/pages/HVC/115915751766033"><i class="fab fa-facebook-square"></i> FaceBook</a></li>
<li class="footer-socialmedia-list"><a class="footer-socialmedia-links" href="https://twitter.com/HerbertVissers"><i class="fab fa-twitter"></i> Twitter</a></li>
<li class="footer-socialmedia-list"><a class="footer-socialmedia-links" href="https://www.youtube.com/user/HVC2012"><i class="fab fa-youtube"></i> Youtube</a></li>
</ul>
</div>
<!-- End Footer -->
</body>
<script type="text/javascript" src="js/slideshow.js"></script>
<script type="text/javascript" src="js/modal.js"></script>
<script type="text/javascript" src="js/roosterweb.js"></script>
<script type="text/javascript" src="js/roosterwijzigingen.js"></script>
</html>