diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-05-19 13:19:28 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-05-19 13:19:28 +0200 |
commit | 0d2be7c5926191783ea6e2571febf3f69e8d7aaf (patch) | |
tree | 6a5edcc47335320ceb219d6653246f2c269253d1 /cv.html | |
parent | 24de75f485b68d029d997f0c2053226b111d189c (diff) | |
download | arfnet2-web-0d2be7c5926191783ea6e2571febf3f69e8d7aaf.tar.gz arfnet2-web-0d2be7c5926191783ea6e2571febf3f69e8d7aaf.zip |
Link CV in about me, change dates to beginning
Diffstat (limited to 'cv.html')
-rw-r--r-- | cv.html | 43 |
1 files changed, 18 insertions, 25 deletions
@@ -3,28 +3,18 @@ <head> <meta charset="UTF-8"> <style> - .home { - font-size: 200%; - - } - .title { font-size: 36px; + vertical-align: middle; } - header *{ - display: inline-block; - } - - *{ - vertical-align: middle; - max-width: 100%; + .homelink { + color: black; + text-decoration: none; } - @media only screen and (max-width: 600px) { - .div { - width: 100%; - } + header *{ + display: inline-block; } .columnl { @@ -37,7 +27,10 @@ <body> <header> - <img src="http://arf20.com/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> + <a class="homelink" href="/"> + <img class="title" src="http://arf20.com/arfnet_logo.png" width="64"> + <span class="title"><strong>ARFNET</strong></span> + </a> </header> <hr> <main> @@ -56,39 +49,39 @@ <h3><a href="https://um.es">Universidad de Murcia</a></h3> <blockquote> <p><a href="https://www.um.es/web/informatica/"> - Computer Science degree (2023-now) + <b>2023-now: </b>Computer Science degree </a></p> </blockquote> <h3>IES Ramon Arcas Meca (Lorca)</h3> <blockquote> - <p>Baccalaureate degree (scientific branch) (2021-2023)</p> + <p><b>2021-2023: </b>Baccalaureate degree (scientific branch)</p> </blockquote> <h3>Conservatorio de Musica Narciso Yepes</h3> <blockquote> - <p>Middle degree of Music in guitar (2021-2023)</p> + <p><b>2017-2023: </b>Middle degree of Music in guitar</p> </blockquote> </blockquote> <h2>Certifications and licenses</h2> <ul> - <li>Hurricane Electric IPv6 Certification</li> - <li>CEPT Radioamateur Licence (EA5JGX)</li> + <li><b>Jan 2024: </b>Hurricane Electric IPv6 Certification</li> + <li><b>2022: </b>CEPT Radioamateur Licence (EA5JGX)</li> </ul> <h2>Memberships</h2> <ul> - <li>Honourable ARPA member of <a href="https://sdf.org">SDF Public Access UNIX System</a></li> + <li><b>2021</b>: Honourable ARPA member of <a href="https://sdf.org">SDF Public Access UNIX System</a></li> </ul> <h2>Awards</h2> <ul> - <li>Galileo Mastermind by ESA challenge at HackUPC 2024</li> + <li><b>May 2024: </b>Galileo Mastermind by ESA challenge at HackUPC 2024 for GalileoHack</li> </ul> <h2>Languages</h2> <ul> <li><b>Spanish</b> (native)</li> - <li><b>Engish</b> (oficially OIE B2, practically pretty good)</li> + <li><b>2022: Engish</b> (oficially OIE B2, practically pretty good)</li> </ul> <h2>Computer knowledge</h2> |