From eeedd24fc920d36a223b3d07ffa9d733f8a49f2e Mon Sep 17 00:00:00 2001 From: mctaylors Date: Wed, 3 Jul 2024 01:08:41 +0500 Subject: [PATCH] Use relative paths to assets i LOVE github pages <3 Signed-off-by: mctaylors --- assets/css/fonts.css | 4 ++-- assets/css/styles.css | 4 ++-- index.html | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/assets/css/fonts.css b/assets/css/fonts.css index 6d38cb2..01a61b0 100644 --- a/assets/css/fonts.css +++ b/assets/css/fonts.css @@ -1,11 +1,11 @@ @font-face { font-family: 'BlitzBold'; font-weight: normal; - src: url(/assets/woff2/BlitzBold.woff2); + src: url(../woff2/BlitzBold.woff2); } @font-face { font-family: 'BlitzMain'; font-weight: normal; - src: url(/assets/woff2/BlitzMain.woff2); + src: url(../woff2/BlitzMain.woff2); } \ No newline at end of file diff --git a/assets/css/styles.css b/assets/css/styles.css index bc415f3..42412b1 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -77,10 +77,10 @@ a.alternative { } .content > .card { - mask-image: url("/assets/svg/card-header.svg"); + mask-image: url("../svg/card-header.svg"); mask-size: 2000px auto; mask-position: top; - background-image: url("/assets/png/tapes-transparent.png"); + background-image: url("../png/tapes-transparent.png"); background-size: contain; width: 480px; min-height: 520px; diff --git a/index.html b/index.html index b881673..7fba4b1 100644 --- a/index.html +++ b/index.html @@ -3,19 +3,19 @@ - - + + Octobot for Discord
- Octobot Web logo + Octobot Web logo
@@ -23,14 +23,14 @@
- Octobot icon + Octobot icon Veemo!
I'm a general-purpose bot for moderation written by Team Octolings in C# and Remora.Discord!
- Mem Cake (Sardinium) + Mem Cake (Sardinium) Features
@@ -47,14 +47,14 @@
- Mem Cake (Rival Octoling) + Mem Cake (Rival Octoling) Bug Report / Feature Request
@@ -70,7 +70,7 @@
- Mem Cake (Mole) + Mem Cake (Mole) Building Octobot
@@ -83,7 +83,7 @@