Fixed some links, added contact section, red logo

This commit is contained in:
Christopher Bell
2022-09-13 23:38:25 -05:00
parent f51d3f01d1
commit b777e1e4da
3 changed files with 20 additions and 8 deletions

View File

@@ -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;
}
}

View File

@@ -31,9 +31,9 @@ a:visited {
}
a:hover::before{
content: "\\ ";
content: "\\";
} a:hover::after{
content: " /";
content: "/";
}
html {