From e80f58116a9ecd67b2febe06778c624fd42ed1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 18 Jan 2021 12:52:27 +0100 Subject: Restart repo from scratch --- templates/index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') 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 %} + +

+ My name is Romain GONCALVES, usually rgoncalves/binary550 on git. +

+

+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. +

+ +

crypto

+ + +

contact

+ + +{% endblock content %} -- cgit v1.2.3