92 lines
3.5 KiB
Text
92 lines
3.5 KiB
Text
---
|
|
import "../../Styles/v1/index.css";
|
|
import ContactsRow from "../../Components/v1/ContactRow.astro";
|
|
import SubPagesRow from "../../Components/v1/SubPagesRow.astro";
|
|
import FriendsRow from "../../Components/v1/FriendsRow.astro";
|
|
---
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/v1/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta name="generator" content={Astro.generator} />
|
|
<title>Cakey's home directory</title>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<h1>/home/<strong>cake</strong></h1>
|
|
<div class="commandline">
|
|
<p>> ls ~/subpages/</p>
|
|
</div>
|
|
|
|
<SubPagesRow />
|
|
|
|
<div class="commandline">
|
|
<p>> ls ~/contacts_and_socialmedia/</p>
|
|
</div>
|
|
|
|
<ContactsRow />
|
|
|
|
<div id="intro">
|
|
<div class="commandline">
|
|
<p>> cat ~/intro.md</p>
|
|
</div>
|
|
<p>
|
|
Howdy~ I'm <strong>Cake</strong>. I'm a software developer,
|
|
though i enjoy doing basically anything that is actually fun
|
|
and mostly relates to computers.
|
|
<br />
|
|
Other stuff to let you know me better, mh, i'm 20, and i live
|
|
in italy 🍕, yeah, that's it, this is supposed to be a short
|
|
intro!
|
|
</p>
|
|
<hr />
|
|
</div>
|
|
|
|
<div class="commandline">
|
|
<p>> cat ~/intropart2idk.md</p>
|
|
</div>
|
|
|
|
<span class="paragraphwpic">
|
|
<p>
|
|
If you are my friend you may already know, but I'm very much
|
|
obsessed with open source crap, that's why this website is
|
|
hosted on my git istance, and that's why i use linux,
|
|
specifically, i'm using <a href="https://archlinux.org/"
|
|
>Arch</a
|
|
> with KDE, which is a really nice combo.
|
|
</p>
|
|
<img src="/v1/Assets/Homepage/desktop.jpg" />
|
|
</span>
|
|
|
|
<div class="commandline">
|
|
<p>> cat ~/randomstuff/interests.md</p>
|
|
</div>
|
|
<span class="paragraphwpic">
|
|
<p>
|
|
My interests...well, i do enjoy a lot of things, my main
|
|
ones focus on software, i like to learn new technologies,
|
|
even if it takes me a while. And, as you might have noticed,
|
|
dear reader, my wallpaper is from an anime, evangelion, and
|
|
i <i>really like</i> evangelion and with like, i mean that it's
|
|
one of my favorite pieces of media ever, the third impact just
|
|
resonates with me so much, both in the anime ending, and the
|
|
movie.
|
|
</p>
|
|
<img class="small" src="/v1/Assets/Homepage/thirdimpact.png" />
|
|
</span>
|
|
|
|
<p>
|
|
Other than that, i do enjoy coding, making websites, writing
|
|
css, drawing, making pixel art, trying new technologies... i
|
|
have quite a lot of interests, that i am not going to write
|
|
here, for now.
|
|
</p>
|
|
<div class="commandline">
|
|
<p>> ls ~/important_stuff/important_people/</p>
|
|
</div>
|
|
<FriendsRow />
|
|
</div>
|
|
</body>
|
|
</html>
|