-
Notifications
You must be signed in to change notification settings - Fork 0
/
Onderzoek.html
32 lines (25 loc) · 1.16 KB
/
Onderzoek.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
<!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">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body class="grid-onderzoek">
<h1> INTERACTIEF ELEMENTS</h1>
<h2> Amnesia Interactief elements</h2>
<img src="./img/Schermafbeelding 2021-09-30 om 10.22.28.png" alt="" style="width: 400px; height: 337px;">
<p></p>
<a href="">https://tympanus.net/codrops/2019/03/26/exploding-3d-objects-with-three-js/</a>
<h2> Sector Interactief elements</h2>
<img src="./img/Schermafbeelding 2021-09-30 om 10.22.53.png" alt="" style="width: 400px; height: 337px;">
<p></p>
<a href="">https://tympanus.net/codrops/2019/12/16/scroll-refraction-and-shader-effects-in-three-js-and-react/</a>
<h2> Mouse Tails Interactief elements</h2>
<img src="./img/Schermafbeelding 2021-09-30 om 10.23.02.png" alt="" style="width: 400px; height: 337px;">
<p></p>
<a href="">https://tympanus.net/codrops/2019/09/24/crafting-stylised-mouse-trails-with-ogl/</a>
</body>
</html>