diff options
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 %} | 
