diff --git a/about/About.html b/about/About.html
index 191f511..2487440 100644
--- a/about/About.html
+++ b/about/About.html
@@ -54,7 +54,18 @@
The University
-
Me
+
Joshua Killen
+
+
+
+ Bio
+ Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies. Interested in computers and physics from a young age, he has been studying the subjects ever since with the hopes of entering a career in cybersecurity.
+
+
+
+ Contact Details
+ @:killenj@cu.coventry.ac.uk
+
diff --git a/about/about_assets/about.css b/about/about_assets/about.css
index cec93a3..ef9cfff 100644
--- a/about/about_assets/about.css
+++ b/about/about_assets/about.css
@@ -1,3 +1,20 @@
-h1 {
- padding-top: 25px;
+.jkillen {
+ padding-left: 8px;
}
+
+.profile {
+ border: 4px solid #f2f2f2;
+}
+
+.bio {
+ font-size: 4vw;
+}
+
+.bioContent {
+ font-size: 0.125em;
+}
+
+.bioTitle {
+ font-family: neon80;
+ font-size: 0.25em;
+}
\ No newline at end of file
diff --git a/contact/contact_assets/jkillen.png b/about/about_assets/jkillen.png
similarity index 100%
rename from contact/contact_assets/jkillen.png
rename to about/about_assets/jkillen.png
diff --git a/contact/contact_assets/contact.css b/contact/contact_assets/contact.css
index 162597d..59893b8 100644
--- a/contact/contact_assets/contact.css
+++ b/contact/contact_assets/contact.css
@@ -11,10 +11,10 @@ h1 {
}
.bioContent {
- font-size: 0.125em;
+ font-size: 0.25em;
}
.bioTitle {
font-family: neon80;
- font-size: 0.25em;
+ font-size: 0.5em;
}
\ No newline at end of file