A standalone repository containing the static HTML and CSS documents that my portfolio uses.
x3 static HTML template Documents x3 CSS stylesheets
All 3 of the HTML template documents Are used:
- resume_temp.html: for resume webpage
- projects_temp.html: for any webpage that displays multiple projects
- about_temp.html: for any webpage about a specific thing such as individual projects
All 3 stylesheets are used:
- main.css: styles the top part of each webpages
- about.css: styles any instance of resume_temp.html or about_temp.html
- projects.css: styles any instance of projects_temp.html