cherrykitten.dev/public/about/index.html

132 lines
4.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>About Me | CherryKitten</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://cherrykitten.dev/style.css">
2023-04-09 22:13:12 +00:00
<link rel="stylesheet" href="https://cherrykitten.dev/color.css">
2023-04-09 22:13:12 +00:00
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://cherrykitten.dev/ rss.xml
">
2023-01-28 20:37:52 +00:00
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
2023-04-09 22:13:12 +00:00
<a href="https://cherrykitten.dev" style="text-decoration: none;">
<div class="logo">
2023-04-09 22:13:12 +00:00
CherryKitten
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li><a href="https://cherrykitten.dev">Home</a></li>
<li class="active"><a href="https://cherrykitten.dev/about">About me</a></li>
<li><a href="https://cherrykitten.dev/blog">Blog</a></li>
2024-03-09 12:34:33 +00:00
<li><a href="https://cherrykitten.dev/cv">CV</a></li>
<li><a href="https://cherrykitten.dev/contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title"><a href="https://cherrykitten.dev/about/">About Me</a></h1>
<div class="post-meta-inline">
<span class="post-date"></span>
</div>
<div class="post-content">
<p>I'm Sammy. A queer catgirl who loves working with computers.
My pronouns are It/Its. <strong>Only</strong> It/Its.
I love learning new things, trying out new technologies and exploring the unknown.</p>
<p>My first little steps into the world of IT already started as a little kitten.
2023-05-25 10:27:57 +00:00
At age 12, I started learning LUA and the basics of server infrastructure
to host Gameservers with custom code for a video game I had been playing.</p>
<p>Since then, I have been continuously expanding my knowledge in both programming and administration.</p>
2023-05-25 10:27:57 +00:00
<p>The linux command line is my cozy place. I selfhost almost everything.
From cloud storage and media streaming to password management and social media. I also <strong>love</strong> Open Source. I like
contributing to Open Source-Software and building my own tools to share with the world.</p>
<p>I am experienced in Web-Development with HTML, CSS, and JavaScript, including Frameworks like React, Vue.js, and Svelte,
as well as Backend-Development with NodeJS and Rust. I also know Python, and am generally able to learn new programming
languages well and understand them quickly, even if I haven't used them much before. For example, I have also worked
with PHP and Java Code in the past. Like I said, I love learning new things.</p>
<p>Besides all that computer stuff, I love sewing, especially making cute plushies. I also try to spend at least as much
2023-05-25 10:27:57 +00:00
time outside in nature as I do inside in front of a computer screen. I love being around water and wild animals, I love
walking through
forests and listening to all the beautiful birdsongs.</p>
2023-05-25 10:27:57 +00:00
<p>Sometimes I try to make music and visual arts, it might not be much yet, but it's fun to play around with.</p>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
2023-04-09 22:13:12 +00:00
<div class="copyright copyright--user">
 
<span>&copy;
2024-03-09 11:05:15 +00:00
2024
2023-04-09 22:13:12 +00:00
- CherryKitten</span><br>
 
<span onclick="alert('Nya!')">🐱</span></div>
</div>
2024-03-09 12:34:33 +00:00
<div style="display: flex; margin-top: 1rem; justify-content: center;">
<span><a href="/impressum">Impressum</a></span>
</div>
<div style="display: flex; margin-top: 1rem; justify-content: center;">
<a href="/rss.xml">RSS</a>
</div>
<div style="display: flex; margin-top: 1rem; justify-content: center;">
<img src="/buttons/antinft.gif" alt="Anti NFT">
<img src="/buttons/acab.gif" alt="ACAB">
<img src="/buttons/transnow2.gif" alt="Trans rights now">
</div>
</footer>
</div>
</body>
</html>