update intro
Gitea/resume/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-11-12 14:46:49 +01:00
parent 5e0affe8ba
commit bc9b1518cc
3 changed files with 35 additions and 8 deletions

View File

@ -151,6 +151,7 @@ p {
} }
.container { .container {
height: 100%;
margin: 1em; margin: 1em;
background-color: var(--surface); background-color: var(--surface);
background-image: radial-gradient(circle at top left, var(--overlay), var(--surface)); background-image: radial-gradient(circle at top left, var(--overlay), var(--surface));
@ -258,3 +259,25 @@ li::marker {
width: full; width: full;
font-size: 3rem; font-size: 3rem;
} }
img {
border-radius: 1rem;
box-shadow: 0.5em 0.5em var(--shadow-color);
margin: 3rem;
max-width: 80%;
}
#intro {
height: 100%;
padding: 1rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 1.8rem;
text-wrap-style: balance;
p {
margin: 1rem;
}
}

BIN
images/cv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 826 KiB

View File

@ -19,12 +19,14 @@
<section> <section>
<div class="container"> <div class="container">
<h3>Allow me to introduce myself.</h3> <h3>Allow me to introduce myself.</h3>
<p>My name is Andrzej. Since arriving in Spain from my native England in 2010, I have worked teaching English as <img src="images/cv.png" alt="A photo of myself, smiling to camera.">
a foreign language.</p>
<p><b>But now it's time for a change.</b> This is why I have spent the last three years dedicating every spare <div id="intro">
moment to re-skilling as a full-stack web developer.</p> <p>My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain.
<p>If you are reading this, you most likely followed a link here from my CV. I thought this page would be the </p>
best way to demonstrate what I'm capable of.</p> <p>If you are reading this, you most likely followed a link here from my CV. I thought this page would be the
best way to demonstrate what I'm capable of.</p>
</div>
</div> </div>
<div class="container"> <div class="container">
@ -32,7 +34,8 @@
<ul> <ul>
<li><b>… is hosted on bespoke hardware.</b> A mini-pc in my living room, to <li><b>… is hosted on bespoke hardware.</b> A mini-pc in my living room, to
be precise!</li> be precise!</li>
<li><b>… has correctly managed security certificates, scoring an 'A' grade on <a <li><b>… is served by a custom coded http-server written in Java.</b></li>
<li><b>… has self-managed security certificates, scoring an 'A' grade on <a
href="https://www.ssllabs.com/ssltest/analyze.html?d=sonarrr.ajstepien.xyz">sslabs.com</a>.</b> href="https://www.ssllabs.com/ssltest/analyze.html?d=sonarrr.ajstepien.xyz">sslabs.com</a>.</b>
</li> </li>
<li><b>… is fully compliant with <a href="https://www.w3.org/WAI/standards-guidelines/wcag/">Web <li><b>… is fully compliant with <a href="https://www.w3.org/WAI/standards-guidelines/wcag/">Web
@ -43,7 +46,8 @@
</li> </li>
<li><b>… follows system light/dark theming.</b></li> <li><b>… follows system light/dark theming.</b></li>
<li><b>… hosts a collection of projects demonstrating my proficiency in both frontend and backend <li><b>… hosts a collection of projects demonstrating my proficiency in both frontend and backend
development</b> including projects written in CSS, Html, Javascript, React, Nextjs, Nodejs, Sql, Lua, and development</b> including projects written in CSS, Html, Javascript, React, Nextjs, Nodejs, Sql, Lua,
Golang, Java and
Bash.</li> Bash.</li>
<li><b>… is deployed via a self-hosted Jenkins CI/CD system.</b></li> <li><b>… is deployed via a self-hosted Jenkins CI/CD system.</b></li>
<li><b>… is fully source-available</b> on <a href="https://projects.ajstepien.xyz/Resume">my self-hosted git <li><b>… is fully source-available</b> on <a href="https://projects.ajstepien.xyz/Resume">my self-hosted git