<script>
	let dob = new Date('2000-12-01');
	// @ts-ignore
	let age = new Date() - dob;
	let years = Math.floor(age / 1000 / 60 / 60 / 24 / 365);
</script>

<div>
	Hi, I am DutchEllie. I am the creator of this website. Thanks for checking it out! I made this
	website partly to have some project to express myself with and to learn some new skills.
	<br />
	<br />
	I am a {years} year old person from The Netherlands. I am still a student and I am aspiring to be a
	Cloud Engineer.

	<br />
	<br />
	My favorite programming language is Go. It's just so nice. Unfortunately, browsers don't run Go code
	(or well, they can with WebAssembly) and that's why I had to make this website in JavaScript. I had
	done this in Go, but it was just too clunky. The results of that can be seen in the Gitea repository
	<a
		class="underline text-[#002896] hover:text-blue-500"
		href="https://dutchellie.nl/DutchEllie/proper-website-2">DutchEllie/proper-website-2</a
	>.
	<br>
	<br>
	As for other things, here is a list!
</div>