Edits to index.html

This commit is contained in:
Chris Bell 2025-03-03 20:19:52 -06:00
parent 666ce2ab40
commit 8d352cc634
4 changed files with 49 additions and 15 deletions

View File

@ -45,7 +45,21 @@
</div>
<div class="aboutme-box-right">
<h2>About Me</h2>
<p>Hi! I'm Chris Bell. I am a programmer, musician, and nerd. My passion has been Game Development for over 5 years, using Unreal Engine, Unity, and Godot. I am currently a full-time Unity developer, but have knowledge in C/C++, C#, Java, HTML/CSS, and a few other languages. Most of my projects can be found on either my <a class="hexlink" href="https://github.com/spudnut2000">personal GitHub</a> or my <a class="hexlink" href="https://github.com/HexStudios">Hex Studios GitHub</a> pages.</p>
<p>
Hi! I'm Chris Bell. I am a programmer, musician, and nerd. My passion has been Game Development for over 5 years,
using Unreal Engine, Unity, and Godot. I am currently a full-time Unity developer, but have knowledge in C/C++,
C#, Java, HTML/CSS, and a few other languages. Most of my projects can be found on my
<a class="hexlink" href="https://git.bellsworne.tech/chrisbell">Gitea</a> site.
</p>
<br>
<p>
HexStudios is mostly just my personal portfolio, and I currently operate a
company under the name <a class="hexlink" href="https://bellsworne.com">Bellsworne</a>.
Bellsworne has multiple sub-sections like <a class="hexlink" href="https://bellsworne.tech">Bellsworne Tech</a>,
where a lot of my more professional software projects live,
and <a class="hexlink" href="https://bellsworne.com/games">Bellsworne Games</a>
where my future games will be published.
</p>
</div>
</div>
</div>
@ -55,18 +69,39 @@
<div id="projects">
<div class="projects-box">
<!-- Project 7 -->
<div class="card"><div class="upper"><a href="projectvii.html"><img src="res/project7-card.png"></a></div><div class="lower">
<h2>Project VII</h2>
<p>Project VII is an ongoing story-driven game. Details are not yet disclosed.</p>
</div></div>
<div class="card"><div class="upper"></div><div class="lower">
<!-- Stars -->
<div class="card"><div class="upper"><a href="dev/stars"><img src="res/stars.png"></a></div>
<div class="lower">
<h2>Stars</h2>
<p>A cool little visualization of randomly generated "stars", made in JS</p>
</div>
</div>
<!-- Let There Be Blight -->
<div class="card"><div class="upper"><a href="dev/blight"><img src="res/blight.png"></a></div>
<div class="lower">
<h2>Let There Be Blight</h2>
<p>A game made in 72 hours for MiniJam #150: Magic, made in Godot</p>
</div>
</div>
<!-- Interactive Map -->
<div class="card"><div class="upper"><a href="dev/interactive-angular-map"><img src="res/map.png"></a></div>
<div class="lower">
<h2>Interactive Map</h2>
<p>An interactive world map made in Angular</p>
</div>
</div>
<!-- ADEPT -->
<!-- <div class="card"><div class="upper"><a href="dev/interactive-angular-map"><img src="res/map.png"></a></div> -->
<!-- <div class="lower"> -->
<!-- <h2>Interactive Map</h2> -->
<!-- <p>An interactive world map made in Angular</p> -->
<!-- </div> -->
<!-- </div> -->
</div></div>
<div class="card"><div class="upper"></div><div class="lower">
</div></div>
</div>
</div>
@ -78,23 +113,22 @@
<div class="contact-box">
<ul>
<li>Email: <a class="hexlink" href="mailto:chrisbell@hexstudios.co">chrisbell@hexstudios.co</a></li>
<li>Phone: <a class="hexlink" href="tel:+13057359574">+1(305) 735-9574</a></li>
</ul>
</div>
</div>
<div id="fader-reverse"></div>
<div id="footer">
<p>&copy; Copyright 2022 HEX Studios&trade;</p>
<p>&copy; Copyright 2025 HEX Studios&trade;</p>
<br>
<div class="footer-nav">
<ul>
<li><a class="hexlink" href="#aboutme">About</a></li>
<li><a class="hexlink" href="#projects">Projects</a></li>
<li><a class="hexlink" href="#contact">Contact</a></li>
<li><a class="hexlink" href="https://github.com/HexStudios/hexstudios-co">Page Source</a></li>
<li><a class="hexlink" href="https://git.bellsworne.tech/chrisbell/hexstudios-co.git">Page Source</a></li>
</ul>
</div>
</div>
</body>
</html>
</html>

BIN
res/blight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
res/map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
res/stars.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB