From 776564a4d6991bb1c72ea864a3e5b3751f2dd061 Mon Sep 17 00:00:00 2001 From: midblep Date: Fri, 4 Feb 2022 20:56:14 +0100 Subject: [PATCH] about me addition --- src/lib/header/Navbar.svelte | 14 ++++++++++-- src/routes/about.svelte | 41 ++++++++++++++++++++++++++++++++++++ src/routes/index.svelte | 14 ++++++++++-- 3 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 src/routes/about.svelte diff --git a/src/lib/header/Navbar.svelte b/src/lib/header/Navbar.svelte index 1483529..01182f6 100644 --- a/src/lib/header/Navbar.svelte +++ b/src/lib/header/Navbar.svelte @@ -15,13 +15,23 @@ {/if} + {#if page == "/about"} + + {:else} + + {/if} + {#if page == "/commissions"} {:else} {/if} diff --git a/src/routes/about.svelte b/src/routes/about.svelte new file mode 100644 index 0000000..6b39e28 --- /dev/null +++ b/src/routes/about.svelte @@ -0,0 +1,41 @@ + + + + About || Siv Kyne + + +
+ + +
+

About me

+

+ I was born in China, but my biological parents left me at the gate of an orphanage. From there, I was adopted into an American family when I was still a baby. They then raised me on a farm in the southeastern United States. +

+ I learned a lot about myself from being a farmer and gardener. I'm incredibly allergic to pollen and hay. The hot, southern sun is my enemy. I love the days when it's cool enough for me to ride my bike without sweating. +

+ However, just because I was raised in farm country didn't mean my life was centered around the outdoors. Since I was a young child, I was interested in art, music, and writing. I would go through countless sheets of paper drawing. I would consume whole wide ruled notebooks with my childishly simple stories. I would bang on the piano that my sister played beautifully and strum horrendous discord on an antique harp. +

+ As I grew older, I began to refine my skills. I studied art techniques, wrote tons of fan fictions, and started taking piano lessons with half gallon jars of milk as payment instead of cash. Around this time, my brother haggled with my parents to give me their old laptop, and they obliged. This is when my love for gamingโ€”or simply Minecraft, ratherโ€”began. A few months afterward, my baby brother was adopted. He's less than a year younger than me, but he's still a baby to this day. +

+ Now, I'm a professional artist by definition. My stories are in the sluggish process of becoming novels. I continue to practice the piano, though under new guidance due to my old teacher's retiring. My bike is still the place where I go to relieve my stress. We own a lot less farm animals now than before, but at least we have more cats. +

+
+ +
+
+ + + + + + + + +
+
+
\ No newline at end of file diff --git a/src/routes/index.svelte b/src/routes/index.svelte index a4383e4..96acb37 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,7 @@