diff options
| author | git <git@mjf.mjfer.net> | 2021-08-26 00:21:46 +0000 | 
|---|---|---|
| committer | git <git@mjf.mjfer.net> | 2021-08-26 00:21:46 +0000 | 
| commit | 9db7b184ed05d8cac7cb9170405b42bb322b2922 (patch) | |
| tree | 7f57a68fc1bcc2944daa7a38fbb9a69b3ebc9ff1 /home.html | |
| download | site-files-9db7b184ed05d8cac7cb9170405b42bb322b2922.tar.gz | |
barely started
Diffstat (limited to 'home.html')
| -rw-r--r-- | home.html | 54 | 
1 files changed, 54 insertions, 0 deletions
| diff --git a/home.html b/home.html new file mode 100644 index 0000000..dbaa741 --- /dev/null +++ b/home.html @@ -0,0 +1,54 @@ +{% extends 'base.html' %} +{% block content %} +<!-- Hey, NERD! Don't mess with my HTML source! It's really messy and bad. +--> +<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:  +<br> +<a href="http://xoq44d2ignfuf4z23nm5oedrjxckxxquxwi4cx3ryi3lenfpmpoegoyd.onion"> +    xoq44d2ignfuf4z23nm5oedrjxckxxquxwi4cx3ryi3lenfpmpoegoyd.onion +</a> +</b></h3> +<p>If you're looking to connect professionally, you can check out my resume +<a href="/site/files/RESUME.html">here</a>. +</p> +<p>If you think websites and servers are neat like I do and want to  +learn the ins and outs of hosting your own, click +<a href="/site/tutorials/how-to-make-this-site.html">here</a>. +</p> +<p>If you're just here by chance and don't know where you are click +<a href="/site/about/whereami.html">here</a>. +</p> + +<p>Otherwise, check out 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. +</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. +</small></p> + +<center> +    <a href="https://www.linkedin.com/in/mike-fernez-357878108"  +       target="_blank" rel="noopener noreferrer"><img  +       src="/static/linkedin.svg" /></a> +    <a href="https://github.com/mjfernez" target="_blank" rel="noopener noreferrer"><img +       src="/static/github.svg" /></a> +    <br> +    My github repo is also cloned locally 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. +</center> + +{% endblock %} | 
