Compare commits

...

5 Commits

Author SHA1 Message Date
gravel a5aa0f3aaf
fix 404 page typo 4 months ago
gravel 8aeb2aba2c
noindex 404 page 4 months ago
gravel 68b363f448
Cut down support page description 4 months ago
gravel 5a7a93d52c
Fix non-canonical URL anchors 4 months ago
gravel 0b1be7fbda
Add support page alt texts 4 months ago

@ -15,12 +15,12 @@
title="Go back to the main page of sessioncommunities.online"
>Main page</a
><a
href="/groups/regional"
href="/groups/regional/"
class="footer__nav-target"
title="See our list of world-wide Session Communities"
>Regional Communities</a
><a
href="/groups/tech"
href="/groups/tech/"
class="footer__nav-target"
title="See our list of technology-focused Session Communities"
>Tech Communities</a

@ -66,7 +66,7 @@
<span>
(Viewing <?=count($rooms)?>;
<a
href="/groups/all"
href="/groups/all/"
title="Full list of Communities"
>full list</a>.)
</span>

@ -9,6 +9,7 @@
<title>404 Not Found — sessioncommunities.online</title>
<meta name="description" content="404 — Not Found page for SessionCommunities.online">
<meta name="robots" content="noindex">
<meta property="og:title" content="Privacy — sessioncommunities.online">
<meta property="og:description" content="Read our transparent account of what data sessioncommunities.online collects when you browse the site.">
<meta property="og:type" content="article">
@ -22,7 +23,7 @@
<h2>Oops! Broken link!</h2>
<p>
The Session Community are trying to view
The Session Community you are trying to view
is not located at this URL.
</p>

@ -1,6 +1,5 @@
<meta name="description" content="<?php
?>Support sessioncommunities.online development with donations if you have disposable income. <?php
?>Or give us a shout out! <?php
?>Support sessioncommunities.online development with donations, or just give us a shout-out! <?php
?>We develop sessioncommunities.online to support the privacy mission.">
<meta property="og:title" content="Support us — sessioncommunities.online">
<meta property="og:description" content="<?php

@ -86,12 +86,14 @@
<h3>Monero</h3>
<img
src="/assets/qr-codes/monero.png"
alt="QR code of Monero donation address"
>
</div>
<div class="qr-code">
<h3>Bitcoin</h3>
<img
src="/assets/qr-codes/bitcoin.png"
alt="QR code of Bitcoin donation address"
>
</div>
</div>

Loading…
Cancel
Save