52 lines
2.6 KiB
HTML
52 lines
2.6 KiB
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hex Studios</title>
|
|
<link rel="stylesheet" href="styles/main.css">
|
|
</head>
|
|
<body>
|
|
<div id="page-header">
|
|
<h1>// Hex Studios</h1>
|
|
<i>Developer, biker, musician, engineer, and an unapologetic centrist in the deep red south. The real @hexstudios.</i>
|
|
</div>
|
|
|
|
<div id="post-body">
|
|
<a href="../index.html"><-- Back to home</a>
|
|
|
|
<h1>// ABout Hex Studios</h1>
|
|
|
|
<h2>// What is this?</h2>
|
|
<p>Good question. It <i>was</i> my personal portfolio site, used for listing on applications to corporate slop jobs, but over time I just grew into wanting this place to be a space where I can be unapologetically <i><b>me</b></i>. You can still visit the old site <a href="old2/index.html">here</a> if you want. It's pretty cool.</p>
|
|
<p>So thats what this is. I'll still list my credentials and who I am, but I won't shy away from being me.</p>
|
|
|
|
<h2>// Well then, who are you?</h2>
|
|
<p>My name is Chris. I make stuff, sometimes. By day I'm a software engineer working with C# and unity. I love programming and old technology, I spend my time outside of work learning the ins-and-outs of computers and electronics in general, using C and C++ to mess with native applications and embedded firmware, hoping to one day reclaim the magic of technology from the souless corporate sphere it currently lives in.</p>
|
|
|
|
<p>Some of my hobbies include: Making and enjoying music, motorcycles, game development, light gaming (mostly indie games and older titles), homelabbing, poking at old technology</p>
|
|
|
|
<p>Oh yeah I also run a small company with my wife called Bellsworne. You should <a href="https://bellsworne.com">check us out.</a></p>
|
|
|
|
<h2>// My creds</h2>
|
|
<h3>Education:</h3>
|
|
<ul>
|
|
<li>B.S. Software Engineering</li>
|
|
<li>A.S. Computer Science</li>
|
|
<li>CompTIA Project Managment+ Certification</li>
|
|
</ul>
|
|
<h3>Professional:</h3>
|
|
<ul>
|
|
<li>5+ years of software engineering, primarily in C#/.NET</li>
|
|
<li>~2 years of electronics repair (phones, laptops, etc)</li>
|
|
</ul>
|
|
<i>I was also a barista for two years, who'uld've thunk it</i>
|
|
<h3>Personal:</h3>
|
|
<ul>
|
|
<li>13+ years of linux experience (I use NixOS, btw)</li>
|
|
<li>10+ years of C/C++</li>
|
|
<li>10+ years of HTML/CSS</li>
|
|
<li>Other languages, experience varies: Odin, Python, JS, Java</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |