A simple portfolio

My portfolio website can be found at GitHub - wbmattis2/wbmattis2.github.io: Personal website

It can also be viewed live at wbmattis2.github.io

The design is fairly simple, with a preview pane that changes depending on which project is selected by the user. Index.html originally included a single preview div which would be programmatically filled with content depending on the project selected, but thought it would be more accessible if I included all of the previews in index.html, with their display toggled via JavaScript. This method allowed me to pair buttons with project previews via aria-describedby.

Iā€™d be interested to read any of your thoughts!

1 Like