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 | |
parent | 24de75f485b68d029d997f0c2053226b111d189c (diff) | |
download | arfnet2-web-0d2be7c5926191783ea6e2571febf3f69e8d7aaf.tar.gz arfnet2-web-0d2be7c5926191783ea6e2571febf3f69e8d7aaf.zip |
Link CV in about me, change dates to beginning
-rwxr-xr-x | about_me.html | 3 | ||||
-rw-r--r-- | cv.html | 43 |
2 files changed, 20 insertions, 26 deletions
diff --git a/about_me.html b/about_me.html index e8bcb05..37b90c7 100755 --- a/about_me.html +++ b/about_me.html @@ -17,7 +17,7 @@ <img width="15%" src="/images/about-me/me.jpg">
<img width="15%" src="/images/about-me/me2.jpg">
- <h2 class="center">arf20</h2>
+ <h2>arf20</h2>
<p>
Hello there, I'm arf20, a 18 y/o bi femboy student from Spain
obsessed with technology, hardware and software.
@@ -44,6 +44,7 @@ </p>
<h2>Technologies</h2>
+ <p>My <a href="/cv.html">CV</a>.</p>
<p>
Pretty fluent in C/C++, MIPS, Z80 and x86 assembly,
some Java too. I usually use CMake or Make as build systems.
@@ -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> |