resume-site is a Flask-driven, single-page resume site. The design implements the Orbit bootstrap template for a simple, yet colorful, look and feel. Data and design are decoupled by using an HTML template to parse a python dictionary which stores all the information contained in the resume.
You can run the app in a python interpreter or standalone script like so:
import app
app.create_app().run()
This will start Flask's own web server and make resume-site available on your local machine at 127.0.0.1:5000
.
Or check the app deployed on heroku.com https://appformycv.herokuapp.com/