diff --git a/css/hex-logo.animate.css b/css/hex-logo.animate.css index e198e44..eb78fea 100644 --- a/css/hex-logo.animate.css +++ b/css/hex-logo.animate.css @@ -32,7 +32,7 @@ transform-box: fill-box; transform: translateX(-10px); animation: reset-translations 1s 1 normal ease-in-out forwards 1s; - stroke: white; + stroke: rgb(255, 255, 255); } #hex-logo-lesser { @@ -40,10 +40,11 @@ transform-box: fill-box; transform: translateX(-32px); animation: reset-translations 1s 1 normal ease-in-out forwards 1s; - stroke: white; + stroke: rgb(255, 255, 255); } #hex-logo-slash { + fill: rgb(255, 255, 255); transform-origin: center; transform-box: fill-box; fill-opacity: 100; @@ -99,10 +100,13 @@ @keyframes reset-translations { 0% { - + fill: white; + stroke: white; } 100% { transform: translate(0, 0); + fill: red; + stroke: red; } } \ No newline at end of file diff --git a/css/master.css b/css/master.css index bce5ac8..31aa091 100644 --- a/css/master.css +++ b/css/master.css @@ -31,9 +31,9 @@ a:visited { } a:hover::before{ - content: "\\ "; + content: "\\"; } a:hover::after{ - content: " /"; + content: "/"; } html { diff --git a/index.html b/index.html index 92f668b..5701774 100755 --- a/index.html +++ b/index.html @@ -45,13 +45,13 @@
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 Jr. 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.