From 213ac6a4aa7f23811ecda48c7ada617c799fee01 Mon Sep 17 00:00:00 2001 From: Sophie Axebane Date: Tue, 2 Jan 2024 18:09:31 -0600 Subject: [PATCH] move images to load off img.system64.dev --- index.html | 8 ++++---- socials.html | 4 ++-- styles/button_style.css | 2 +- styles/main_style.css | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 4e86e29..355b2d7 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,12 @@ - + system64.dev - + @@ -20,7 +20,7 @@
-

I'm Sophie (she/they)

+

I'm Sophie (she/they)

I am:

  • a digital and occasional traditional artist
  • @@ -33,6 +33,6 @@
- fluttershy undulate in a ms paint window + fluttershy undulate in a ms paint window \ No newline at end of file diff --git a/socials.html b/socials.html index 3f556cc..e22a432 100644 --- a/socials.html +++ b/socials.html @@ -7,7 +7,7 @@ - + @@ -39,7 +39,7 @@

Matrix: @technomancer:littlepony.horse (recommended)

You can also private message me on glaceon.social

- MS Paint showing the Windows 95 browser icon + MS Paint showing the Windows 95 browser icon diff --git a/styles/button_style.css b/styles/button_style.css index f584d13..b3e1c43 100644 --- a/styles/button_style.css +++ b/styles/button_style.css @@ -42,7 +42,7 @@ input.start { padding-left: 25px; - background: url(/img/taskbar/blueberry_pt.png) no-repeat, left; + background: url(https://img.system64.dev/web/taskbar/blueberry_pt.png) no-repeat, left; background-position: 3px; } diff --git a/styles/main_style.css b/styles/main_style.css index df92591..cdb0127 100644 --- a/styles/main_style.css +++ b/styles/main_style.css @@ -50,7 +50,7 @@ a { /* Text based stuffs */ body { - background-image: url("/img/bg_avif.avif"); /* May add a fallback to the previous jpeg variant in the future. */ + background-image: url("https://img.system64.dev/web/bg/bg.jpg"); /* nevermind we're just gonna use a jpg */ } .container {