Add heading anchors to website and joined headings
This commit is contained in:
parent
0834015a8b
commit
0393ed8268
|
@ -3,13 +3,13 @@ title: Joined
|
|||
date: 2023-01-29
|
||||
---
|
||||
|
||||
<h3>Web Cliques</h3>
|
||||
{% headingAnchor 3 %}Web Cliques{% endheadingAnchor %}
|
||||
{% include "main/webcliques.njk" %}
|
||||
|
||||
<h3>Fanlistings</h3>
|
||||
{% headingAnchor 3 %}Fanlistings{% endheadingAnchor %}
|
||||
<p>Check out <a href="https://fan.leilukin.com/">Beehive, my fanlisting collective</a> to see all the fanlistings I own, have joined or have applied to join.</p>
|
||||
|
||||
<h3>Webrings</h3>
|
||||
{% headingAnchor 3 %}Webrings{% endheadingAnchor %}
|
||||
<ul class="web-graphics">
|
||||
<li>
|
||||
<script src="https://astroring.auroradynia.com/ring.js"></script>
|
||||
|
|
|
@ -11,7 +11,7 @@ date: 2023-01-28
|
|||
</li>
|
||||
{%- endmacro -%}
|
||||
|
||||
<h3>Personal Sites I Enjoy</h3>
|
||||
{% headingAnchor 3 %}Personal Sites I Enjoy{% endheadingAnchor %}
|
||||
|
||||
<h4 class="visually-hidden">Websites With Buttons</h4>
|
||||
<ul class="web-graphics">
|
||||
|
@ -51,12 +51,12 @@ date: 2023-01-28
|
|||
<li><a href="https://yequari.com/">yequari.com</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Link Exchanges</h3>
|
||||
{% headingAnchor 3 %}Link Exchanges{% endheadingAnchor %}
|
||||
<ul class="inline-list">
|
||||
<li><a href="https://theretrosaga.com/">The Retro Saga</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Directories</h3>
|
||||
{% headingAnchor 3 %}Web Directories{% endheadingAnchor %}
|
||||
<h4 class="visually-hidden">Directories With Site Buttons</h4>
|
||||
<ul class="web-graphics">
|
||||
{{ siteButton("https://pinkvampyr.leprd.space/accessiblenet/", "directories/accessiblenet.png", "Accessibility Net Directory") }}
|
||||
|
@ -73,7 +73,7 @@ date: 2023-01-28
|
|||
<li><a href="https://personalsit.es/">PersonalSit.es</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Communities</h3>
|
||||
{% headingAnchor 3 %}Communities{% endheadingAnchor %}
|
||||
<ul class="web-graphics">
|
||||
{{ siteButton("https://32bit.cafe/", "communities/32-bit-cafe.png", "32-Bit Cafe") }}
|
||||
{{ siteButton("https://zine.kalechips.net/index", "communities/saladmagazine.png", "Salad Magazine") }}
|
||||
|
|
Loading…
Reference in New Issue