diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx
new file mode 100644
index 0000000..dd6cf83
--- /dev/null
+++ b/src/components/Header/Header.jsx
@@ -0,0 +1,18 @@
+import Link from "next/link";
+import React from "react";
+
+import styles from "./Header.module.css";
+
+function Header() {
+ return (
+
- I'm Aaron. I'm a Brit living in Newcastle-upon-tyne, - UK. I work professionally as a Software Engineer and Tutor, and study + I'm Aaron. I'm a Brit living in Newcastle-upon-tyne, UK. I + work professionally as a Software Engineer and Tutor, and study languages in my spare time.
- This is my little corner of the web! I've always had a terrible - habit of 'lurking' online; I barely interact with the - content I consume, and you'll rarely if ever catch me posting or - commenting on something. That said, this little site endeavours to - pull me by my ankles out of the weeds in the great digital park we - find ourselves, and encourage me to share a bit more about myself - online. + This is my little corner of the web! I've always had a habit of + 'lurking' online; I barely interact with the content I + consume, and you'll rarely if ever catch me posting or commenting + on something. That said, this little site endeavours to pull me by my + ankles out of the weeds in the great digital park we find ourselves, + and encourage me to share a bit more about myself online.
- I'm not a massive fan of social media, and prefer to keep my - digital footprint as small as possible. That said, you can find me in - the following places! -
-- Letterboxd is a social platform for film lovers to - rate, review, and discover movies, akin to "Goodreads for - film." -
-
-
- GitHub is a web-based platform for version control - and collaboration on software development projects. Find out what - I've been working on here! -
-
-
- LinkedIn is possibly the worst social network. - Specifically for professional stuff, I'm only on here because I - have to be 😩 -
-
-
+ {/*
Yarbz Tutoring is my tutoring site. You can read a
bit more about my tutoring and general software develpment experience,
and book a class if it suits you.
@@ -84,10 +69,8 @@ export default function Home () {