diff --git a/home/index.css b/home/index.css index df0cc2a..117ec18 100644 --- a/home/index.css +++ b/home/index.css @@ -16,7 +16,6 @@ } .profileImg { - content: url("../assets/images/profileImage.png"); max-height: 20em; border: solid #f29602; border-radius: 1000%; @@ -40,9 +39,6 @@ text-align: left; margin-left: 6em; color: #E5E5E5; -} - -.generalInfo > span { display: flex; align-items: center; font-size: x-large; @@ -55,28 +51,31 @@ font-size: xx-large; } -.dropdown > span { - display: flex; +.dropdown { + display: block; + margin-bottom: 3em; } -.dropdown > span > a > h2 { - margin-top: 0.5em; - margin-left: 0.25em; +.dropdown > a > h2 { + margin-top: 1em; + margin-left: 0.1em; } -.dropdown > span > a { +.dropdown > a { margin: 0; + margin-top: 1em; text-decoration: 0; color: #E5E5E5; } + .dropdown > ul > li { margin-left: 1em; font-family: bio; list-style: none; } -.generalInfo > span > p { +.generalInfo > p { margin-left: 0.5em; } diff --git a/home/index.html b/home/index.html index 85af2a2..005d6bd 100644 --- a/home/index.html +++ b/home/index.html @@ -46,7 +46,7 @@
Currently, I at the University of Northampton studying Software Engineering. This has given me knowledge in requirements engineering, design, Java, and neworking concepts so far. - This website was originally created for my CSY1018 assignment on UoN'sUniversirty of Northampton BSc Computing(Software Engineering) course. However, I have continued to maintain and improve it to act as a direct, interactable testament to what I can achieve. + This website was originally created for my CSY1018 assignment on UoN'sUniversirty of Northampton BSc Computing(Software Engineering) course. However, I have continued to maintain and improve it to act as a direct, interactable testament to what I can achieve.
All the source code for this site is available on GitHub so that those of you that are interested can see how it works too. @@ -56,44 +56,45 @@