-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (68 loc) · 5.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ronan's portifolio</title>
</head>
<body>
<canvas id="bg"></canvas>
<main>
<header>
<h1>Ronan Berntsen</h1>
<p>🚀 Welkom in mijn portifolio!</p>
</header>
<blockquote>
<p>Ik ben een grote computer nerd</p>
</blockquote>
<section>
<h2>Leerjaar 1</h2>
<p>
Het eerste project in leerjaar 1 was het wallaby verblijf, dit was het enige echte project dit jaar en het was heel erg leuk. ik vind dat ik wel goed mijn best heb gedaan dit project al waren er wel een paar problemen, voornamelijk mijn onvermogen om goed samen te werken. Ik denk dat ik wel beter ben geworden in dit project.
</p>
<p>
Het als tweede beggonnen project was de knikkerbaan, dit project ging goed al heb ik wel veel tijd besteed aan een arduino programma dat ik niet op tijd af kreeg. Dat was wel een beetje naar maar ik heb er wel iets van geleerd, namelijk dat je altijd een plan B nodig hebt. het eindresultaat was prima maar niet geweldig. ook was dit projec een beetje raar aangezien het werd onderbroken door de chindogu.
</p>
<p>
Het derde project was de waterraket, dit project heeft een speciaal plekje op mijn kast, dit project was heel leuk omdat het zo spectaculair was je ziet die raket erg hoog de lucht in schieten. en het probleem oplossen om hoe de hoogte te meten was ook heel leuk. Ook heb ik de raket volgens mij erg leuk versierd en staat hij daarom erg leuk op mijn kast. dit was samen met de chindogu het leukste project.
</p>
<p>
Het op een na laatse project was de chindogu, dit was echt een van de leukste projecten. Ik heb een melkpak gemaakt dat met een ultrasone sensor die dan meet hoe vol het pak is en het weergeeft op leds. Het was helemaal nutteloos maar het was een leuk project. Ik heb veel geleerd over arduino C en en programeren in het algemeen. De chindogu's van andere kinderen waren ook heel erg leuk, vooral die van joep was grappig, een telefoonhoesje gemaakt van touw en elke keer dat je de telefoon wilt gebruiken dan moet je het touw er helemaal van af wikkelen. :)
</p>
</section>
<section class="light">
<h2>👩🏽🚀 Projects</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<h2>🏆 Accomplishments</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</section>
<blockquote>
<p>The best way out is always through <br>-Robert Frost</p>
</blockquote>
<section class="left">
<h2>🌮 Work History</h2>
<h3>McDonalds</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<h3>Burger King</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<h3>Taco Bell</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</section>
<blockquote>
<p>Thanks for watching!</p>
</blockquote>
</main>
<script type="module" src="/main.js"></script>
</body>
</html>