I’ve completed the Tribute Page a week or so ago but forgot to post it here for feedback. It’s far from sophisticated but I hope you guys like it and can provide some constructive insight on making it more user-friendly and attractive.
Looks pretty attractive. I am not an expert on accessibility so I will give you a link to a good article.
Few suggestions.
Give line-height: 1.5 to your paragraphs. It will increase the space between each line in the paragraphs like double space in word for readability. You can increase this number.
On mobile, the content of your page stretches from one end to the other without space on the edges. This doesn’t provide good user experience. I would give some fixed width to provide spaces on the edges.
Nice page. The layout of elements flows well and seems pretty good semantically.
Regarding accessibility for people who are colorblind, it might just be a good design practice to keep a lighter-colored background image, and use larger, dark text that contrasts well with the background.
Thank you @shimphillip, @Roma, and @dylanhamada for your feedback! I’ve made changes per your suggestions and basically revamped the color scheme for the page–keeping it simple and readable.
Also, while testing on mobile, I learned how to implement a few important features that I’ll be sure to use in my projects going forward. This was a fun project that I know I’ll be returning to just to see how much better I can make it–namely, figuring out how to stack text and images in the container, in a particular order. Thanks again!