cherrykitten.dev/public/about/index.html

143 lines
5.1 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>
<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>
<h3 id="certifications">Certifications</h3>
<p>I have earned the following certifications:</p>
2023-02-13 16:26:04 +00:00
<h4 id="linux-professional-institute">Linux Professional Institute</h4>
<ul>
<li>LPIC-1 (earned 2023-02-13, active until 2028-02-13)</li>
</ul>
2023-05-25 10:27:57 +00:00
<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>
2023-05-25 10:27:57 +00:00
<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">
2023-04-09 22:13:12 +00:00
<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>&copy;
2023
- 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>