diff --git a/about.html b/about.html index 05a3f49..16d6a6f 100644 --- a/about.html +++ b/about.html @@ -158,6 +158,12 @@

Our Web Developers

+
+

Bibliography

+ Click here to be taken to our bibliography +

Work Log

+ Click here to be taken to our work log +
diff --git a/stylesheets/about.css b/stylesheets/about.css index 4b8f356..dfa1a55 100644 --- a/stylesheets/about.css +++ b/stylesheets/about.css @@ -29,12 +29,13 @@ section { width: 100vw; } p { - font-family: 'Open Sans'; + font-family: 'Open Sans', sans-serif; padding-top: 5vh; } h2 { - font-family: 'Raleway'; + font-family: 'Raleway', sans-serif; font-size: 3em; + font-weight: 200; } .our-chapter { background-image: url('../images/building.jpg'); @@ -62,17 +63,22 @@ svg { margin-left: 10vw; } .bios { - font-family: 'Open Sans'; + font-family: 'Open Sans', sans-serif; text-align: left; margin-left: 30vw; } -.bios a { +section a { color: #FF6F00; text-decoration: none; font-size: 1.1em; + font-family: 'Open Sans', sans-serif; } + .our-web-design p { font-size: 1.5em; text-align: left; margin-left: 20vw; } +.info h2 { + padding-top: 25vh; +} diff --git a/stylesheets/style.css b/stylesheets/style.css index f3499dc..af8bb2d 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -50,7 +50,7 @@ header { z-index: 200; top: 0px; width: 100vw; - font-family: 'Roboto'; + font-family: 'Roboto', sans-serif; box-shadow: 3px 3px 9px rgba(12, 12, 12, 0.4); } header ul { @@ -61,7 +61,8 @@ header ul { list-style-type: none; transition: .2s all; color: white; - font-family: 'Roboto'; + font-family: 'Roboto', sans-serif; + font-weight: 100; } header ul li { display: inline; @@ -70,6 +71,7 @@ header h1 { font-size: 2em; padding: 2vh 1vw; color: white; + font-weight: 200; } section { height: 100vh;