forked from fdnd-task/progressive-enhancement
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarrousel.html
More file actions
42 lines (33 loc) · 1.43 KB
/
carrousel.html
File metadata and controls
42 lines (33 loc) · 1.43 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
<!doctype html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Carrousel / Progressive Enhancement / FDND</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link href="assets/styles.css" rel="stylesheet">
<style>
/* Hint: welk layout model is handig om content naast elkaar te zetten? */
</style>
<script type="module">
/* Schrijf hier eventueel je client-side JavaScript */
</script>
</head>
<body>
<h1>Carrousel</h1>
<!-- Content:
“Websites leren bouwen, én praktijkervaring opdoen?”
“FDND is de enige HBO-opleiding voor Frontend Development in Nederland, in twee jaar stomen wij jou klaar voor het werkveld”
“Je werkt bij ons aan échte projecten voor échte opdrachtgevers”
“In het studiomodel werken studenten onder begeleiding van coaches en experts uit het vakgebied aan praktijkgerichte opdrachten”
“Bij FDND leer je websites bouwen en andere belangrijke skills die jij in de praktijk toe kan passen”
“Een Associate degree-opleiding is een tweejarige hbo-opleiding op niveau 5”
-->
<details open>
<summary>Demo video</summary>
<video src="assets/carrousel.mp4" width="1298" height="469" controls muted loop>
<a href="assets/carrousel.mp4">assets/carrousel.mp4</a>
</video>
</details>
</body>
</html>