From 2a6c54cf287b133382d2ebbcbf4f9e27844a7971 Mon Sep 17 00:00:00 2001 From: Joshua Killen <45966243+joshua-killen@users.noreply.github.com> Date: Fri, 17 Apr 2020 10:57:35 +0100 Subject: [PATCH] . --- about/About.html | 15 +++++++-------- about/about_assets/about.css | 4 ++-- main.css | 9 +++++++-- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/about/About.html b/about/About.html index 75a463f..91cad26 100644 --- a/about/About.html +++ b/about/About.html @@ -53,19 +53,18 @@

The University

-
+
Joshua Killen -
+

Profile of Joshua KillenJoshua 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 18f4b3b..0b8ca8a 100644 --- a/about/about_assets/about.css +++ b/about/about_assets/about.css @@ -3,8 +3,8 @@ article img { float: left; } -article { - font-size: 4vw; +aboutTitle { + font-size: 0.5em } p { diff --git a/main.css b/main.css index 83247cb..a44ccfd 100644 --- a/main.css +++ b/main.css @@ -28,15 +28,16 @@ abbr { text-decoration: none; } -.footer { +footer { background-color: #0d0d0d; padding-top: 25px; padding-bottom: 100px; text-align: center; + clear: both; } -.footer a { +footer a { color: white; text-decoration: none; text-align: center; @@ -44,4 +45,8 @@ abbr { .uniLogo { float: right; +} + +.anchor { + font-size: 4vw; } \ No newline at end of file