Skip to content

TkhiienLok/My_resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resume-site

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.

Running resume-site

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/