diff options
-rw-r--r-- | .build.yml | 15 | ||||
-rwxr-xr-x | everyone-should-become-an-html-expert.html | 2 | ||||
-rwxr-xr-x | index.html | 2 | ||||
-rwxr-xr-x | members.html | 3 |
4 files changed, 4 insertions, 18 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 1910806..0000000 --- a/.build.yml +++ /dev/null @@ -1,15 +0,0 @@ -image: alpine/latest -oauth: pages.sr.ht/PAGES:RW -packages: -- go -- hut -environment: -site: xhtml.club -sources: -- https://git.sr.ht/~bt/xhtml-club -tasks: -- package: | - cd xhtml-club - tar -cvz . > ../site.tar.gz -- upload: | - hut pages publish -d xhtml.club site.tar.gz
\ No newline at end of file diff --git a/everyone-should-become-an-html-expert.html b/everyone-should-become-an-html-expert.html index 31b0764..f40bce4 100755 --- a/everyone-should-become-an-html-expert.html +++ b/everyone-should-become-an-html-expert.html @@ -86,7 +86,7 @@ <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> <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://sourcehut.org">sourcehut.org</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p> + <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> </div> </body> </html>
\ No newline at end of file @@ -35,7 +35,7 @@ <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> <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://sourcehut.org">sourcehut.org</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p> + <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> </div> </body> </html>
\ No newline at end of file diff --git a/members.html b/members.html index ed712b6..7f2edfe 100755 --- a/members.html +++ b/members.html @@ -69,13 +69,14 @@ <li><a href="https://storin.nl/">storin.nl</a></li> <li><a href="https://barf.btxx.org">barf.btxx.org</a></li> <li><a href="https://secu.pages.dev">secu.pages.dev</a></li> + <li><a href="https://ethan-mircheff.github.io/Portfolio/">ethan-mircheff.github.io/Portfolio</a></li> </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> <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://sourcehut.org">sourcehut.org</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p> + <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> </div> </body> </html> |