feat: tweak personal info
All checks were successful
Deploy Blog / deploy (push) Successful in 1m15s
All checks were successful
Deploy Blog / deploy (push) Successful in 1m15s
This commit is contained in:
parent
f8f8ed2ada
commit
9ebd996a49
2 changed files with 96 additions and 97 deletions
|
@ -29,15 +29,14 @@ const AboutPage = () => {
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<p className="leading-[1.5] [&:not(:first-child)]:mt-6">
|
<p className="leading-[1.5] [&:not(:first-child)]:mt-6">
|
||||||
I am a Londoner living on the south coast of the UK. I'm a self-taught
|
I'm a self-taught software engineer based on the south coast of England.
|
||||||
software engineer and this blog is my technical scrapbook. I document
|
This blog is my technical scrapbook. I document the details of my
|
||||||
the details of my technical life so I can have a record of progress when
|
technical life so I can have a record of progress when I look back.{" "}
|
||||||
I look back.{" "}
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p className="leading-[1.5] [&:not(:first-child)]:mt-6">
|
<p className="leading-[1.5] [&:not(:first-child)]:mt-6">
|
||||||
I completed a degree in Philosophy at the University of Warwick and hold
|
I completed a degree in Philosophy at the University of Warwick (2009)
|
||||||
a Postgraduate Certificate of Education.
|
and hold a Postgraduate Certificate of Education (2011).
|
||||||
</p>
|
</p>
|
||||||
<p className="leading-[1.5] [&:not(:first-child)]:mt-6">
|
<p className="leading-[1.5] [&:not(:first-child)]:mt-6">
|
||||||
Currently I work for{" "}
|
Currently I work for{" "}
|
||||||
|
@ -73,7 +72,7 @@ const AboutPage = () => {
|
||||||
<p className="leading-[1.5] [&:not(:first-child)]:mt-6">
|
<p className="leading-[1.5] [&:not(:first-child)]:mt-6">
|
||||||
Some things I like:
|
Some things I like:
|
||||||
<ul className="pt-2">
|
<ul className="pt-2">
|
||||||
<li className="mb-1">🐶 Staffies and bull-breeds</li>
|
<li className="mb-1">🐶 Staffies and other bull-breeds</li>
|
||||||
<li className="mb-1">🎼 Classical music (Haydn, Mozart, JSB)</li>
|
<li className="mb-1">🎼 Classical music (Haydn, Mozart, JSB)</li>
|
||||||
<li className="mb-1">🛸 Science fiction </li>
|
<li className="mb-1">🛸 Science fiction </li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -12,7 +12,7 @@ const HomePage = () => {
|
||||||
<Card className="mb-8">
|
<Card className="mb-8">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<h1 className="scroll-m-20 text-left text-3xl font-bold text-balance">
|
<h1 className="scroll-m-20 text-left text-3xl font-bold text-balance">
|
||||||
Another software engineer with a blog 🥱
|
Another software engineer with a blog
|
||||||
</h1>
|
</h1>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
|
|
Loading…
Add table
Reference in a new issue