diff --git a/css/master.css b/css/master.css index 0f2b292..27119eb 100644 --- a/css/master.css +++ b/css/master.css @@ -154,30 +154,25 @@ body { width: 100%; } -.projects-box { - display: flex; - flex-wrap: wrap; - margin: auto; - max-width: 70%; - -} .projects-box .card { - margin: auto; - padding-bottom: 30px; -} .projects-box img { - width: 100%; - height: 100%; - border-top-right-radius: 10%; - border-top-left-radius: 1%; +.project-card { + margin-bottom: 40px; +} + +.project-card img { + width: 10%; + height: auto; + margin-top: 20px; + border: 2px solid var(--color-pallete-red); +} + +.project-card .hexlink { + font-size: 2em; } @media (max-width: 1000px) { - .projects-box { - display: block; - margin: 0 30px 0 30px; - } .projects-box .card { - margin: auto; - padding: 20px 0 20px 0; + .project-card img { + width: 40%; } } @@ -209,4 +204,4 @@ body { width: auto; border-bottom-right-radius: 10%; border-bottom-left-radius: 1%; -} \ No newline at end of file +} diff --git a/index.html b/index.html index 2a64d05..fb05d31 100755 --- a/index.html +++ b/index.html @@ -45,7 +45,15 @@

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, but I am also the founder and CEO of Bellsworne LLC. + 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. You can find my open source projects at my Bellsworne Gitea Site +

@@ -55,19 +63,39 @@
- -
-

Shots in the Dark - Remastered

-

Shots in the dark was a Brackeys Game Jam 2022.2 submission. This is my attempt to remake it from scratch and finally complete it.

-
- -
-

Project VII

-

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

-
-
+ +
+ SessionZero +

A TTRPG companion and management application

+ +
-
+
+ Cogwheel +

A C# Game and Software development toolset

+ +
+ + +
+ Let There Be Blight +

A game made in 72 hours for the Minijam #150: Magic game jam. Made in Godot

+ +
+ + +
+ Stars +

A game made in 72 hours for the Minijam #150: Magic game jam. Made in Godot

+ +
+ + +
+ Interactive World Map +

A cool little demo showcasing an interactive world map using Angular

+ +
@@ -98,4 +126,4 @@ - \ No newline at end of file + diff --git a/res/cogwheel.png b/res/cogwheel.png new file mode 100644 index 0000000..2f384d8 Binary files /dev/null and b/res/cogwheel.png differ diff --git a/res/seshzero.png b/res/seshzero.png new file mode 100644 index 0000000..ff1f1e2 Binary files /dev/null and b/res/seshzero.png differ