Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxical420 committed Nov 28, 2023
1 parent 08b15f6 commit 990a410
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions sidebar.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<div id="mainMenu" class="sidebarMenu" style="display: block;">
<button onclick="location.href='/bussim/'">
<img src="/bussim-assets/images/icons/home.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/home.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Home</text>
</button>

<button onclick="navigateMenu('wikiPages')">
<img src="/bussim-assets/images/icons/books.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/books.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Wiki</text>
</button>

<button onclick="navigateMenu('otherStuff')">
<img src="/bussim-assets/images/icons/others.png" style="rotate: 90deg; user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/others.png" style="rotate: 90deg; user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Other Stuff</text>
</button>
</div>

<div id="wikiPages" class="sidebarMenu" style="display: none;">
<button onclick="navigateMenu('mainMenu')" type="menuBack">
<img src="/bussim-assets/images/icons/back.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/back.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Back to Menu</text>
</button>

Expand Down Expand Up @@ -54,34 +54,34 @@

<div id="otherStuff" class="sidebarMenu" style="display: none;">
<button onclick="navigateMenu('mainMenu')" type="menuBack">
<img src="/bussim-assets/images/icons/back.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/back.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Back to Menu</text>
</button>

<button onclick="location.href='/home/editing'">
<img src="/bussim-assets/images/icons/edit.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<button onclick="location.href='/bussim/editing'">
<img src="/assets/edit.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Wiki Editing</text>
</button>

<button onclick="location.href='/bussim/contributors'">
<img src="/bussim-assets/images/icons/contributors.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/contributors.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Contributors</text>
</button>

<button onclick="window.open('https://github.com/FrostBitten-Wiki/bussim', '_blank')">
<img src="/bussim-assets/images/icons/github.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/github.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Wiki Repository</text>
</button>
</div>

<bottomButtons>
<button onclick="window.open('https://discord.gg/frostbitegames', '_blank')">
<img src="/bussim-assets/images/icons/discord.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/discord.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">FrostBitten Games</text>
</button>

<button onclick="window.open('https://discord.gg/pNnMKKg', '_blank')">
<img src="/bussim-assets/images/icons/discord.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<img src="/assets/discord.png" style="user-select: none; margin-left: 7px;" width="24" height="auto">
<text type="hoverText">Bus Simulator Discord</text>
</button>
</bottomButtons>

0 comments on commit 990a410

Please sign in to comment.