diff --git a/css/styles.css b/css/styles.css index 1c269c8..94bfeee 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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; + } +} diff --git a/images/cv.png b/images/cv.png new file mode 100644 index 0000000..ef68f07 Binary files /dev/null and b/images/cv.png differ diff --git a/index.html b/index.html index d02b532..31cd13c 100644 --- a/index.html +++ b/index.html @@ -19,12 +19,14 @@

Allow me to introduce myself.

-

My name is Andrzej. Since arriving in Spain from my native England in 2010, I have worked teaching English as - a foreign language.

-

But now it's time for a change. This is why I have spent the last three years dedicating every spare - moment to re-skilling as a full-stack web developer.

-

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.

+ A photo of myself, smiling to camera. + +
+

My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain. +

+

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.

+
@@ -32,7 +34,8 @@