+

+
+
+
{r" lia · they/she · transfemby"}
+
+
{r"certified catgirl™"}
+
{r"software engineer"}
+
{r"professional yapper"}
+
{r"neurospicy and disabled"}
-
-
{r#"about me"#}
-
{r#"
- haj! i'm luciel, but you can also just call me lucie.
- i have lots of interests including music, cooking, development and learning new things.
- in my free-time i mostly work on my private projects or spent time with my partners or online friends.
- my knowledge is based on autodidactics and experiences with (former) friends.
- looking for an apprenticeship or job atm. because i wasn't able to finish my previous one due to some financial circumstances.
- you can find public projects i work on somewhere in the header.
- i may or may not update information stated here.
- "#}
-
+
{r"intro"}
{r#"
+ name's lia or lucy. we are creating.
+ trying to provide a safe space in the internet.
+ our goal's to make this world a better ~ less trashy ~ place.
+ may sound naive as fuck but fuck it we ball.
+ audhd (certified) and probably bpd or ptsd. i'm not a psychologist tho.
+ interact with caution, may bite.
+ political view's prolly too rad. should be enough to mention i'm social.
+ figure it yourself. use your brain.
+ "#}
{r"hobbies"}
{r#"
+ watching anime, designing something kewl, playing games, starting a new project or just yapping with friends, nearly everything's included.
+ i especially enjoy cooking or even baking if enough spoons are to avail.
+ which anime? has to be very specific, i'm really picky and judgy regarding them.
+ i uh - design stuff when enough creativity is there. nothing specific. maybe just a button, banner, icon or just anything.
+ has to be something i can somewhat imagine in my fucky-wucky head.
+ gaymes? gay! no uhh - i play ranging from minecraft and stardew, to puzzly metroidvanias like hollow knight and pseudoregalia, or challenging platformers like celeste, nearly anything.
+ i also enjoy playing rhythm games like osu! or muse dash. returning to terraria sometimes and also some old-ish games.
+ projects? you can find public ones in my projects tab.
+ "#}/*
{r"hobbies"}
{r#"
+ watching anime, designing something kewl, playing games, starting a new project or just yapping/meeting up with friends, nearly everything's included.
+ i especially enjoy cooking or even baking if enough spoons are to avail.
+ which anime? has to be very specific, i'm really picky and judgy regarding them.
+ i uh - design stuff when enough creativity is there. nothing specific. maybe just a button, banner, icon or just anything.
+ has to be something i can somewhat imagine in my fucky-wucky head.
+ gaymes? gay! no uhh - i play ranging from minecraft and stardew, to puzzly metroidvanias like hollow knight and pseudoregalia, or challenging platformers like celeste, nearly anything.
+ i also enjoy playing rhythm games like osu! or muse dash. returning to terraria sometimes and also some old-ish games.
+ projects? you can find public ones in my projects tab.
+ "#}*/
+
>
}
diff --git a/src/pages/findme.rs b/src/pages/findme.rs
new file mode 100644
index 0000000..f5f310d
--- /dev/null
+++ b/src/pages/findme.rs
@@ -0,0 +1,67 @@
+use yew::prelude::*;
+
+pub struct FindMe;
+impl Component for FindMe {
+ type Message = ();
+ type Properties = ();
+
+ fn create(_ctx: &Context