diff options
-rwxr-xr-x | everyone-should-become-an-html-expert.html | 2 | ||||
-rwxr-xr-x | index.html | 2 | ||||
-rwxr-xr-x | members.html | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/everyone-should-become-an-html-expert.html b/everyone-should-become-an-html-expert.html index f40bce4..613b1f2 100755 --- a/everyone-should-become-an-html-expert.html +++ b/everyone-should-become-an-html-expert.html @@ -83,7 +83,7 @@ <p id="ft1"><small>1. This is a common debate - but for simplicity sake I'm just calling it this.</small></p> <div id="footer"> <h3>Support XHTML</h3> - <p>All content posted on this website will always remain free to everyone. No pay-walls, obtrusive ads or annoying tracking cookies. Basically zero bullshit or fluff. If you feel like you would like to support my efforts in continuously posting free (<em>and hopefully interesting</em>) content, then please consider <a href="https://btxx.org/pizza">donating</a>.</p> + <p>All content posted on this website will always remain free to everyone. No pay-walls, obtrusive ads or annoying tracking cookies. Basically zero bullshit or fluff. If you feel like you would like to support my efforts in continuously posting free (<em>and hopefully interesting</em>) content, then please consider <a href="https://btxx.org/contribute">contributing</a>.</p> <h3>Colophon</h3> <p>This website is hand-coded with <a href="http://validator.w3.org/check?uri=referer">valid XHTML</a> and hosted on <a href="https://nearlyfreespeech.net">NearlyFreeSpeech</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p> @@ -31,7 +31,7 @@ </ul> <div id="footer"> <h3>Support XHTML</h3> - <p>All content posted on this website will always remain free to everyone. No pay-walls, obtrusive ads or annoying tracking cookies. Basically zero bullshit or fluff. If you feel like you would like to support my efforts in continuously posting free (<em>and hopefully interesting</em>) content, then please consider <a href="https://btxx.org/pizza">donating</a>.</p> + <p>All content posted on this website will always remain free to everyone. No pay-walls, obtrusive ads or annoying tracking cookies. Basically zero bullshit or fluff. If you feel like you would like to support my efforts in continuously posting free (<em>and hopefully interesting</em>) content, then please consider <a href="https://btxx.org/contribute">contributing</a>.</p> <h3>Colophon</h3> <p>This website is hand-coded with <a href="http://validator.w3.org/check?uri=referer">valid XHTML</a> and hosted on <a href="https://nearlyfreespeech.net">NearlyFreeSpeech</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p> diff --git a/members.html b/members.html index aa63e4a..e51ab0a 100755 --- a/members.html +++ b/members.html @@ -20,8 +20,8 @@ <h2>XHTML Members:</h2> <p><strong>How to submit:</strong></p> <ol> - <li>Just <a href="mailto:xhtml-club@patches.btxx.org">shoot me an email</a> with "[XHTML Club] submitted URL" as the subject line.<br/> (<small>Multiple website submissions can just be included within the email body.</small>)</li> - <li>Feel free to toss a small <a href="https://btxx.org/pizza">donation</a> my way if you feel like it was worth it <br/> (<small>This is entirely optional - only do so if you're feeling generous!</small>)</li> + <li><a href="https://codeberg.org/btxx/xhtml-club">Open a Pull Request</a> (edit this <code>members.html</code> page with your URL)</li> + <li>Feel free to <a href="https://btxx.org/contribute">contribute</a> to help support the project. <br/> (<small>This is entirely optional - only do so if you're feeling generous!</small>)</li> </ol> <p>Current websites that are <em>fairly</em> close to being pure HTML (the rules are a little loose here):</p> <ul> @@ -73,7 +73,7 @@ </ul> <div id="footer"> <h3>Support XHTML</h3> - <p>All content posted on this website will always remain free to everyone. No pay-walls, obtrusive ads or annoying tracking cookies. Basically zero bullshit or fluff. If you feel like you would like to support my efforts in continuously posting free (<em>and hopefully interesting</em>) content, then please consider <a href="https://btxx.org/pizza">donating</a>.</p> + <p>All content posted on this website will always remain free to everyone. No pay-walls, obtrusive ads or annoying tracking cookies. Basically zero bullshit or fluff. If you feel like you would like to support my efforts in continuously posting free (<em>and hopefully interesting</em>) content, then please consider <a href="https://btxx.org/contribute">contributing</a>.</p> <h3>Colophon</h3> <p>This website is hand-coded with <a href="http://validator.w3.org/check?uri=referer">valid XHTML</a> and hosted on <a href="https://nearlyfreespeech.net">NearlyFreeSpeech</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p> |