152 lines
6.6 KiB
HTML
152 lines
6.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<script type="module" src="scripts/main.js"></script>
|
|
<title>// HEX STUDIOS //</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="main">
|
|
|
|
<h1 id="page-heading">// HEX STUDIOS //</h1>
|
|
|
|
<div class="tui-frame">
|
|
<h2 class="tui-frame-header">WELCOME</h2>
|
|
<div class="tui-frame-content">
|
|
<p>Hello! My name is Chris. Welcome to my personal portfolio site!</p>
|
|
<h2>About Me</h2>
|
|
<p>I am a husband, programmer, musician, and all around nerd! I like to make games and software, as well as tinker with robots and motorcycles. I am a huge advocate for FOSS (Free and Open Source Software), a Linux user (NixOS), and a novice homelabber.</p>
|
|
<p>I am primarily a Software Engineer by trade with a Bachelor's in Sotware Engineering and ~5 years of professional experience, where the majority of my knowledge is in C#/.NET, XAML, and HTML/CSS. I am also proficient in many other languages like Odin, C/C++, Java, QML, and JavaScript.</p>
|
|
<p>I am also the CEO and Co-Founder of <a href="https://bellsworne.com">Bellsworne LLC.</a> with my wife Alex.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tui-frame">
|
|
<h2 class="tui-frame-header">IMAGE</h2>
|
|
<div class="tui-frame-content">
|
|
<img class="tui-frame-single-image" src="res/chris2.jpg" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tui-frame">
|
|
<h2 class="tui-frame-header">credentials</h2>
|
|
<div class="tui-frame-content">
|
|
<h2>Education</h2>
|
|
<ul>
|
|
<li>Bachelors, Software Engineering - 2026</li>
|
|
<li>Associates, Computer Science - 2022</li>
|
|
</ul>
|
|
<h2>Experience</h2>
|
|
<ul>
|
|
<li>Software Engineer (C#, .NET, Unity) - 4 years</li>
|
|
<li>Computer Technician (Repair, IT) - 2 years</li>
|
|
</ul>
|
|
<h2>Certs</h2>
|
|
<ul>
|
|
<li>CompTIA Project+</li>
|
|
<li>AWS Certified Cloud Practitioner</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tui-frame">
|
|
<h2 class="tui-frame-header">LINKS</h2>
|
|
<div class="tui-frame-content">
|
|
<ul>
|
|
<li><a href="https://git.bellsworne.tech">Gitlab</a></li>
|
|
<li><a href="https://bellsworne.com">Bellsworne</a></li>
|
|
<li><a href="https://youtube.com/@hexstudios">Youtube</a></li>
|
|
<li><a href="https://www.linkedin.com/in/christopher-i-bell/">LinkedIn</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tui-frame">
|
|
<h2 class="tui-frame-header">SITE SETTINGS</h2>
|
|
<div class="tui-frame-content">
|
|
<p>Change site colors, spacing, and borders</p>
|
|
<div class="tui-frame-section" id="settings-form">
|
|
<label for="foreground-setting">Foreground Color</label>
|
|
<input type="text" name="foreground-setting" id="foreground-setting">
|
|
|
|
<label for="background-setting">Background Color</label>
|
|
<input type="text" name="background-setting" id="background-setting">
|
|
|
|
<label for="frame-spacing-setting">Frame Spacing</label>
|
|
<input type="number" name="frame-spacing-setting" id="frame-spacing-setting" min="5" max="50" value="10">
|
|
|
|
<label for="frame-border-radius-setting">Frame Rounding</label>
|
|
<input type="number" name="frame-border-radius-setting" id="frame-border-radius-setting" min="0" max="50" value="10">
|
|
|
|
<button type="button" id="save-settings-button">SAVE</button>
|
|
<button type="button" id="reset-settings-button">RESET</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tui-frame">
|
|
<h2 class="tui-frame-header">projects</h2>
|
|
<div class="tui-frame-content">
|
|
<h2>SessionZero</h2>
|
|
<p>SessionZero is a data-driven TTRPG companion application for managing characters, sessions, and game data.</p>
|
|
<p>This is my passion project, and is currently a work in progress. Its core is developed using C# with .NET 8.</p>
|
|
<p>Visit <a href="https://sessionzero.app">sessionzero.app</a> to learn more, or <a href="https://git.bellsworne.tech/Bellsworne/sessionzero-cs">view the source code.</a></p>
|
|
|
|
<h2>Critterfolio</h2>
|
|
<p>A simple cross-platform full-stack application for managing your critters, for farms or pet owners. Made in C# with Avalonia UI.</p>
|
|
<p>This project was developed as my Software Engineering Capstone project, but the idea came from my wife who breeds goats and needed an easy way to track linage and other notes about her goats. It still needs some work, but you can download it for Windows, Linux, or Android <a href="critterfolio/index.html">HERE</a>.</p>
|
|
|
|
<h2>Let there be blight</h2>
|
|
<p>A game made in 72 hours for the MiniJam #150 game jam, made in Godot. <a href="/dev/blight">-- Click here to play in your browser! --</a></p>
|
|
|
|
<h2>Cogwheel</h2>
|
|
<p>A C# .NET 9 library that provides a robust and extendible Command and Developer Console system for Games and Software applications. <a href="https://git.bellsworne.tech/Bellsworne/Cogwheel">-- Click here to view on Gitea --</a></p>
|
|
|
|
<h2>Interactive Map</h2>
|
|
<p>An interactive world map that uses the <a href="https://worldbank.org">World Bank</a> REST API to display country information. Made as a school project in AngularJS. <a href="dev/interactive-angular-map">-- Click here to access-- </a></p>
|
|
|
|
<h2>Stars</h2>
|
|
<p>A really simple plain JS webpage that randomly generates a lot of stars. <a href="dev/stars/index.html">-- Click here to view --</a></p>
|
|
|
|
<h2>More</h2>
|
|
<p>To see more of my personal or professional projects, see my <a href="https://git.bellsworne.tech">Gitlab</a> page.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tui-frame">
|
|
<h2 class="tui-frame-header">notice</h2>
|
|
<div class="tui-frame-content" style="width: 100%; display: flex; justify-content: center; text-align: center;">
|
|
<p style="font-size: 20pt; color: darkred;">SAY NO TO GENERATIVE AI</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <div class="tui-frame">
|
|
<h2 class="tui-frame-header">motto</h2>
|
|
<p>Say No To AI</p>
|
|
</div>
|
|
<div class="tui-frame">
|
|
<h2 class="tui-frame-header">motto</h2>
|
|
<p>Say No To AI</p>
|
|
</div> -->
|
|
|
|
|
|
</div>
|
|
|
|
<div id="tui-status-bar">
|
|
<p>COPYRIGHT 2026 <a href="https://bellsworne.com">BELLSWORNE LLC</a></p>
|
|
<p><a href="https://git.bellsworne.tech/chrisbell/hexstudios-co">Source Code</a></p>
|
|
</div>
|
|
|
|
</body>
|