In no part due to my technical ability, I chose a minimalistic style for the website. The subdued coloring, lowercase font, and simplistic formatting all contribute toward that design goal while maintaining maximal functionality.
For the image galleries, I used flexboxes with large images to make two columns
For the navigation bar, I used javascript to trigger a function that reveals the dropdown menu. Javascript was also used to redirect from index.html to about.html, as I didn't have anything to fill a homepage with. This approach allows me to
easily add in a homepage in index.html later down the line as I expand the website without having to change the links.