TEMP (its bad): Home-page now has a near final design

This commit is contained in:
Sophie Marie 2023-06-05 14:42:41 -05:00
parent 694727c1fa
commit 56a31156f2
Signed by: IDeletedSystem64
GPG Key ID: F5D997A1BEF778ED
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
</head>
<body>
<div class="taskbar">
<input class="taskbar" type="button" onclick="location.href='https://system64.dev';" value="system64.dev" style="min-width: 130px; background: url(/img/taskbar/blueberry_pt.png) left no-repeat; padding-left: 25px; background-position: 3px;"> <!-- this looks nasty -->
<input class="taskbar" type="button" onclick="location.href='https://system64.dev';" value="system64.dev" style="min-width: 130px; background: url(/img/taskbar/blueberry_pt.png) left no-repeat; padding-left: 25px; background-position: 3px;
input.taskbar:active { background: #acacac url(/img/taskbar/blueberry_pt.png) left no-repeat; }; >
}"> <!-- this looks nasty, i'll fix this disgust later. -->
<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='/ocs/index.html';" value="OC Refsheets">