Personal website built on Flask using bootstrap for CSS
- Make sure you have python and flask installed
- Instructions on installing Flask can be found here
- Clone the repo to your desktop somewhere
- Go to the base directory and run
python main.py
. - This is now a website at localhost:5000
The main python file for the project containing url routes
Project homepage containing links to main social accounts (LinkedIn, GitHub, Twitter)
The about page
The contact page and an email form
The resume page, which is essentially an interactive resume
Contains directories for css, images, imgs and js. Pretty intuitive with what contains what.