summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: 87812ea51550e88ad0351cab1d8e4c37991750b8 (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
27
28
29
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.