diff options
author | mjfernez <mjfernez@gmail.com> | 2021-10-15 20:10:42 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-10-15 20:10:42 -0400 |
commit | ca1b0f807485df67c9c460f3c8dc925fd98ba4f2 (patch) | |
tree | d597590ee105b94b66ef2624ea691e6476c87170 /home.html | |
parent | 00895edb42a8d0913651de71fcf0015f247e72f0 (diff) | |
download | site-files-ca1b0f807485df67c9c460f3c8dc925fd98ba4f2.tar.gz |
PGP key and panupdate script to make easier writing
Mostly just getting markdown to html down pat. Some starting articles,
but not finished yet.
Diffstat (limited to 'home.html')
-rw-r--r-- | home.html | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -1,7 +1,9 @@ {% extends 'base.html' %} {% block content %} -<!-- Hey, NERD! Don't mess with my HTML source! It's really messy and bad. +<!-- Hey, NERD! Don't mess with my HTML source! --> +<h2>a domain run by an idiot, full of sound and fury, signifying nothing</h2> +<p>-- Shakespeare, probably --</p> <p>Welcome to mjfer.net, my space for an email server, organizing some files and organizing myself.</p> <h3><b>You can access this site as a hidden service through Tor, here: @@ -23,19 +25,15 @@ learn the ins and outs of hosting your own, click <p>Otherwise, check out and explore the folders in the navbar above</p> -<p><small>(the 'z' is silent by the way if you want to say it right... like a - true Frenchman)</small></p> - <h3><b>If you receive any abuse from this domain, it is not from me and something has gone terribly wrong. Please contact me at <a href="mailto:abuse@mjfer.net">abuse@mjfer.net</a> - so I can resolve the problem. + so I can resolve the problem. If you prefer to encrypt your + email, please use <a href="/site/pgp.txt">this key</a>. </b></h3> -<p><small>I am no fan of social media, and I made this website largely in - protest, but I do maintain the following profiles. *These - <a href="https://icons.getbootstrap.com/" - target="_blank" rel="noopener noreferrer">icons</a> - are from the bootstrap folks, not me. +<p><small>I made this site largely to get <i>off</i> social media, but I + do maintain the following profiles. (Icons from: <a href="https://icons.getbootstrap.com/" + target="_blank" rel="noopener noreferrer">bootstrap</a>) </small></p> <center> @@ -48,9 +46,9 @@ learn the ins and outs of hosting your own, click Most of what I'm working on (including this site) is kept at <a href="https://git.mjfer.net" target="_blank" rel="noopener noreferrer"> git://git.mjfer.net</a> - so you don't require any non-free JS to access it at github. - Use git:// to clone, I couldn't figure out HTTPS with cgit. Besides, git is - faster. + so you don't require any non-free JS to access it at github. + Use git:// to clone, I couldn't figure out HTTPS with cgit. + Besides, git is faster. </center> {% endblock %} |