image
Gitea/resume/pipeline/head This commit looks good
Details
Gitea/resume/pipeline/head This commit looks good
Details
This commit is contained in:
parent
20af576935
commit
21b23164a7
|
@ -263,7 +263,7 @@ li::marker {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
.image {
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
box-shadow: 0.5em 0.5em var(--shadow-color);
|
box-shadow: 0.5em 0.5em var(--shadow-color);
|
||||||
margin: 3rem;
|
margin: 3rem;
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3>Allow me to introduce myself...</h3>
|
<h3>Allow me to introduce myself...</h3>
|
||||||
<img src="images/cv.png" alt="A photo of myself, smiling to camera.">
|
<img src="images/cv.png" class="image" alt="A photo of myself, smiling to camera.">
|
||||||
|
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
<p>My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain.
|
<p>My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain.
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
</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
|
||||||
Content
|
Content
|
||||||
Accessibility Guidelines</a></b> </li>
|
Accessibility Guidelines</a>.</b> </li>
|
||||||
<li><b>… is styled with careful consideration for Responsive Web Design
|
<li><b>… is styled with careful consideration for Responsive Web Design
|
||||||
principles</b>
|
principles.</b>
|
||||||
</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
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
25%.
|
25%.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
I built a website for the English social enterprise company Excluded Ltd, gaining them hundreds of thousands
|
I built a website for the English social enterprise company Excluded Ltd, gaining them thousands of daily
|
||||||
impressions, and
|
impressions, and
|
||||||
significant growth in their customer base.
|
significant growth in their customer base.
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue