-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtweede-pagina.html
65 lines (44 loc) · 1.8 KB
/
tweede-pagina.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
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="nl">
<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="./styles/style.css">
<link rel="stylesheet" href="https://use.typekit.net/ybl3yyx.css">
<title>Meesterproef eindopdracht</title>
</head>
<body id="tweede-pagina">
<img id="loader" src="./images/load.gif" alt="">
<div id="content">
<header>
<nav>
<ul>
<li><img src="./images/de-correspondent-logo.png" alt="Logo van de correspondent"></li>
<li><a href="./index.html">Home</a></li>
<li><a id="current" href="./tweede-pagina.html">AI Generator</a></li>
<li><a href="./visie.html">Visie</a></li>
</ul>
</nav>
</header>
<!-- <img src="./images/finger-pointing.png" alt="" id="pointing-at-button"> -->
<main id="inleiding-pagina">
<section>
<h1>AI kunst beeldgenerator</h1>
<article id="image"></article>
<div class="button-container ">
<button>Genereer kunstwerken</button>
<figure class=" button button-box1"></figure>
<figure class="button button-box2"></figure>
<figure class="button button-box3"></figure>
</div>
<figure id="robot-animation"></figure>
<img src="./images/denkende-karakter.svg" alt="">
</section>
</main>
</div>
<script src="./scripts/lottie.js"></script>
<script src="./scripts/robot-animation.js"></script>
<script src="./scripts/script.js"></script>
</body>
</html>