diff --git a/css/master.css b/css/master.css index 31aa091..0f2b292 100644 --- a/css/master.css +++ b/css/master.css @@ -21,19 +21,19 @@ background-color: var(--color-pallete-red); } -a { +.hexlink { text-decoration: none; font-style: italic; color: #a80000; } -a:visited { +.hexlink:visited { color: #a80000; } -a:hover::before{ - content: "\\"; -} a:hover::after{ - content: "/"; +.hexlink:hover::before{ + content: ">"; +} .hexlink:hover::after{ + content: "<"; } html { @@ -138,7 +138,6 @@ body { width: 100%; } -/*Mobile*/ @media (max-width: 1000px) { .aboutme-box { @@ -164,6 +163,11 @@ body { } .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%; } @media (max-width: 1000px) @@ -177,10 +181,21 @@ body { } } +/* CONTACT SECTION */ +#contact { + width: 100%; +} + +.contact-box { + margin: auto; + width: auto; + height: auto; +} + /* Cards */ .card { - width: 350px; - height: 550px; + width: 300px; + height: 500px; } .card .upper { width: auto; height: 60%; diff --git a/index.html b/index.html index 3b1fbac..73dd9d1 100755 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

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

@@ -55,23 +55,33 @@
-
-
-
+ +
+

Project VII

+

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

+
+
+ +
+
+ +

CONTACT


- -
-
-
- - +
+
+ +
+
diff --git a/projectvii.html b/projectvii.html new file mode 100644 index 0000000..dec9bc4 --- /dev/null +++ b/projectvii.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/res/project7-card.png b/res/project7-card.png new file mode 100644 index 0000000..951d491 Binary files /dev/null and b/res/project7-card.png differ diff --git a/res/project7-splash.png b/res/project7-splash.png new file mode 100644 index 0000000..35b92fd Binary files /dev/null and b/res/project7-splash.png differ