diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 16:39:44 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 16:39:44 -0600 |
commit | 42706e303bf3536b56c066f26dfe39501ebfadeb (patch) | |
tree | 2123e30a8e6f03ce5e809b7c66af94924631570f /myself.html | |
parent | a2a0a2d0e08cee9fb73ee506d9a55ee8ed4625f8 (diff) |
Finishing touches
Diffstat (limited to 'myself.html')
-rw-r--r-- | myself.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/myself.html b/myself.html new file mode 100644 index 0000000..f87c9ad --- /dev/null +++ b/myself.html @@ -0,0 +1,29 @@ +--- +layout: default +--- + +<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> |