118 lines
3.9 KiB
HTML
118 lines
3.9 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/rosepine.css">
|
|
|
|
<link rel="stylesheet" href="https://cherrykitten.dev/font-hack-subset.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.</p>
|
|
<p>I know some JavaScript and some Python, and am currently learning Rust.</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>
|
|
<h3 id="certifications">Certifications</h3>
|
|
<p>I have earned the following certifications:</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"><p>© {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|