For this particular project, I went about creating a simple html site with five different pages and an assortment of elements. I focused on making the code clean and easy to understand, however I did feel the limitations very early on in terms of formatting the site as we were not permitted to use flexbox or grid css formatting. Formatting images in css is generally a big pain in the butt but it's made even bigger without flexbox and grid.
The primary goal of the page was to look simple and easy on the eyes. I was very inspired by the economist website.
Another goal as you may have noticed is the dark theme which is very popular in current design trends. The dark theme makes the webpage easier on the viewers eyes in low light conditions. Future implementations can include a button which allows the user to switch between night-time and day-time color themes.