142 lines
5.1 KiB
HTML
142 lines
5.1 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/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>
|
||
<h3 id="certifications">Certifications</h3>
|
||
<p>I have earned the following certifications:</p>
|
||
<h4 id="linux-professional-institute">Linux Professional Institute</h4>
|
||
<ul>
|
||
<li>LPIC-1 (earned 2023-02-13, active until 2028-02-13)</li>
|
||
</ul>
|
||
<p>Verify this certification on
|
||
the <a href="https://cs.lpi.org/caf/Xamman/certification/verify/LPI000544741/xcaz5yfve4">LPI Website</a></p>
|
||
<h4 id="freecodecamp">FreeCodeCamp</h4>
|
||
<ul>
|
||
<li>Data Analysis with Python</li>
|
||
<li>Scientific Computing with Python</li>
|
||
<li>Quality Assurance</li>
|
||
<li>Data Visualization</li>
|
||
<li>Back End Development and APIs</li>
|
||
<li>Front End Development Libraries</li>
|
||
<li>JavaScript Algorithms and Data Structures</li>
|
||
<li>Responsive Web Design</li>
|
||
</ul>
|
||
<p>You can find these certifications on my <a href="https://www.freecodecamp.org/CherryKitten">FreeCodeCamp Profile</a> and the code
|
||
for
|
||
all the relevant projects in my <a href="https://codeberg.org/CherryKitten/freecodecamp-projects">git repo</a>.</p>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<footer class="footer">
|
||
<div class="footer__inner">
|
||
<div class="copyright copyright--user">
|
||
<a href="https://liberapay.com/CherryKitten/donate"><img
|
||
alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
|
||
|
||
<span>©
|
||
2024
|
||
- CherryKitten</span><br>
|
||
|
||
<span><a href="/impressum">Impressum</a></span>
|
||
|
||
<span><a href="/rss.xml">RSS</a></span>
|
||
|
||
<span onclick="alert('Nya!')">🐱</span></div>
|
||
</div>
|
||
</footer>
|
||
|
||
|
||
</div>
|
||
</body>
|
||
|
||
</html>
|