Add pronoun entries to nav panel.
This commit is contained in:
43
index.html
43
index.html
@@ -40,17 +40,22 @@
|
|||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
<ion-icon name="chevron-forward-outline"></ion-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="dropdown_body">
|
<div class="dropdown_body">
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca"
|
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
||||||
>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
|
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
||||||
class="nav_title"
|
</div>
|
||||||
href="https://jellyfin.cutieguwu.ca"
|
</li>
|
||||||
>Jellyfin</a
|
<li class="dropdown">
|
||||||
>
|
<div class="dropdown_header nav_body">
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca"
|
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
||||||
>Rebirth</a
|
>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>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav_body">
|
<li class="nav_body">
|
||||||
@@ -60,7 +65,7 @@
|
|||||||
<a class="nav_title" href="#">Other 2</a>
|
<a class="nav_title" href="#">Other 2</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav_body">
|
<li class="nav_body">
|
||||||
<a class="nav_title" href="#">Super long title</a>
|
<a class="nav_title" href="#">Super long titled</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -69,21 +74,17 @@
|
|||||||
<li><a>asd</a></li>
|
<li><a>asd</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
lorem ipsum etc idk what else there is in this latin phrase so
|
lorem ipsum etc idk what else there is in this latin phrase so here's a bunch of
|
||||||
here's a bunch of generic stuff the quick brown fox jumps over
|
generic stuff the quick brown fox jumps over the lazy dog blah blah blah more text
|
||||||
the lazy dog blah blah blah more text here as I continue to type
|
here as I continue to type random shit out hoping that I can fill this block and
|
||||||
random shit out hoping that I can fill this block and track
|
track something down but likely only to fail miserably because css is such a pain in
|
||||||
something down but likely only to fail miserably because css is
|
the ass
|
||||||
such a pain in the ass
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
||||||
></script>
|
></script>
|
||||||
<script
|
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
||||||
nomodule
|
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
|
|
||||||
></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
BIN
test-image_2.jpg
BIN
test-image_2.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 212 KiB |
Reference in New Issue
Block a user