diff --git a/index.html b/index.html index 4cd1971..4496775 100755 --- a/index.html +++ b/index.html @@ -45,7 +45,21 @@

About Me

-

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 personal GitHub or my Hex Studios GitHub pages.

+

+ 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 + Gitea site. +

+
+

+ HexStudios is mostly just my personal portfolio, and I currently operate a + company under the name Bellsworne. + Bellsworne has multiple sub-sections like Bellsworne Tech, + where a lot of my more professional software projects live, + and Bellsworne Games + where my future games will be published. +

@@ -55,18 +69,39 @@
- -
-

Project VII

-

Project VII is an ongoing story-driven game. Details are not yet disclosed.

-
-
+ +
+
+

Stars

+

A cool little visualization of randomly generated "stars", made in JS

+
+
+ + +
+
+

Let There Be Blight

+

A game made in 72 hours for MiniJam #150: Magic, made in Godot

+
+
+ + +
+
+

Interactive Map

+

An interactive world map made in Angular

+
+
+ + + + + + + + -
-
-
-
@@ -78,23 +113,22 @@
- \ No newline at end of file + diff --git a/res/blight.png b/res/blight.png new file mode 100644 index 0000000..e6f8ce3 Binary files /dev/null and b/res/blight.png differ diff --git a/res/map.png b/res/map.png new file mode 100644 index 0000000..f7fd214 Binary files /dev/null and b/res/map.png differ diff --git a/res/stars.png b/res/stars.png new file mode 100644 index 0000000..ecdfbed Binary files /dev/null and b/res/stars.png differ