diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 17:10:40 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 17:10:40 -0600 |
commit | ebf154b8b61f94a33d01192febc6339309b88e37 (patch) | |
tree | b08fef4016d3003b27de1e425db6a98a13711b59 /about_me.html | |
parent | 3f526d0dbb0608e249d6ff711c30275bce773faa (diff) |
Add permalinks
Diffstat (limited to 'about_me.html')
-rw-r--r-- | about_me.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/about_me.html b/about_me.html new file mode 100644 index 0000000..b7daac6 --- /dev/null +++ b/about_me.html @@ -0,0 +1,30 @@ +--- +layout: default +permalink: /about-me +--- + +<div class="well"> + <h1>Acerca de mí</h1> + <p>Hola, soy actualmente un estudiante de ciencias de la computación.</p> + <p> Mis intereses (y de lo que escribiré mayoritariamente en este blog) son:</p> + <ul> + <li>Tecnología</li> + <li>Software libre</li> + <li>Self hosting</li> + <li>Videojuegos</li> + </ul> + <p>Y demás.</p> + <div> + <h1>Contacto</h1> + <p>Si quieres charlar o tienes alguna duda de algún post mío, házmelo saber:</p> + <h1><img src="/assets/images/XMPP_logo.svg" type="image/svg+xml" style="width:30px;height:30px;" /> XMPP</h1> + <p><span class="contact-medium">Dirección:</span> hombrelaser@silosneeded.com</p> + <p><span class="contact-medium">Notas:</span> Asegúrate de activar el cifrado punto a punto OMEMO</p> + <h1><img src="/assets/images/Matrix_logo.svg" type="image/svg+xml" style="width:40px;height:20px;" /> Matrix</h1> + <p><span class="contact-medium">Dirección:</span> @hombrelaser:matrix.silosneeded.com</p> + <h1><img src="/assets/images/irc.svg" type="image/svg+xml" style="width:40px;height:40px;" /> IRC</h1> + <p><span class="contact-medium">Servidor: libera.chat</span> hombrelaser@silosneeded.com</p> + <p><span class="contact-medium">Nick:</span> hombrelaser</p> + <p>A veces disponible, a veces no, pero no te preocupes, tengo un bouncer configurado. Leeré tu mensaje tarde o temprano.</p> + </div> +</div> |