-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.html
executable file
·283 lines (265 loc) · 12.7 KB
/
CV.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="S5miEUSow9wX4fls-vk0Zw6bFLHfwxbYNOIk3omz6JU" />
<meta charset="utf-8">
<meta name="viewport">
<meta name="og:url" content="coffandro.github.io">
<title>CV</title>
<meta property="og:title" content="CV">
<meta name="description" content="Welcome to my CV">
<meta property="og:description" content="Welcome to my CV">
<link rel="icon" type="image/x-icon" href="/Images/Xicon.svg">
<meta property="og:image" content="/Images/Xicon.svg">
<link rel="stylesheet" href="/css/stylesheet.css">
<link id="nav" rel="stylesheet" href="/css/navbar.css" disabled>
<link id="mnav" rel="stylesheet" href="/css/mnavbar.css" disabled>
<script src="jquery-3.7.1.min.js"></script>
<script id="Font-Awesome" src="https://kit.fontawesome.com/5c072ddc8a.js" crossorigin="anonymous"></script>
<script id="Feather-Icons" src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<!--Navigation bar-->
<div id="nav-placeholder">
</div>
<script>
LoadNavBar = function () {
// loading a different nav bar depending on phone type
if (
navigator.userAgent.match(/Android/i) ||
navigator.userAgent.match(/webOS/i) ||
navigator.userAgent.match(/iPhone/i) ||
navigator.userAgent.match(/iPad/i) ||
navigator.userAgent.match(/iPod/i) ||
navigator.userAgent.match(/BlackBerry/i) ||
navigator.userAgent.match(/Windows Phone/i) ||
window.innerWidth <= 800) {
document.documentElement.classList.toggle("mobile", true);
document.getElementById('mnav').removeAttribute('disabled');
$(function () {
$("#nav-placeholder").load("/mobile-navbar.html");
});
}
// nav bar for touch-screen (mobile) devices
else {
document.documentElement.classList.toggle("mobile", false);
document.getElementById('nav').removeAttribute('disabled');
$(function () {
$("#nav-placeholder").load("/navbar.html");
});
}
};
window.onresize = LoadNavBar()
window.onload = LoadNavBar()
// nav bar for everything else (desktop)
</script>
<!--end of Navigation bar-->
<div class="CVSideBar content">
<div id="CVPicContainer"><img id="CVPic" src="Images/About/CorneliusNoBg.png"></div>
<h2>Profile</h2>
<p>I'm a passionated <span id="AGE">AGE</span> year old student
with a love for <br>Linux <i class="fa-brands fa-linux"></i>,
game development <i class="fa-solid fa-gamepad"></i>,
and generally nerdy things.
</p>
<script>
function diff_years(dt2, dt1) {
// Calculate the difference in milliseconds between the two dates
var diff = (dt2.getTime() - dt1.getTime()) / 1000;
// Convert the difference from milliseconds to days
diff /= (60 * 60 * 24);
// Calculate the approximate number of years by dividing the difference in days by the average number of days in a year (365.25)
return Math.abs(Math.round(diff / 365.25));
}
let BirthDate = new Date('2006-12-17')
let now = new Date();
document.getElementById("AGE").textContent = diff_years(now, BirthDate)
</script>
<br>
<h2 class="en">Contact</h2>
<h2 class="da">Kontakt</h2>
<hr class="Seperator">
<br>
<li><a href="tel:81710302">
<span class="en"><b class="en">Phone number:</b></span>
<span class="da"><b class="da">Telefon number:</b></span>
<span>+45 81 71 03 02</span>
</a></li>
<br>
<br>
<li><a href="mailto:[email protected]">
<span><b>EMAIL:</b></span>
<span>[email protected]</span>
</a></li>
<br>
<br>
<h2 class="en">Hobbies</h2>
<h2 class="da">Hobbier</h2>
<hr class="Seperator">
<br>
<li>
<p class="en">Game design</p>
<p class="da">Spil design</p>
</li>
<li>
<p class="en">Product design</p>
<p class="da">Produkt design</p>
</li>
<li>
<p class="en">Programming</p>
<p class="da">Programmering</p>
</li>
<li>
<p>Retro gaming</p>
</li>
<li>
<p>Software hacking</p>
</li>
<li>
<p>Hardware hacking</p>
</li>
<br>
</div>
<div class="CVGrid">
<div class="CVInternalGrid content">
<br>
<h1>Cornelius Andreas Rosenaa</h1>
<h3>Game design Student</h3>
<br>
<h2 class="en">Education</h2>
<h2 class="da">Uddanelse</h2>
<hr class="Seperator">
<br>
<h3>Skolen Ved Nordens Plads</h3>
<p><b>Aug 2013-Jun 2024</b></p>
<p class="en">At Skolen ved Nordens Plads I learned just about everything I now know, and graduated with a ECTS of <b>B</b>.</p>
<p class="da">På Skolen ved Nordens Plads lærte jeg nærmest alt hvad jeg idag ved, og graduerede med en ECTS på <b>B</b>.</p>
<br>
<h3 class="en">NEXT Copenhagen Mediegymnasium</h3>
<h3 class="da">NEXT Københavns Mediegymnasium</h3>
<p><b>Aug 2024-Now</b></p>
<p class="en">At Copenhagens Mediagymnasium I am currently studying Game Design which includes several subjects like Programming on B level as well as a general focus on working in groups and figuring out how to achieve product development as efficiently as possible.</p>
<p class="da">Ved Københavns Mediegynmnasium studerer jeg Game Design hvilket inkluderer flere fag som for eksampel Programmering på B niveau og har et generelt fokus på at arbejde i grupper og at udrenge løsninger til at opnå så effektive arbejds processor som muligt.</p>
<br>
<h2 class="en">Experience</h2>
<h2 class="da">Erfarenhed</h2>
<hr class="Seperator">
<br>
<img class="CVLanguages"
src="https://github-readme-stats.vercel.app/api/top-langs/?username=coffandro&bg_color=292831&hide_border=true&title_color=fbbbad&text_color=fbbbad" />
<br>
<!-- Make the Fallout london team member the summary of a details dropdown which features your under roles -->
<details class="content">
<summary>
<div>
<br>
<h3>Fallout London team member</h3>
<p class="en"><b class="en">Nov 2022-Aug 2024</b></p>
<p class="da"><b class="da">Nov 2022-Aug 2024</b></p>
<p class="en">As a team member on Fallout: London I learnt how it is to develop games med høje standarder, work remote and balance work and life in a healthy way.</p>
<p class="da">Som team medlem hos Fallout: London lærte jeg hvordan det er at udvikle spil, at arbejde hjemmefra og at balancere arbejde og live i en sung maner.</p>
</div>
<i class="icon fa fa-caret-down"></i>
</summary>
<hr class="Seperator">
<h3>Fallout: London Community moderator</h3>
<p class="en"><b class="en">Nov 2022-Jul 2024</b></p>
<p class="da"><b class="da">Nov 2022-Jul 2024</b></p>
<p class="en">As a community moderator I got experience in handling difficult social situation.</p>
<p class="da">Som en community moderator fik jeg erfarenhed i at håndtere svære sociale situationer.</p>
<br>
<hr class="Seperator">
<h3>Fallout: London Level designer</h3>
<p class="en"><b class="en">Jul 2023-Jul 2024</b></p>
<p class="da"><b class="da">Jul 2023-Jul 2024</b></p>
<p class="en">As a Level designer I learned about the technical and artistic elements found in building a good
level.</p>
<p class="da">Som en Level designer lærte jeg omkring de tekniske og artistiske elementer fundet I at bygge et
godt level.</p>
<br>
<hr class="Seperator">
<h3>Fallout: London Scripter</h3>
<p class="en"><b class="en">Nov 2023-Jul 2024</b></p>
<p class="da"><b class="da">Nov 2023-Jul 2024</b></p>
<p class="en">As a Scripter I learned about the internals of the Bethesda Creation Engine and techniques in
designing quests.</p>
<p class="da">Som en Scripter lærte jeg om det indre af Bethesda Creation Engine og teknikker til at designe
quests.</p>
<br>
<hr class="Seperator">
<h3>Fallout: London Downgrader Developer</h3>
<p class="en"><b class="en">Apr 2023-Aug 2024</b></p>
<p class="da"><b class="da">Apr 2023-Aug 2024</b></p>
<p class="en">As the developer behind the Fallout: London - Fallout 4 Downgrader I learnt a lot about shipping to
prod and handling large volumes of tickets.</p>
<p class="da">Som udvikleren bag ved Fallout: London - Fallout 4 Downgrader lærte jeg store mængder omkring at
udgive software og ar håndtere store mængder af opgaver.</p>
<br>
</details>
<h3 class="en">Greenmind Vesterbrogade, internship</h3>
<h3 class="da">Greenmind Vesterbrogade, praktik</h3>
<p><b>Jan 2024-Feb 2024</b></p>
<p class="en">Aswell as repairing 2 PS4's and 3 PS4's controllers without even being required to do so in my short internship at Greenmind Vesterbrogade I learnt best practices on how to test defective phones, tablets and laptops.</p>
<p class="da">Oven på at reparere 2 PS4'ere og 3 PS4 controllere uden at overhovedet være påkrævet til det lærte jeg de bedste praksiser til hvrodan man tester defektive telefoner, tablets og laptops.</p>
<br>
<h3>Meny Domus Vista, Deli</h3>
<p><b>Aug 2022-Nov 2024</b></p>
<p class="en">I worked in Meny Domus Vista's Deli for about three years, I learnt how to be good at customer service, prepare food and think outside the box.</p>
<p class="da">Jeg arbejdede I Meny Domus Vista's Deli i cirka tre år, jeg lærte hvordan man er god til at kundeservice, hvordan man laver mad og at tænke uden for boxen.</p>
<br>
</div>
<div class="content">
<h1 class="en">Games I've made/worked on.</h1>
<h1 class="da">Spil jeg har lavet/arbejdet på.</h1>
<div class="grid">
<a href="https://fallout4london.com/"><img
src="https://fallout4london.com/wp-content/uploads/2023/12/cropped-TSHIRTLOGO-1.png">
<p><b>Fallout: London</b></p>
<p class="en">Fallout: London is an ambitious, trail-blazing DLC-sized mod for Fallout 4.</p>
<p class="da">Fallout: London er et ambitiøst, banebrydende DLC-størrelse mod for Fallout 4.</p>
<a href="https://coffandro.itch.io/Fishies"><img src="/Images/Fishies.png"></img>
<p><b>Fishies</b></p>
<p class="en">There's too many fish, kill as many as you can!</p>
<p class="da">Der er for mange fisk, dræb så mange som du kan!</p>
</a>
<a href="https://coffandro.itch.io/fightforforest"><img src="/Images/FightForForrest.png"></img>
<p><b>Fight for the Forrest</b></p>
<p class="en">Who will win the forest? Only you and your friends can know</p>
<p class="da">Hvem vil vinde skoven? Kun dig og dine venner kan vide det</p>
</a>
<a href="https://coffandro.itch.io/ur"><img src="/Images/Ur.png"></img>
<p><b>Ur</b></p>
<p class="en">A reacreation of a 4600 year old board game</p>
<p class="da">En genskabning af et 4600 år gamelt brætspil</p>
</a>
<a href="https://coffandro.itch.io/round-snake"><img src="/Images/RoundSnake.png"></img>
<p><b>Round Snake</b></p>
<p class="en">What if snake but you can move 8 directions?</p>
<p class="da">Hvad hvis snake men man kan bevæge sig 8 retninger?</p>
</a>
<a href="https://coffandro.itch.io/wack-a-capitalist"><img src="/Images/WhackACapitalist.png"></img>
<p><b>Whack a Capitalist</b></p>
<p class="en">A political game about hitting capitalists</p>
<p class="da">Et politisk spil om at slå på kapitalister</p>
</a>
<!-- <a href="https://coffandro.itch.io/Krimi"><img src="/Images/Krimi.png">
<p><b>Krimi</b></p>
<p class="en">Krimi is a small game I made to test a dialogue system.</p>
<p class="da">Krimi er et lille spil jeg har lavet for at teste et dialog system.</p>
</a>
<a href="https://coffandro.itch.io/gnomes"><img src="/Images/Gnomes.png">
<p><b>Gnomes</b></p>
<p class="en">Gnomes is a small game I made because wth, click the enemies.</p>
<p class="da">Gnomes er et lille spil jeg lavede fordi hvorfor ikke, klik på fjenderne.</p>
</a>
<a href="https://coffandro.itch.io/oso-invaders"><img src="/Images/OSO Invaders.png">
<p><b>OSO Invaders</b></p>
<p class="en">OSO Invaders is a school project game I made.</p>
<p class="da">OSO Invaders er et skole projekts spil jeg har lavet.</p>
</a> -->
</a>
</div>
</div>
</div>
</body>
</html>