2022-12-25 17:17:35 -05:00

91 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link type="image/x-icon" rel="icon" href="/images/favicon.ico">
<link type="text/css" rel="stylesheet" href="/css/global.css">
<link type="text/css" rel="stylesheet" href="/css/about.css">
<meta charset="utf-8">
<meta name="description" content="Hi. I'm a %age%-year-old software developer.">
<meta name="keywords" content="That_One_Nerd, That One Nerd, ThatOneNerd, That-One-Nerd">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me | That_One_Nerd</title>
</head>
<!--header-->
<body>
<div id="title">
<h1>About Me</h1>
</div>
<div class="line-spacer"></div>
<div class="line-spacer2"></div>
<div class="field" id="intro">
<div id="intro-left">
<img src="images/logofullres.png">
</div>
<div id="intro-right">
<p class="js-check-vars">
Hey there. I'm Kyle. I am %age% years old and I like to program as a hobby.
<br><br>
I've been programming for almost %start% years now, right at the start of Covid-19, and it was love at first sight. I don't plan on stopping anytime soon.
<br><br>
I originally started with the programming language C#, but since then I've spread to other languages, namely C++, Python, Java, and JavaScript.
</p>
</div>
</div>
<div class="field" id="interests">
<p>I love software development and logical thinking. Some fields I have an interest in are (in no particular order):</p>
<ul>
<li>Graphical programming (not to be confused with graphic design)</li>
<li>General algorithm development</li>
<li>Library development</li>
<li>Game development</li>
<li>Server and website development</li>
</ul>
<p>Here's how I'd rate my programming skills</p>
<img id="skills-img" src="images/about/programmingskills.png">
<div id="skills-float">
<div id="skills-float-left">
<p>Beginner</p>
</div>
<div id="skills-float-right">
<p>Expert</p>
</div>
</div>
<p>I'm definitely no expert (compared to some serious computer scientists I look up to), but I'd say I'm past the Intermediate stage. Somewhere in the middle of those two.</p>
</div>
<div class="field" id = "what-ive-done">
<p>Here's some noteworthy stuff I've done:</p>
<ul>
<li>Created and maintained <a href="https://github.com/That-One-Nerd/Nerd_STF" target="_blank">Nerd_STF</a> as a solo project.</li>
<li>Created <a href="https://that-one-nerd.itch.io/trick-or-treat" target="_blank">Trick Or Treat</a>, <a href="https://that-one-nerd.itch.io/rebuild">Rebuild</a>, and some other small Itch games.</li>
<li>Developing Brigade Laboratories, a game that I'm staying mostly secretive about. <a href="/projects/brigadelabs.html">Learn More</a></li>
</ul>
<br><br><br><br><br>
<p>I like to reinvent the wheel in software development. For example, Nerd_STF. I know there is a bunch in Nerd_STF that already exists in a different library, and it's likely better. But I feel like doing it myself teaches me more than just using somebody else's code. I wouldn't have learned nearly as much if I just used a different library.</p>
</div>
<div class="field" id="outro">
<p>That's all I have to say. If you want to contact me, you can at <a href="mailto:kyle@thatonenerd.net">kyle@thatonenerd.net</a></p>
</div>
<div class="line-spacer"></div>
<div class="line-spacer2-darkgray"></div>
</body>
<!--footer-->
<script type="module" src="/js/imports.js"></script>
<script src="/js/global.js" defer></script>
<script src="/js/about.js" defer></script>
</html>