OldPersonalWebsite
🕸 My old personal website created with Next.JS and TailwindCSS
When I was already confident with my Web Development skills, I made my first portfolio website to showcase my skills.
This website was overkill since I used Next JS although I don't fetch any data from an API nor use Routes. It was just a static single page application. I also used CI/CD for this one since I had a free Travis CI as part of the GitHub Education. The CI/CD will automatically create build from the source code and update the repository with the GitHub Pages configured. 
The source code is in https://github.com/rgvillanueva28/rgvillanueva28.github.io.source-NextJS while the build for deployment is in https://github.com/rgvillanueva28/rgvillanueva28.github.io. You can read more on this blog post.
This project is superseded by the page you are currently viewing.