This Website

I built this website to be hosted on Github Pages to show off my software engineering portfolio. I used HTML, CSS, Javascript, and some bootstrap to create the responsive layout. All the code can be seen in the repo here: https://github.com/Qazzzie/Qazzzie

Top ▶
Experience Building this site

I spent a lot of time troubleshooting the CSS, mostly for conflicting default behaviors such as the navigation elements being grid items that wouldn't behave as sticky. The solution seemed to be specifying the height of the body which is the parent div to these elements.

I was attempting to create a contact form with PHP, but I learned that it would go against GHP's terms of service.

The animated social media icons come from Font Awesome's API: https://fontawesome.com/docs/web/style/animate

If you have the dark reader plugin active, it makes the page loading animation stagnate.

I used Prism.js for displaying syntax formatted and highlighted code snippets.