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 pathtest.html
More file actions
124 lines (96 loc) · 5.27 KB
/
test.html
File metadata and controls
124 lines (96 loc) · 5.27 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
<!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" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous">
</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>
<div class=menuitem><i class="far fa-calendar-alt"></i><br> Rooster</div>
<div class=menuitem><i class="fas fa-edit"></i> <br>Roosterwijzigingen</div>
<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">Duper</div>
</div>
</div>
<!-- Trigger/Open The Modal -->
<div id="footer">
<ol id="footer-socialmedia">
<li><a class="footer-socialmedia-links" href="https://www.facebook.com/pages/HVC/115915751766033">FaceBook</a></li>
<li><a class="footer-socialmedia-links" href="https://twitter.com/HerbertVissers">Twitter</a></li>
<li><a class="footer-socialmedia-links" href="https://www.youtube.com/user/HVC2012">Youtube</a></li>
</ol>
</div>
</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>
<!--<form>Leerlingnummer: <br>
<input type="text" name="LeerlingNummer" id="leerlingNummer">
<button onclick="roosterWeb()">Bekijk je rooster</button>
</form>-->
<!--<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTkNniUuck7mCwlurGLqZnGokA2BRPbexkPYbI6rjpQ1U6nf8QDT3tDDJyBN7vP4WEP-6fFN4nFvFPS/pubhtml?widget=true&headers=false" width="100%" height="500"></iframe> -->