update intro
Gitea/resume/pipeline/head This commit looks good
Details
Gitea/resume/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5e0affe8ba
commit
bc9b1518cc
|
@ -151,6 +151,7 @@ p {
|
|||
}
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
margin: 1em;
|
||||
background-color: var(--surface);
|
||||
background-image: radial-gradient(circle at top left, var(--overlay), var(--surface));
|
||||
|
@ -258,3 +259,25 @@ li::marker {
|
|||
width: full;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 826 KiB |
16
index.html
16
index.html
|
@ -19,12 +19,14 @@
|
|||
<section>
|
||||
<div class="container">
|
||||
<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
|
||||
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
|
||||
moment to re-skilling as a full-stack web developer.</p>
|
||||
<img src="images/cv.png" alt="A photo of myself, smiling to camera.">
|
||||
|
||||
<div id="intro">
|
||||
<p>My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain.
|
||||
</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 class="container">
|
||||
|
@ -32,7 +34,8 @@
|
|||
<ul>
|
||||
<li><b>… is hosted on bespoke hardware.</b> A mini-pc in my living room, to
|
||||
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>
|
||||
</li>
|
||||
<li><b>… is fully compliant with <a href="https://www.w3.org/WAI/standards-guidelines/wcag/">Web
|
||||
|
@ -43,7 +46,8 @@
|
|||
</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
|
||||
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>
|
||||
<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
|
||||
|
|
Loading…
Reference in New Issue