move images to load off img.system64.dev

This commit is contained in:
Sophie Marie 2024-01-02 18:09:31 -06:00
parent ed62f24784
commit 213ac6a4aa
Signed by: IDeletedSystem64
GPG Key ID: 33A12B0480AFC8E9
4 changed files with 8 additions and 8 deletions

View File

@ -2,12 +2,12 @@
<head>
<link rel="stylesheet" type="text/css" href="/styles/main_style.css"> <!-- Import main styling -->
<link rel="stylesheet" type="text/css" href="/styles/button_style.css"> <!-- Button styling -->
<link rel="icon" type="image/x-icon" href="/img/favicon/favicon.png">
<link rel="icon" type="image/x-icon" href="https://img.system64.dev/web/favicon/favicon.png">
<title>system64.dev</title>
<meta content="system64.dev" property="og:title" />
<meta content="The site of IDeletedSystem64 on the World Wide Web thingamajig" property="og:description" />
<meta content="https://system64.dev" property="og:url" />
<meta content="https://system64.dev/img/blueberry.png" property="og:image" />
<meta content="https://img.system64.dev/web/favicon/blueberry.png" property="og:image" />
<meta content="#2452b5" data-react-helmet="true" name="theme-color" />
</head>
<body>
@ -20,7 +20,7 @@
</div>
<div class="container">
<div class="main">
<h1>I'm Sophie (she/they) <a href="blueheart.system64.dev"><img src=/img/blueheart.gif width="50vw"></a></h1>
<h1>I'm Sophie (she/they) <a href="blueheart.system64.dev"><img src=https://img.system64.dev/web/misc/blueheart.gif width="50vw"></a></h1>
<h2>I am:</h2>
<ul>
<li>a digital and occasional traditional artist</li>
@ -33,6 +33,6 @@
<input type="button" onclick="location.href='/projects/index.html';" value="Projects">
</div>
</div>
<img loading="lazy" class="home" src="/img/FlutterUndulate.png" alt="fluttershy undulate in a ms paint window">
<img loading="lazy" class="home" src="https://img.system64.dev/web/banners/FlutterUndulate.png" alt="fluttershy undulate in a ms paint window">
</div>
</body>

View File

@ -7,7 +7,7 @@
<meta content="system64.dev" property="og:title" /> <!-- Embed title -->
<meta content="The site of IDeletedSystem64 on the World Wide Web thingamajig" property="og:description" /> <!-- Embed Description -->
<meta content="https://system64.dev" property="og:url" /> <!-- Embed Name URL -->
<meta content="https://system64.dev/img/blueberry.png" property="og:image" /> <!-- Embed Image-->
<meta content="https://img.system64.dev/web/favicon/blueberry.png" property="og:image" /> <!-- Embed Image-->
<meta content="#2452b5" data-react-helmet="true" name="theme-color" /> <!-- Embed Color -->
</head>
<body>
@ -39,7 +39,7 @@
<p>Matrix: @technomancer:littlepony.horse (recommended)</p>
<p>You can also private message me on glaceon.social</p>
</div>
<img loading="lazy" class="home" src="/img/TheInternet.png" alt="MS Paint showing the Windows 95 browser icon">
<img loading="lazy" class="home" src="https://img.system64.dev/web/banners/TheInternet.png" alt="MS Paint showing the Windows 95 browser icon">
</div>

View File

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

View File

@ -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 {