Compare commits
2 Commits
0834015a8b
...
82777cb54a
Author | SHA1 | Date |
---|---|---|
Helen Chong | 82777cb54a | |
Helen Chong | 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>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Webmastery
|
||||
date: 2024-07-01
|
||||
updated: 2024-09-15T09:44:42+0800
|
||||
updated: 2024-09-23T17:51:06+0800
|
||||
---
|
||||
|
||||
### Webmastery Tutorials
|
||||
|
@ -15,6 +15,18 @@ updated: 2024-09-15T09:44:42+0800
|
|||
* [Reducing HTML Redundancy](https://owlsroost.xyz/articles/2023-12-23-reducing-html-redundancy.html) by Owl
|
||||
* [How to Make Your Site Mobile-Friendly](https://owlsroost.xyz/articles/2024-06-24-how-to-make-your-site-mobile-friendly.html) by Owl
|
||||
|
||||
### Webmastery Resources
|
||||
|
||||
* [Resources List for the Personal Web](https://discourse.32bit.cafe/t/resources-list-for-the-personal-web/49) by 32-Bit Cafe — I have also contributed to this list
|
||||
* [Can I use...](https://caniuse.com/) — Check browser compatibility for web features
|
||||
* [SVGOMG](https://jakearchibald.github.io/svgomg/) — SVG optimiser
|
||||
* [URL-encoder for SVG](https://yoksel.github.io/url-encoder/)
|
||||
|
||||
### Ideas for Your Website
|
||||
|
||||
* [Ideas for Your Personal Website](https://32bit.cafe/websiteideas/) by 2-Bit Cafe
|
||||
* [Slash Pages](https://slashpages.net/)
|
||||
|
||||
### Web Accessibility
|
||||
|
||||
* [The Access Manifesto](https://joeclark.org/book/sashay/serialization/AccessManifesto.html) by Joe Clark — Worth noting that this was originally written in 2002
|
||||
|
@ -26,13 +38,6 @@ updated: 2024-09-15T09:44:42+0800
|
|||
* [What I've Learned About Web Accessibility as a Dyslexic, Sighted, Mouse User](https://solaria.neocities.org/accessibility) by Solaria
|
||||
* [Screen reader testing: how to test your website's accessibility](https://www.siteimprove.com/glossary/screen-reader-testing/) by Siteimprove
|
||||
|
||||
### Webmastery Resources
|
||||
|
||||
* [Resources List for the Personal Web](https://discourse.32bit.cafe/t/resources-list-for-the-personal-web/49) by 32-Bit Cafe — I have also contributed to this list
|
||||
* [Can I use...](https://caniuse.com/) — Check browser compatibility for web features
|
||||
* [SVGOMG](https://jakearchibald.github.io/svgomg/) — SVG optimiser
|
||||
* [URL-encoder for SVG](https://yoksel.github.io/url-encoder/)
|
||||
|
||||
### Eleventy
|
||||
Resources for learning to use the static site generator [Eleventy](https://www.11ty.dev/), which is also used for building {{ sitemeta.siteName }}.
|
||||
|
||||
|
|
|
@ -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