Compare commits

..

No commits in common. "948588b17679b90ed5710e579313444b04b17b3d" and "9ec78ed6ea36985f16ac4810015bb6512862eaed" have entirely different histories.

4 changed files with 17 additions and 18 deletions

10
package-lock.json generated
View File

@ -725,6 +725,11 @@
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
}, },
"node_modules/Base64": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/Base64/-/Base64-1.1.0.tgz",
"integrity": "sha512-qeacf8dvGpf+XAT27ESHMh7z84uRzj/ua2pQdJg483m3bEXv/kVFtDnMgvf70BQGqzbZhR9t6BmASzKvqfJf3Q=="
},
"node_modules/binary-extensions": { "node_modules/binary-extensions": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
@ -4292,6 +4297,11 @@
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
}, },
"Base64": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/Base64/-/Base64-1.1.0.tgz",
"integrity": "sha512-qeacf8dvGpf+XAT27ESHMh7z84uRzj/ua2pQdJg483m3bEXv/kVFtDnMgvf70BQGqzbZhR9t6BmASzKvqfJf3Q=="
},
"binary-extensions": { "binary-extensions": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",

View File

@ -6,8 +6,8 @@
</script> </script>
<div> <div>
Hi, I am Quenten (aka, DutchEllie). I am the creator of this website. Thanks for checking it out! I Hi, I am DutchEllie. I am the creator of this website. Thanks for checking it out! I made this
made this website partly to have some project to express myself with and to learn some new skills. website partly to have some project to express myself with and to learn some new skills.
<br /> <br />
<br /> <br />
I am a {years} year old person from The Netherlands. I am still a student and I am aspiring to be a I am a {years} year old person from The Netherlands. I am still a student and I am aspiring to be a
@ -22,16 +22,7 @@
class="underline text-[#002896] dark:text-blue-200 dark:hover:text-blue-50 hover:text-blue-500" class="underline text-[#002896] dark:text-blue-200 dark:hover:text-blue-50 hover:text-blue-500"
href="https://dutchellie.nl/DutchEllie/proper-website-2">DutchEllie/proper-website-2</a href="https://dutchellie.nl/DutchEllie/proper-website-2">DutchEllie/proper-website-2</a
>. >.
<br /> <br>
<br /> <br>
You can contact me if you want at As for other things, here is a list!
<a
class="underline text-[#002896] dark:text-blue-200 dark:hover:text-blue-50 hover:text-blue-500 "
href="mailto:contact@quenten.nl">contact@quenten.nl</a
>.
<br />
<br />
As for other things I like, here is a list!
</div> </div>

View File

@ -33,7 +33,7 @@
<div class="h-5 w-11/12 bg-indigo-300 rounded-xl" /> <div class="h-5 w-11/12 bg-indigo-300 rounded-xl" />
</div> </div>
<div class="mb-1 h-5 flex-grow bg-indigo-900 rounded-xl"> <div class="mb-1 h-5 flex-grow bg-indigo-900 rounded-xl">
<div class="h-5 w-3/12 bg-indigo-300 rounded-xl" /> <div class="h-5 w-2/12 bg-indigo-300 rounded-xl" />
</div> </div>
<div class="mb-1 h-5 flex-grow rounded-xl"> <div class="mb-1 h-5 flex-grow rounded-xl">
<div class="h-5 w-7/12 rounded-xl" /> <div class="h-5 w-7/12 rounded-xl" />
@ -45,7 +45,7 @@
<div class="h-5 w-8/12 bg-indigo-300 rounded-xl" /> <div class="h-5 w-8/12 bg-indigo-300 rounded-xl" />
</div> </div>
<div class="mb-1 h-5 flex-grow bg-indigo-900 rounded-xl"> <div class="mb-1 h-5 flex-grow bg-indigo-900 rounded-xl">
<div class="h-5 w-5/12 bg-indigo-300 rounded-xl" /> <div class="h-5 w-4/12 bg-indigo-300 rounded-xl" />
</div> </div>
</div> </div>
</ul> </ul>

View File

@ -2,12 +2,10 @@
import {fly} from "svelte/transition"; import {fly} from "svelte/transition";
import {swipe} from "svelte-gestures"; import {swipe} from "svelte-gestures";
import Button from './navbutton.svelte'; import Button from './navbutton.svelte';
import { browser } from '$app/env';
export /** export /**
* @type {any} * @type {any}
*/ */
let open; let open;
$: if (browser) document.body.classList[open ? 'add' : 'remove']('overflow-hidden');
</script> </script>
{#if open} {#if open}