summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: b3bf87fc200ac42cab0998e0e95f78e6842774cb (plain) (blame)
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
{% extends "base.html" %}

{% block content %}

<p>My name is Romain Gonçalves, usually rgoncalves/binary/qwmd</p>
<p>I am a computer science student and a hacker by culture.</p>
<p>I am interested in system architecture and programming. 
Therefore, my infrastructure is mainly powered by OpenBSD, FreeBSD and Alpine. 
It allows me to improve my devops skill by deploying and maintaining my personal services.</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.