blob: dbaa741c36ca6122e88b9b36575925e3d078d3c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 %}
|