Created
October 24, 2021 17:19
-
-
Save gomezgleonardob/4a7e8cb8b13620cb7be2e4fd71da8b1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="es"> | |
<head> | |
<title>Curriculum Vitae</title> | |
</head> | |
<body> | |
<img src="https://pbs.twimg.com/profile_images/1452313498055282699/4IqQrLP4_400x400.jpg" class="image-profile" alt="Profile_Picture" style= "width:20%"> | |
<h2>Acerca de Mí</h2> | |
<section alt="About_me"> | |
<p alignment="Justify">Actualmente trabajo para una empresa de seguridad electrónica en la Central de Alarmas, en mi | |
tiempo libre trabajo como desarrollador Backend realizando documentación de software para el | |
usuario o para desarrolladores, me interesa la tecnología además los proyectos enfocados al Open | |
Source y al Software Libre.</p> | |
</section> | |
<h2>Experiencia Laboral</h2> | |
<h3>Conocimientos</h3> | |
<section alt="Skills"> | |
<br>Lenguajes de Programación</br> | |
<ul alt="Programming_Languages"> | |
<li>Java</li> | |
<li>Python</li> | |
</ul> | |
<br>Herramientas</br> | |
<ul alt="Tools"> | |
<li>Java</li> | |
<li>Python</li> | |
</ul> | |
</section> | |
<br>Idiomas</br> | |
<ul alt="Languages"> | |
<li>Español (Nativo)</li> | |
<li>Python</li> | |
</ul> | |
</section> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment