forked from cmda-minor-web/human-centered-design-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (47 loc) · 2.53 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Podcasts 2.0</title>
<!-- Favicon -->
<link rel="icon" href="/images/favicon.png" type="image/x-icon">
<!-- scripts -->
<script src="transcriptie.js" defer></script>
<script src="fontsize-script.js" defer></script>
<script src="transcription-reading.js" defer></script>
<!-- fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap" rel="stylesheet">
</head>
<body>
<header class="optionsHeader">
<h1>Protypes podcast</h1>
<nav>
<ul>
<li><a href="index.html" class="activeEnvironment">Overzicht</a></li>
<li><a href="https://nathanneelis.github.io/human-centered-design-2021/font-size/fontsize.html"
target="_blank">Prototype 1</a></li>
<li><a href="https://nathanneelis.github.io/human-centered-design-2021/prototypeTwo/prototype2_test1.html"
target="_blank">Prototype 2: test 1</a></li>
<li><a href="https://nathanneelis.github.io/human-centered-design-2021/prototypeTwo/prototype2_test2.html"
target="_blank">Prototype 2: test 2</a></li>
<li><a href="https://nathanneelis.github.io/human-centered-design-2021/prototypeThree/prototype3_test1.html"
target="_blank">Prototype 3: test 1</a></li>
<li><a href="https://nathanneelis.github.io/human-centered-design-2021/prototypeThree/prototype3_test2.html"
target="_blank">Prototype 3: test 2</a></li>
<li><a href="https://nathanneelis.github.io/human-centered-design-2021/prototypeThree/prototype3_test3.html"
target="_blank">Prototype 3: test 3</a></li>
<li><a href="https://nathanneelis.github.io/human-centered-design-2021/eindproduct/eindproduct.html"
class="final" target="_blank">Final product</a></li>
</ul>
</nav>
</header>
<main>
</main>
</body>
</html>