Create links page

This commit is contained in:
Helen Chong 2024-04-16 18:04:48 +08:00
parent 2dee805322
commit c812bd87b5
1 changed files with 33 additions and 0 deletions

33
src/pages/links.njk Normal file
View File

@ -0,0 +1,33 @@
---
layout: main/content
title: Links
desc: A collection of links.
metadata:
type: article
date: 2023-01-08
isContentDivided: true
---
<section class="content__section">
<h2>Link to My Website</h2>
{% include "main/site-btn.njk" %}
</section>
<section class="content__section">
<h2>Webrings I Have Joined</h2>
<div class="web-btn-wrapper">
<div style="border: none; display: inline-flex"><a href="https://isaacfish.neocities.org/webring/25.html" target="_blank"><img src="/assets/webrings/queercoded-left.png" alt="left arrow"></a>&nbsp;<a href="https://isaacfish.neocities.org/webring/" target="_blank"><img src="/assets/webrings/queercoded.png" alt="queer coded webring" title="The Queer Coded Webring"></a>&nbsp;<a href="https://isaacfish.neocities.org/webring/27.html" target="_blank"><img src="/assets/webrings/queercoded-right.png" alt="right arrow"></a></div>
</div>
</section>
<section class="content__section">
<h2>Fanlistings I Have Joined</h2>
<div class="web-btn-wrapper">
<a href="https://glitterskies.org/kotor/" target="_blank"><img src="/assets/fanlistings/kotor-100x50.png" alt="A website button of a Star Wars: Knights of the Old Republic fanlisting" title="Erased Identity - Star Wars: Knights of the Old Republic fanlisting"></a>
<a href="https://glitterskies.org/kotor2/" target="_blank"><img src="/assets/fanlistings/kotor2-100x50.jpg" alt="A website button of a Star Wars: Knights of the Old Republic 2 fanlisting" title="Mysteries of Malachor - Star Wars: Knights of the Old Republic 2: The Sith Lords fanlisting"></a>
<a href="https://inspirationally.net/jedi/" target="_blank"><img src="/assets/fanlistings/jedi-100x50.png" alt="A website button of a Jedi fanlisting" title="Keepers of the Peace // the Star Wars: [+] Jedi fanlisting"></a>
</div>
</section>