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 @@
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 +
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.
-A game made in 72 hours for the Minijam #150: Magic game jam. Made in Godot
+