This project uses a mashup template for the front-end, and the backend uses Flask. The website is hosted on pythonanywhere.com and can be accessed using this URL: https://alexpago.pythonanywhere.com/
- index.html: The index page of my website.
- works.html: Projects I've been working on. Clicking each individual project will redirect browser to work1.html, work2.html and work3.html.
- about.html: This page shows my bio and at the end has a link to my CV.
- contact.html: An html form connected to flask backend for messaging me. The data inserted are extracted to a csv file (as a dict). At the right side of the page I have included my LinkedIn and Github profiles.