Webhost: Add dropdown menus (#1553)

* Change archipelago mod download page

* Docs: change connecting to archipelago in RoR2 setup guide

* dropdowns for links

* change some relative sizing

* change links and reorder links

* dropdowns for links

* change some relative sizing

* change links and reorder links

* mobile view was showing on desktop early

* add in missing relative font sizes

* clean up and add a temp downdown img

* move links around

* added cloud border

* move arrow to the left side
This commit is contained in:
kindasneaki
2023-03-23 23:11:39 -06:00
committed by GitHub
parent e1f46d623c
commit 03cf525b2c
5 changed files with 73 additions and 7 deletions

View File

@@ -11,10 +11,20 @@
</a>
</div>
<div id="base-header-right">
<a href="/games">supported games</a>
<a href="/tutorial">setup guides</a>
<a href="/start-playing">start playing</a>
<a href="/faq/en">f.a.q.</a>
<div id="dropdown">
<span id="dropdown-text">
<img id="dropdown-icon" src="/static/static/button-images/dropdown.png"></img>
start playing
</span>
<span id="dropdown-menu">
<div><a href="/games">supported games</a></div>
<div><a href="/generate">generate game</a></div>
<div><a href="/uploads">upload game</a></div>
<div><a href="/user-content">user content</a></div>
<div><a href="/tutorial">setup guides</a></div>
</span>
</div>
<a href="/faq/en">f.a.q</a>
<a href="https://discord.gg/8Z65BR2" target="_blank">discord</a>
</div>
<div id="base-header-right-mobile">
@@ -26,8 +36,10 @@
<div id="base-header-mobile-menu">
<a href="/games">supported games</a>
<a href="/tutorial">setup guides</a>
<a href="/start-playing">start playing</a>
<a href="/faq/en">f.a.q.</a>
<a href="/generate">generate game</a>
<a href="/user-content">user content</a>
<a href="/uploads">upload game</a>
<a href="https://discord.gg/8Z65BR2" target="_blank">discord</a>
</div>
{% endblock %}