From 1a76ba36d9eb1d12ac55119918dd512da5a4302a Mon Sep 17 00:00:00 2001 From: jpez Date: Sun, 27 Mar 2022 19:51:01 +0100 Subject: [PATCH] misc changes --- blog/blog.html | 11 ++++++++--- contact/contact.html | 11 ++++++++--- home/index.html | 6 +++--- portfolio/portfolio.html | 11 ++++++++--- sitereport/sitereport.html | 9 +++++++-- home/index_mobile.css => style/mobile.css | 0 6 files changed, 34 insertions(+), 14 deletions(-) rename home/index_mobile.css => style/mobile.css (100%) diff --git a/blog/blog.html b/blog/blog.html index c9be1cf..c2ba28e 100644 --- a/blog/blog.html +++ b/blog/blog.html @@ -15,18 +15,23 @@ - + - + +
+ +
+ diff --git a/contact/contact.html b/contact/contact.html index a215aff..09473cf 100644 --- a/contact/contact.html +++ b/contact/contact.html @@ -15,18 +15,23 @@ - + - + +
+ +
+ diff --git a/home/index.html b/home/index.html index 4462edc..5f37425 100644 --- a/home/index.html +++ b/home/index.html @@ -15,12 +15,12 @@ - +
- +

Welcome to my little corner of the Internet :)

You might be wondering who I am and what I do. In which case, you are in luck. diff --git a/portfolio/portfolio.html b/portfolio/portfolio.html index 5e7a118..9c1d415 100644 --- a/portfolio/portfolio.html +++ b/portfolio/portfolio.html @@ -15,18 +15,23 @@ - + - +

+
+ +
+
© Joshua Perry 2022
diff --git a/sitereport/sitereport.html b/sitereport/sitereport.html index d8bd6c3..8eb2852 100644 --- a/sitereport/sitereport.html +++ b/sitereport/sitereport.html @@ -15,11 +15,12 @@ - + - + +
+ +
+ diff --git a/home/index_mobile.css b/style/mobile.css similarity index 100% rename from home/index_mobile.css rename to style/mobile.css