This repository contains the source code for my personal site. It was created using HTML, CSS, Bootstrap and Javascript. I relied heavily on Bootstrap for styling to streamline the website. No frameworks were used so the navbar and footer were copied and pasted between files. This was created as my final project for Introduction to Web Development during the Summer of 2021 while attending Portland State University.
The site is currently deployed here using Github Pages. To run the code locally, please right click index.html
and open using your installed internet browser.
I used the following resources for troubleshooting my project:
Adding a favicon: https://lazaroibanez.com/how-to-add-a-favicon-to-github-pages-403935604460
Spacing using Bootstrap: https://getbootstrap.com/docs/4.0/utilities/spacing/
Bootstrap NavBar: https://getbootstrap.com/docs/4.0/components/navbar/
Setting footer at bottom: https://stackoverflow.com/questions/15960290/css-footer-not-displaying-at-the-bottom-of-the-page/15960308
Modal on submit & clear form using JS: https://getbootstrap.com/docs/4.0/components/modal/ https://stackoverflow.com/questions/26863003/how-to-reset-the-bootstrap-modal-when-it-gets-closed-and-open-it-fresh-again