131 lines
4.5 KiB
HTML
131 lines
4.5 KiB
HTML
<!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">
|
||
<link rel="stylesheet" href="https://cherrykitten.dev/color.css">
|
||
|
||
|
||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://cherrykitten.dev/ rss.xml
|
||
">
|
||
|
||
</head>
|
||
|
||
<body class="">
|
||
<div class="container">
|
||
|
||
<header class="header">
|
||
<div class="header__inner">
|
||
<div class="header__logo">
|
||
|
||
<a href="https://cherrykitten.dev" style="text-decoration: none;">
|
||
<div class="logo">
|
||
|
||
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>
|
||
|
||
<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.
|
||
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>
|
||
<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
|
||
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>
|
||
<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">
|
||
<div class="copyright copyright--user">
|
||
|
||
<span>©
|
||
2024
|
||
- CherryKitten</span><br>
|
||
|
||
<span onclick="alert('Nya!')">🐱</span></div>
|
||
</div>
|
||
<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>
|