This is the code repository for my personal portfolio website, which is hosted at josephcameron.info. I built this website using HTML, CSS, JavaScript and Bootstrap.
The homepage is the index.html file, and all the other HTML files correspond to projects within my portfolio.
All assets for this website can be found the assets folder.
- The main CSS styles are located in the assets/css/style.css file.
- The main JavaScript file is assets/js/main.js.
- My website features a fully functioning AJAX contact form. The JavaScript file that handles the form's validation and functionality is assets/vendor/php-email-form/validate.js.
- All images are located within the assets/img folder.
- All documents are located within the assets/doc folder.
- All other external assets such as Bootstrap etc. can be found in the assets/vendor folder.