diff options
| -rw-r--r-- | static/images/external.svg | 6 | ||||
| -rw-r--r-- | templates/index.html | 14 | 
2 files changed, 5 insertions, 15 deletions
| diff --git a/static/images/external.svg b/static/images/external.svg deleted file mode 100644 index 137638e..0000000 --- a/static/images/external.svg +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"> -	<path fill="#fff" stroke="#36c" d="M1.5 4.518h5.982V10.5H1.5z"/> -	<path fill="#36c" d="M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z"/> -	<path fill="#fff" d="M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z"/> -</svg> diff --git a/templates/index.html b/templates/index.html index 87812ea..b3bf87f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,15 +2,11 @@  {% 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> +<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> |