summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..87812ea
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,30 @@
+{% extends "base.html" %}
+
+{% block content %}
+
+<p>
+ My name is Romain GONCALVES, usually rgoncalves/binary550 on git.
+</p>
+<p>
+Actually studying computer science, I would like to progress in infrastructure and administration of
+Unix based systems.
+Running my machines on Archlinux and OpenBSD, I deploy and maintain my internal servers and services
+for my own use. Moreover, I develop my own solutions or set of scripts.
+</p>
+
+<h2>crypto</h2>
+<ul>
+ <li><code>pgp</code> <a href="public/pgp.pub.txt">8C7D 6DAF 14F8 1426 40CE 83EA F85C D02D B419 D68C</a>
+</ul>
+
+<h2>contact</h2>
+<nav>
+ <a target="_blank" href="https://github.com/binary550">github</a>
+ <a target="_blank" href="https://gitlab.com/binary550">gitlab</a>
+ <a target="_blank" href="https://artstation.com/binary550">artstation</a>
+ <a target="_blank" href="https://matrix.to/#/@romaingoncalves:ungleich.ch">matrix</a>
+ <a target="_blank" href="https://www.linkedin.com/in/rgoncalvesse/">linkedin</a>
+ <a href="mailto:contact@rgoncalves.se">contact@rgoncalves.se</a>
+</nav>
+
+{% endblock content %}
remember that computers suck.