fix locations
This commit is contained in:
parent
db956c4ba4
commit
f40e1da52c
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML>
|
||||
<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="stylesheet" type="text/css" href="/styles/window_style.css"> <!-- Window Styling -->
|
||||
<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="stylesheet" type="text/css" href="styles/window_style.css"> <!-- Window Styling -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>system64.dev - OCs</title>
|
||||
<!-- embed -->
|
||||
|
@ -15,15 +15,15 @@
|
|||
<body>
|
||||
<div class="taskbar">
|
||||
<input class="start" type="button" onclick="location.href='/';" value="system64.dev">
|
||||
<input class="taskbar" type="button" onclick="location.href='/artwork/index.html';" value="Artwork">
|
||||
<input class="taskbar" type="button" onclick="location.href='/projects/index.html';" value="Projects">
|
||||
<input class="taskbar" type="button" onclick="location.href='/characters/index.html';" value="Characters">
|
||||
<input class="taskbar" type="button" onclick="location.href='artwork/index.html';" value="Artwork">
|
||||
<input class="taskbar" type="button" onclick="location.href='projects/index.html';" value="Projects">
|
||||
<input class="taskbar" type="button" onclick="location.href='characters/index.html';" value="Characters">
|
||||
<input class="taskbar" type="button" onclick="location.href='https://git.system64.dev'" value="Code (Gitea)">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="window">
|
||||
<div class="window_titlebar"><h3 class="window">Technocolor (Pony)</h3></div>
|
||||
<img src="./preview/ponytown_technocolor.png">
|
||||
<img src="preview/ponytown_technocolor.png">
|
||||
<h1>Technocolor</h1>
|
||||
<p>there's supposed to be a snippet of oc lore here ok plz be patient with me</p>
|
||||
<ul>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<li>Alicorn</li>
|
||||
<li>Music pony</li>
|
||||
</ul>
|
||||
<input type="button" onclick="location.href='./refsheet/technocolor_refsheetv1.png';" value="Get the refsheet">
|
||||
<input type="button" onclick="location.href='refsheet/technocolor_refsheetv1.png';" value="Get the refsheet">
|
||||
</div>
|
||||
<!-- trying something with putting this outside the flexbox.. -->
|
||||
<div class="window" style="width:45vh; float:right;">
|
||||
|
|
16
index.html
16
index.html
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML>
|
||||
<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="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="https://img.system64.dev/web/favicon/favicon.png">
|
||||
<title>system64.dev</title>
|
||||
<meta content="system64.dev" property="og:title" />
|
||||
|
@ -13,9 +13,9 @@
|
|||
<body>
|
||||
<div class="taskbar">
|
||||
<input class="start" type="button" onclick="location.href='/';" value="system64.dev">
|
||||
<input class="taskbar" type="button" onclick="location.href='/artwork/index.html';" value="Artwork">
|
||||
<input class="taskbar" type="button" onclick="location.href='/projects/index.html';" value="Projects">
|
||||
<input class="taskbar" type="button" onclick="location.href='/characters/index.html';" value="Characters">
|
||||
<input class="taskbar" type="button" onclick="location.href='artwork/index.html';" value="Artwork">
|
||||
<input class="taskbar" type="button" onclick="location.href='projects/index.html';" value="Projects">
|
||||
<input class="taskbar" type="button" onclick="location.href='characters/index.html';" value="Characters">
|
||||
<input class="taskbar" type="button" onclick="location.href='https://git.system64.dev'" value="Code (Gitea)">
|
||||
</div>
|
||||
<div class="container">
|
||||
|
@ -28,9 +28,9 @@
|
|||
<li>a linux user and aspiring sysadmin</li>
|
||||
</ul>
|
||||
<div class="buttons">
|
||||
<input type="button" onclick="location.href='/socials.html';" value="Socials/Contact">
|
||||
<input type="button" onclick="location.href='/artwork/index.html';" value="Art Gallery">
|
||||
<input type="button" onclick="location.href='/projects/index.html';" value="Projects">
|
||||
<input type="button" onclick="location.href='socials.html';" value="Socials/Contact">
|
||||
<input type="button" onclick="location.href='artwork/index.html';" value="Art Gallery">
|
||||
<input type="button" onclick="location.href='projects/index.html';" value="Projects">
|
||||
</div>
|
||||
</div>
|
||||
<img loading="lazy" class="home" src="https://img.system64.dev/web/banners/FlutterUndulate.png" alt="fluttershy undulate in a ms paint window">
|
||||
|
|
12
socials.html
12
socials.html
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML>
|
||||
<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="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">
|
||||
<title>system64.dev</title>
|
||||
<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 -->
|
||||
|
@ -13,9 +13,9 @@
|
|||
<body>
|
||||
<div class="taskbar">
|
||||
<input class="start" type="button" onclick="location.href='/';" value="system64.dev">
|
||||
<input class="taskbar" type="button" onclick="location.href='/artwork/index.html';" value="Artwork">
|
||||
<input class="taskbar" type="button" onclick="location.href='/projects/index.html';" value="Projects">
|
||||
<input class="taskbar" type="button" onclick="location.href='/characters/index.html';" value="Characters">
|
||||
<input class="taskbar" type="button" onclick="location.href='artwork/index.html';" value="Artwork">
|
||||
<input class="taskbar" type="button" onclick="location.href='projects/index.html';" value="Projects">
|
||||
<input class="taskbar" type="button" onclick="location.href='characters/index.html';" value="Characters">
|
||||
<input class="taskbar" type="button" onclick="location.href='https://git.system64.dev'" value="Code (Gitea)">
|
||||
</div>
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue