remove projects btn as i don't have any ongoing projects worth documenting.
This commit is contained in:
parent
0c1146bfbf
commit
55d77a6f0b
|
@ -17,7 +17,6 @@
|
|||
<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='https://git.system64.dev'" value="Code (Gitea)">
|
||||
</div>
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
<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='https://git.system64.dev'" value="Code (Gitea)">
|
||||
</div>
|
||||
|
@ -30,7 +29,6 @@
|
|||
<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">
|
||||
</div>
|
||||
</div>
|
||||
<img loading="lazy" class="home" src="https://img.system64.dev/web/banners/FlutterUndulate.png" alt="fluttershy undulate in a ms paint window">
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
<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='https://git.system64.dev'" value="Code (Gitea)">
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue