diff --git a/_data/navigation.yml b/_data/navigation.yml
new file mode 100644
index 0000000..5291cc4
--- /dev/null
+++ b/_data/navigation.yml
@@ -0,0 +1,24 @@
+- title: Blog
+ description: Where I post updates about projects I'm doing.
+ url: https://blog.mgrove.uk
+ icon: pencil
+- title: Reading School BBC Young Reporter
+ description: A site for Reading School's year 8 students to post news articles they have written.
+ url: https://youngreporter.mgrove.uk
+ icon: graduation-cap
+- title: Black Thunder
+ description: Reading School's robotics team, which also runs the school's Robotics Club.
+ url: https://blackthunder.gq
+ icon: bolt
+- title: Photography Feed
+ description: A place for me to post my snaps.
+ url: https://instagram.com/mgrove36.photos
+ icon: camera
+- title: Dogs
+ description: An Instagram account for my dogs.
+ url: https://instagram.com/morganandmeganbichons
+ icon: paw
+- title: Traqua
+ description: "\"An innovative, water-saving solution for the home.\" A small STEM project based around using Raspberry Pis to track and reduce household water usage."
+ url: https://traqua.ml
+ icon: tint
\ No newline at end of file
diff --git a/_data/other-links.yml b/_data/other-links.yml
new file mode 100644
index 0000000..d4819cf
--- /dev/null
+++ b/_data/other-links.yml
@@ -0,0 +1,9 @@
+- title: Photography
+ url: https://instagram.com/mgrove36.photos
+ icon: camera
+- title: Dogs
+ url: https://instagram.com/morganandmeganbichons
+ icon: paw
+- title: Email me
+ url: mailto:me@mgrove.uk
+ icon: envelope
\ No newline at end of file
diff --git a/_data/social-media.yml b/_data/social-media.yml
new file mode 100644
index 0000000..54116ca
--- /dev/null
+++ b/_data/social-media.yml
@@ -0,0 +1,15 @@
+- title: GitHub
+ url: https://github.com/mgrove36
+ icon: github
+- title: Twitter
+ url: https://twitter.com/mgrove36
+ icon: twitter
+- title: Instagram
+ url: https://instagram.com/mgrove36
+ icon: instagram
+- title: LinkedIn
+ url: https://linkedin.com/in/mgrove36
+ icon: linkedin
+- title: Facebook
+ url: https://facebook.com/mgrove36
+ icon: facebook
diff --git a/_includes/footer.html b/_includes/footer.html
index 6557e7e..235275f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -7,20 +7,17 @@
diff --git a/_includes/header.html b/_includes/header.html
index 6576554..3a3741f 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -11,9 +11,8 @@