From e46cb88d3763a64e97557b2db2f9b74ae7627555 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 24 Dec 2024 19:25:48 +0100 Subject: new website dropped --- src/routes/+error.svelte | 41 ----- src/routes/+layout.js | 1 - src/routes/+layout.svelte | 37 ---- src/routes/+page.svelte | 232 ----------------------- src/routes/+page.ts | 1 - src/routes/ContactCard.svelte | 40 ---- src/routes/Header.svelte | 316 -------------------------------- src/routes/projects/+page.svelte | 53 ------ src/routes/projects/+page.ts | 1 - src/routes/projects/ProjectEntry.svelte | 36 ---- src/routes/styles.scss | 48 ----- 11 files changed, 806 deletions(-) delete mode 100644 src/routes/+error.svelte delete mode 100644 src/routes/+layout.js delete mode 100644 src/routes/+layout.svelte delete mode 100644 src/routes/+page.svelte delete mode 100644 src/routes/+page.ts delete mode 100644 src/routes/ContactCard.svelte delete mode 100644 src/routes/Header.svelte delete mode 100644 src/routes/projects/+page.svelte delete mode 100644 src/routes/projects/+page.ts delete mode 100644 src/routes/projects/ProjectEntry.svelte delete mode 100644 src/routes/styles.scss (limited to 'src/routes') diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte deleted file mode 100644 index 2ced366..0000000 --- a/src/routes/+error.svelte +++ /dev/null @@ -1,41 +0,0 @@ - - -
-
-

{$page.status ?? "oopsie daisies!"}

-

{$page.error?.message ?? "website broke >w< "}

-
- {#if displayDog} -
- dog looking at the camera with a question mark edited next to it -
- {/if} -
- - - diff --git a/src/routes/+layout.js b/src/routes/+layout.js deleted file mode 100644 index b40fb51..0000000 --- a/src/routes/+layout.js +++ /dev/null @@ -1 +0,0 @@ -export const ssr = true diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte deleted file mode 100644 index ad34a2e..0000000 --- a/src/routes/+layout.svelte +++ /dev/null @@ -1,37 +0,0 @@ - -
-
-
- -
-
-
- - diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte deleted file mode 100644 index 631f82e..0000000 --- a/src/routes/+page.svelte +++ /dev/null @@ -1,232 +0,0 @@ - - - - rose - - - - - - - - - - - -
-

Hi! I'm Rose

-
-
-

About me!

-

- I'm a software engineer with an interest in containers and OSdev. - I currently live in germany and study computer science. -

-

- Apart from coding and tinkering with hardware, I enjoy listening to music, reading books and going on walks! -

-
-
-

My work

-

- Currently most of my time is spent working on - vib. - As the maintainer of vib I handle any project management, - while actively expanding it with more features. -

-

- In connection to vib, I am currently reviving an older - project called Project Shards, an arch based immutable - distribution, that went through many different designs, - but has settled on using systemd-sysupdate in the same vein as - GNOME OS. -

-

- A more thorough list of projects can be found in the - Projects page. -

-
-
-

Contact

-

Click on a card to copy its address

-

- One can contact me on these platforms! -

- {#if !browser} -

- Javascript seems to be disabled! But this website requires js to deobfuscate the contacts - The obfuscated codes are displayed in the boxes below, you can use this shell script to debofuscate them locally! -

- {/if} - -
-
- - button that says 'rose', a rose grows out of the o, on the left the character milk chan is visible, a very pale girl with shoulder length brown hair wearing a black hoodie - - - button that says 'ada', text is overlayed a photograph of neptune, which in this image is a blue gas giant - - - button that says 'futile' - - - - - - lain - - now! - trans rights now! - use linux now! -
-
- - diff --git a/src/routes/+page.ts b/src/routes/+page.ts deleted file mode 100644 index 189f71e..0000000 --- a/src/routes/+page.ts +++ /dev/null @@ -1 +0,0 @@ -export const prerender = true; diff --git a/src/routes/ContactCard.svelte b/src/routes/ContactCard.svelte deleted file mode 100644 index d347deb..0000000 --- a/src/routes/ContactCard.svelte +++ /dev/null @@ -1,40 +0,0 @@ - - -
- - {@html svg} - -
- - - {@html svg} - - - diff --git a/src/routes/Header.svelte b/src/routes/Header.svelte deleted file mode 100644 index 4490f1a..0000000 --- a/src/routes/Header.svelte +++ /dev/null @@ -1,316 +0,0 @@ - - - - -
-
- - - {#if $currentMessage != null} -
-

- {$currentMessage.message} -

- {#if $currentMessage.options.dismissable} - - {/if} -
- {/if} - - -
- -
- - diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte deleted file mode 100644 index 05c013f..0000000 --- a/src/routes/projects/+page.svelte +++ /dev/null @@ -1,53 +0,0 @@ - - - -
-

Projects

-
-
-

- A list of most projects I have worked on or am a part of, note that not all of them are still maintained. -

-
- - - - The FsVerify logo drawn with BVG - - - - - - - - - - - - - -
- - diff --git a/src/routes/projects/+page.ts b/src/routes/projects/+page.ts deleted file mode 100644 index 189f71e..0000000 --- a/src/routes/projects/+page.ts +++ /dev/null @@ -1 +0,0 @@ -export const prerender = true; diff --git a/src/routes/projects/ProjectEntry.svelte b/src/routes/projects/ProjectEntry.svelte deleted file mode 100644 index 53c69b5..0000000 --- a/src/routes/projects/ProjectEntry.svelte +++ /dev/null @@ -1,36 +0,0 @@ - - -
-

{name}

- - -

- {description} -

-
- - - diff --git a/src/routes/styles.scss b/src/routes/styles.scss deleted file mode 100644 index d932800..0000000 --- a/src/routes/styles.scss +++ /dev/null @@ -1,48 +0,0 @@ -@import "@fontsource-variable/inter"; - -body { - font-family: - 'Inter Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, - Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - font-size: 1.2em; - color: #150129; -} - -h1 { - width: 100%; - font-size-adjust: 0.7; - margin-bottom: 2px; -} - -page { - display: flex; - flex-direction: column; - align-items: center; - - width: 100%; - height: 0; - padding: 0 0 calc(100% * 495 / 2048) 0; -} - -.permalink { - color: #150129; -} - -.subheader { - font-size: 0.9em; - margin-top: 0px; -} - -a:link:not(.permalink),a:visited:not(.permalink) { color: #2160ad; } - -@media (prefers-color-scheme: dark) { - /* If the operating system is using dark mode, then apply this CSS */ - body { - background: #292b33; - color: #f5f5f5 - } - a:link:not(.permalink),a:visited:not(.permalink) { - color: #b9cffb; - } -} - -- cgit v1.2.3