<h1id="homepage-basic-desktop">#1 Basic navigation on the homepage (desktop)</h1>
<p>
Basic navigation on desktop is pretty simple,<br/>
you Only have to worry about pressing the currect buttons in your bar.<br/>
Links are mainly orange/yellow,<br/>
unless they're in a list, then they're black. Else they're underscored.
</p>
<br/>
<h1id="homepage-basic-mobile">#2 Basic navigation on the homepage (mobile)</h1>
<p>
On mobile you get a cooler, but less friendly navigator.<br/>
When you press the <ahref="#!"onclick="openMobileMenu();">
"Menu"</a> button in your bar, you get a terminal of sort.<br/>
Typing <b>help</b> gives you a basic command help page.<br/>
<b>goto</b> is a way to navigate through <i>pages</i>. All pages are displayed in the terminal on startup,<br/>
but you don't have to type them exactly like that.<br/>
For example "Random_things" can be spelled in any way. I.e: randoM_thInGs, random_things, ...<br/>
<b>REload</b><i>(reload)</i> is a utility to reload the current page you're in.<br/>
And typing <b>exit</b> just exists the navigator.
</p>
<br>
<h1id="broken-fonts">#3 Fonts looking broken</h1>
<p>
Fonts being broken is a sign of your browser and/or your browser's extensions blocking remote fonts.<br/>
You can disable remote font blocking or manually whitelist <ahref="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css"target="_blank">cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css</a> for the <i>Nerd Hack Font</i>.
</p>
<br>
<h1id="broken-ui">#4 Broken UI</h1>
<p>
Broken UI is probably caused by you disabling JavaScript.<br/>
If you see a red/orange bar with a clickable link, press it, if not,<br/>
here are the <ahref="https://www.enable-javascript.com/"target="_blank">
instructions how to enable JavaScript in your web browser</a>
</p>
<br>
<h1id="bug-reporting">#5 How to report bugs?</h1>
<p>
Bugs can be reported on <ahref="/page/redirect?url=https://github.com/TruncatedDinosour/website">
my GitHub repository</a><br>
It would also be nice if you formatted the title like this:<br>
<i>`[DEVICE (desktop or mobile)] {BROWSER} issue summary`</i>.<br>
For example: <b>[DESKTOP] {Firefox v89.0.2} I see penguins</b>.<br/>
In the issue please include screenshots and discription of the problem.<br/>