move images to load off img.system64.dev
This commit is contained in:
parent
ed62f24784
commit
213ac6a4aa
|
@ -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>
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue