v2.0.0
Content Flow
v2 of this repository is made using the ReactJS framework, using create-react-app
. Multiple pages are now in use thanks to react-router
. The organization of content is entirely different, with projects and resume content receiving their own pages.
Going Full-Stack
A contact page allows the user to contact me through the use of a back-end hosted on Heroku. The code for this back-end NodeJS server with Express is so-far unpublished online but may be pushed to this or another repository in the future.
CNAME / DNS Configuration
A custom domain is used so that the website can be found at a new URL instead of the former default provided by GitHub Pages.
More
There are even more CSS media queries for smaller screen optimization, updated <head>
metadata for SEO, auto-prefixing through the react compiler, canvas elements used for background images, custom-built hooks (finally) in production, ... and much more!