diff --git a/about/About.html b/about/About.html index 6a5ac20..5b4cdd8 100644 --- a/about/About.html +++ b/about/About.html @@ -49,18 +49,18 @@

About

- The Website -
+ The Website +
This website was made in response to the Z14IT Assignment 2 criteria. It has been made to help people to learn about how the internet works up to the understanding of a student that had taken the Digital Technologies course at CUC. The website seen as it is currently is the culmination of 6 weeks work and research, including: a timeline of the internet's evolution; essential knowledge on networks and networking fundamentals; and guides on HTML5, CSS, and Javascript.
- The University + The University

Image of CU Coventry Campus at Mile Lane

- CU Coventry, part of the Coventry University Group, offers a style of education which is flexible and designed to fit around your life. Choose from a wide range of career relevant courses and study at a pace that suits you. Students who study at CU Coventry benefit from a modern, forward-thinking higher education institution, reinforced by the quality and reputation of Coventry University.
+ CU Coventry, part of the Coventry University Group, offers a style of education which is flexible and designed to fit around your life. Choose from a wide range of career relevant courses and study at a pace that suits you. Students who study at CU Coventry benefit from a modern, forward-thinking higher education institution, reinforced by the quality and reputation of Coventry University.

Direct Quote from www.coventry.ac.uk @@ -71,12 +71,12 @@

- Joshua Killen + Joshua Killen diff --git a/about/about_assets/about.css b/about/about_assets/about.css index 1106f57..354f02f 100644 --- a/about/about_assets/about.css +++ b/about/about_assets/about.css @@ -17,37 +17,12 @@ summary { float: right; } -.aboutTitle { - font-family: neon80; - font-size: 0.5em -} - -.aboutContent { - font-size: 0.25em; -} - -p { - font-size: 0.25em -} - -p .aboutContent { - font-size: 1em; -} - -p .aboutTitle { - font-size: 2em; -} - .nextLine { clear: both; } .headImg { background-image: url(internet.png); - background-repeat: no-repeat; - background-size: 100% 100%; - padding-top: 0; - padding-bottom: 25em; } diff --git a/home.html b/home.html index 9f499e0..e397de3 100644 --- a/home.html +++ b/home.html @@ -44,13 +44,15 @@ About +
+

Welcome

+
+ \ No newline at end of file diff --git a/home_assets/code.jpg b/home_assets/code.jpg new file mode 100644 index 0000000..cc479a3 Binary files /dev/null and b/home_assets/code.jpg differ diff --git a/home_assets/home.css b/home_assets/home.css new file mode 100644 index 0000000..2be1051 --- /dev/null +++ b/home_assets/home.css @@ -0,0 +1,3 @@ +.headImg { + background-image: url(code.jpg); +} \ No newline at end of file diff --git a/main.css b/main.css index 7d28a3b..e640b93 100644 --- a/main.css +++ b/main.css @@ -52,6 +52,34 @@ footer a { font-size: 4vw; } +.frameTitle { + font-family: neon80; + font-size: 0.5em +} + +.frameContent { + font-size: 0.25em; +} + +p { + font-size: 0.25em +} + +p .frameContent { + font-size: 1em; +} + +p .frameTitle { + font-size: 2em; +} + +.headImg { + background-repeat: no-repeat; + background-size: 100% 100%; + padding-top: 0; + padding-bottom: 25em; +} + .reference { font-size: 0.125em; } \ No newline at end of file