Profile pages are working but need to be made nice looking. Dynamic page routing for user profiles is now working. I also just now noticed that I left the exports for each page as 'Accessibility' since I was copying the basic format of that page over to each of the others, so I fixed that problem as well.
Note that to get the placeholder Avatars working I had to add the random avatars website to next.config.js. This should obviously be removed in production.
This PR sort of Resolves #37
Profile pages are working but need to be made nice looking. Dynamic page routing for user profiles is now working. I also just now noticed that I left the exports for each page as 'Accessibility' since I was copying the basic format of that page over to each of the others, so I fixed that problem as well.
Note that to get the placeholder Avatars working I had to add the random avatars website to next.config.js. This should obviously be removed in production.