[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH arfnet2-web] Link CV in about me, change dates to beginning
[Thread Prev] | [Thread Next]
- Subject: [PATCH arfnet2-web] Link CV in about me, change dates to beginning
- From: arf20 <aruizfernandez05@xxxxxxxxx>
- Reply-to: development@xxxxxxxxx
- Date: Sun, 19 May 2024 13:20:59 +0200
- To: development@xxxxxxxxx
- Cc: arf20 <aruizfernandez05@xxxxxxxxx>
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
---
about_me.html | 3 ++-
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=3D"15%" src=3D"/images/about-me/me.jpg">=0D
<img width=3D"15%" src=3D"/images/about-me/me2.jpg">=0D
=0D
- <h2 class=3D"center">arf20</h2>=0D
+ <h2>arf20</h2>=0D
<p>=0D
Hello there, I'm arf20, a 18 y/o bi femboy student fro=
m Spain=0D
obsessed with technology, hardware and software.=0D
@@ -44,6 +44,7 @@
</p>=0D
=0D
<h2>Technologies</h2>=0D
+ <p>My <a href=3D"/cv.html">CV</a>.</p>=0D
<p>=0D
Pretty fluent in C/C++, MIPS, Z80 and x86 assembly,=0D
some Java too. I usually use CMake or Make as build sy=
stems.=0D
diff --git a/cv.html b/cv.html
index 3ec9d19..95169b7 100644
--- a/cv.html
+++ b/cv.html
@@ -3,28 +3,18 @@
<head>
<meta charset=3D"UTF-8">
<style>
- .home {
- font-size: 200%;
-
- }
-
.title {
font-size: 36px;
+ vertical-align: middle;
}
=20
- header *{
- display: inline-block;
- }
-
- *{
- vertical-align: middle;
- max-width: 100%;
+ .homelink {
+ color: black;
+ text-decoration: none;
}
=20
- @media only screen and (max-width: 600px) {
- .div {
- width: 100%;
- }
+ header *{
+ display: inline-block;
}
=20
.columnl {
@@ -37,7 +27,10 @@
=20
<body>
<header>
- <img src=3D"http://arf20.com/arfnet_logo.png" width=3D"64"><sp=
an class=3D"title"><strong>ARFNET</strong></span>
+ <a class=3D"homelink" href=3D"/">
+ <img class=3D"title" src=3D"http://arf20.com/arfnet_logo.p=
ng" width=3D"64">
+ <span class=3D"title"><strong>ARFNET</strong></span>
+ </a>
</header>
<hr>
<main>
@@ -56,39 +49,39 @@
<h3><a href=3D"https://um.es">Universidad de Murci=
a</a></h3>
<blockquote>
<p><a href=3D"https://www.um.es/web/informatic=
a/">
- 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) (2=
021-2023)</p>
+ <p><b>2021-2023: </b>Baccalaureate degree (sci=
entific 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>
=20
<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 Certi=
fication</li>
+ <li><b>2022: </b>CEPT Radioamateur Licence (EA5JGX=
)</li>
</ul>
=20
<h2>Memberships</h2>
<ul>
- <li>Honourable ARPA member of <a href=3D"https://s=
df.org">SDF Public Access UNIX System</a></li>
+ <li><b>2021</b>: Honourable ARPA member of <a href=
=3D"https://sdf.org">SDF Public Access UNIX System</a></li>
</ul>
=20
<h2>Awards</h2>
<ul>
- <li>Galileo Mastermind by ESA challenge at HackUPC=
2024</li>
+ <li><b>May 2024: </b>Galileo Mastermind by ESA cha=
llenge at HackUPC 2024 for GalileoHack</li>
</ul>
=20
<h2>Languages</h2>
<ul>
<li><b>Spanish</b> (native)</li>
- <li><b>Engish</b> (oficially OIE B2, practically p=
retty good)</li>
+ <li><b>2022: Engish</b> (oficially OIE B2, practic=
ally pretty good)</li>
</ul>
=20
<h2>Computer knowledge</h2>
--=20
2.39.2