diff --git a/src/components/galaxies/content.svelte b/src/components/galaxies/content.svelte new file mode 100644 index 0000000..d9e3dd6 --- /dev/null +++ b/src/components/galaxies/content.svelte @@ -0,0 +1,77 @@ + + +

+ Galaxies +

+

+ Hi again, thanks for visiting another one of my pages! This one has all sorts of links to other + people their websites. Some of these people are my friends, other websites I have no idea who + maintains them. In both cases, I think they are worth sharing, so here we are! +

+

My friends

+ + Forest of Unix + A website made by Sebastiaan. A massive Linux fanboy, runs Gentoo on his ThinkPad. Absolutely + based. His website is written in Lisp, that's why it's often offline. That was the inspiration + for the online/offline status text. + + + Nymphali + + The website made by ■■■■■■, whoops Nymphali. They have an awesome minimalist website that's just + lovely. + + + + Kristypixel + + Website made by Kristy. Very cute website, I love it! Keep up the awesome work! + + + + Left on Red + + Kyu made this website, he's a friend of mine as well! Still very new, but their dark mode design + is very cool! + + + +

Other cool websites

+

+ These websites are not necessarily made by people I know. They are just random websites I have + found on the internet or websites from organisations I support. +

+ + + Evillious Chronicles fan guide + + A VERY cool website made by Ylimegirl! They wrote a whole website dedicated to Evillious + Chronicles, which is a super good Japanese light novel and vocaloid series!! Definitely look it + up! + + + + The GNU Project + + The official website of the GNU project. They advocate for free/libre software. This is not to + be confused with 'open source' software. I highly recommend you read about them and their + efforts. + + + + diff --git a/src/components/galaxies/galaxy.svelte b/src/components/galaxies/galaxy.svelte new file mode 100644 index 0000000..77fdc5f --- /dev/null +++ b/src/components/galaxies/galaxy.svelte @@ -0,0 +1,46 @@ + + +
+
+
+ +
+
+ {#await isOnline(link)} + Waiting + {:then status} + {#if status} + Online + {:else} + Offline + {/if} + {:catch error} + Error + {/await} +
+
+
+

+
+
diff --git a/src/components/misc/guestbook.svelte b/src/components/misc/guestbook.svelte index d57df16..4572d28 100644 --- a/src/components/misc/guestbook.svelte +++ b/src/components/misc/guestbook.svelte @@ -8,6 +8,7 @@ time: string; uuid: string; }; + export const ApiURL = mode == 'production' ? 'https://api.quenten.nl/api' : 'https://api.quenten.nl/api/testing';
@@ -15,7 +22,7 @@ {/if}

{#if comment.website != null} -

Site: {comment.website}

+

Site: {comment.website}

{/if}
diff --git a/src/components/misc/header.svelte b/src/components/misc/header.svelte index 1352598..f706c4d 100644 --- a/src/components/misc/header.svelte +++ b/src/components/misc/header.svelte @@ -20,10 +20,11 @@

Surviving the rewriting

- {/if} diff --git a/src/routes/galaxies.svelte b/src/routes/galaxies.svelte new file mode 100644 index 0000000..884aa1b --- /dev/null +++ b/src/routes/galaxies.svelte @@ -0,0 +1,24 @@ + + + + Galaxies + + + + + +
+ +
+ + +