diff --git a/avatar.webp b/avatar.webp new file mode 100644 index 0000000..efb669f Binary files /dev/null and b/avatar.webp differ diff --git a/hackerslogo.png b/hackerslogo.png new file mode 100644 index 0000000..fc7e6d0 Binary files /dev/null and b/hackerslogo.png differ diff --git a/index.html b/index.html index b7444f6..c2de609 100644 --- a/index.html +++ b/index.html @@ -5,36 +5,33 @@ - + - Yuki's website + Julien Savard-Gagnon
-
diff --git a/styles.css b/styles.css index 50ff58d..86ef666 100644 --- a/styles.css +++ b/styles.css @@ -56,23 +56,23 @@ main height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; - font-family: "Rampart One", sans-serif; background-color: white; color: black; border-radius: 50%; box-shadow: 8px 8px 0px 2px black; - font-size: 160px; +} + +#logo-front +{ + background: url("hackerslogo.png") white; + background-size: cover; } #logo-back { - background: url("yuki.png") white; + background: url("avatar.webp") white; background-size: cover; transform: rotateY(180deg); - @supports (background-image: url("yuki.avif")) - { - background-image: url("yuki.avif"); - } } #logo-back video @@ -92,7 +92,7 @@ h1 ul { padding-left: 0; - margin-top: 3em; + /*margin-top: 3em;*/ margin-bottom: 3em; } diff --git a/yuki.avif b/yuki.avif deleted file mode 100644 index dcbc02f..0000000 Binary files a/yuki.avif and /dev/null differ diff --git a/yuki.png b/yuki.png deleted file mode 100644 index 166fe9a..0000000 Binary files a/yuki.png and /dev/null differ