Add pronoun entries to nav panel.

This commit is contained in:
Cutieguwu
2025-05-25 20:11:53 -04:00
parent caaf63a2df
commit 500669007e
2 changed files with 22 additions and 21 deletions

View File

@@ -40,17 +40,22 @@
<ion-icon name="chevron-forward-outline"></ion-icon>
</div>
<div class="dropdown_body">
<a class="nav_title" href="https://gitea.cutieguwu.ca"
>Gitea</a
>
<a
class="nav_title"
href="https://jellyfin.cutieguwu.ca"
>Jellyfin</a
>
<a class="nav_title" href="https://play.cutieguwu.ca"
>Rebirth</a
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
</div>
</li>
<li class="dropdown">
<div class="dropdown_header nav_body">
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
>Pronoun Pages</a
>
<ion-icon name="chevron-forward-outline"></ion-icon>
</div>
<div class="dropdown_body">
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
</div>
</li>
<li class="nav_body">
@@ -60,7 +65,7 @@
<a class="nav_title" href="#">Other 2</a>
</li>
<li class="nav_body">
<a class="nav_title" href="#">Super long title</a>
<a class="nav_title" href="#">Super long titled</a>
</li>
</ul>
</nav>
@@ -69,21 +74,17 @@
<li><a>asd</a></li>
</ul>
<p>
lorem ipsum etc idk what else there is in this latin phrase so
here's a bunch of generic stuff the quick brown fox jumps over
the lazy dog blah blah blah more text here as I continue to type
random shit out hoping that I can fill this block and track
something down but likely only to fail miserably because css is
such a pain in the ass
lorem ipsum etc idk what else there is in this latin phrase so here's a bunch of
generic stuff the quick brown fox jumps over the lazy dog blah blah blah more text
here as I continue to type random shit out hoping that I can fill this block and
track something down but likely only to fail miserably because css is such a pain in
the ass
</p>
</div>
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
</body>
</html>