diff --git a/assets/photos/code-1839406_1920.jpg b/assets/photos/code-1839406_1920.jpg new file mode 100644 index 0000000..f145592 Binary files /dev/null and b/assets/photos/code-1839406_1920.jpg differ diff --git a/assets/photos/keyboard-5466431_1920.jpg b/assets/photos/keyboard-5466431_1920.jpg new file mode 100644 index 0000000..5da1370 Binary files /dev/null and b/assets/photos/keyboard-5466431_1920.jpg differ diff --git a/assets/photos/software-3682509_1920.jpg b/assets/photos/software-3682509_1920.jpg new file mode 100644 index 0000000..6d2f372 Binary files /dev/null and b/assets/photos/software-3682509_1920.jpg differ diff --git a/css/styles.css b/css/styles.css index 767bed7..ef091ec 100644 --- a/css/styles.css +++ b/css/styles.css @@ -117,7 +117,7 @@ h1 { /* BELOW LANDING STYLES */ #below-landing { - background-color: #0d0d0d; + background-color: #101010; overflow: auto; color: white; padding: 50px; @@ -127,11 +127,18 @@ p { font-weight: 200; } +#features { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + /* CAROUSEL STYLES */ #carousel { height: 100vh; - background-color: #0d0d0d; + background-color: #101010; position: relative; display: flex; } @@ -166,13 +173,8 @@ p { height: 70px; background-color: #202020; border-radius: 40px; - text-align: center; - line-height: 70px; - font-size: 50px; - font-weight: 400; margin: 0; margin-bottom: 15px; - color: white; border: 5px solid black; text-shadow: black 5px 5px 5px; user-select: none; @@ -187,7 +189,7 @@ p { font-size: 25px; font-weight: 550; margin: 0; - text-shadow: black 3px 3px 3px; + text-shadow: rgb(0, 0, 0) 3px 3px 3px; width: 500px; } @@ -196,25 +198,19 @@ p { } #carousel-container #carousel-1 { - background-image: url("/assets/photos/space-4678686_1920.jpg"); + background-image: linear-gradient(to top, #0008, #0000), url("/assets/photos/code-1839406_1920.jpg"); background-size: cover; background-position: center; } #carousel-container #carousel-2 { - background-image: url("/assets/photos/universe-1622107_1920.jpg"); + background-image: linear-gradient(to top, #000a, #0000), url("/assets/photos/software-3682509_1920.jpg"); background-size: cover; background-position: center; } #carousel-container #carousel-3 { - background-image: url("/assets/photos/science-fiction-2907434_1920.jpg"); - background-size: cover; - background-position: center; -} - -#carousel-container #carousel-4 { - background-image: url("/assets/photos/fantasy-2770468_1920.jpg"); + background-image: linear-gradient(to top, #000a, #0000), url("/assets/photos/keyboard-5466431_1920.jpg"); background-size: cover; background-position: center; } @@ -274,11 +270,4 @@ p { margin: auto; } - section { - padding: 0px 50px; - border-style: solid; - border-width: 1px; - border-image : linear-gradient(to bottom, #fff0 0%, #fff0 10%, var(--bgColor) 50%, #fff0 90%, #fff0 100%) 1; - } - } diff --git a/index.html b/index.html index da64fdf..25ab6bd 100644 --- a/index.html +++ b/index.html @@ -17,32 +17,28 @@ +
-
-

About This Website

+
+

Features

- I am a student at DMU studying Computer Science. I have a passion for programming and web development. I have created this website as part of my coursework to display my skills and knowledge in web development. - Above, you can see the landing portion of my page. This consists of a title banner and a colour selector. The colour selector allows you to change the background image to the image that most closely matches the colour you have entered. The background colour is stored in local storage so that it will persist even after the page is reloaded. - If you are on desktop, this also changes the colour of the borders around this text! + This webpage has been designed to display a variety of different web development skills and features.

+ diff --git a/readme.md b/readme.md index 2586b46..68d09b0 100644 --- a/readme.md +++ b/readme.md @@ -19,4 +19,6 @@ The `js/scripts.js` file contains a simple console.log statement to confirm that ## assets/photos -All images inside `assets/photos` folder are from https://pixabay.com and used under the licence outlined here https://pixabay.com/service/terms/ \ No newline at end of file +All images inside `assets/photos` folder are from https://pixabay.com and used under the licence outlined here https://pixabay.com/service/terms/ + +All SVG Vectors are from https://www.svgrepo.com \ No newline at end of file