Skip to content

blanchardjeremy/jbrinkerhoff.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jessilyn Brinkerhoff Portfolio

A Django application for Jessilyn Brinkerhoff's portfolio.

Visit the site at http://jbrinkerhoff.com

Cool things about this site

Usage

When you begin working on this project, do the following:

cd ~/Projects/thisproject/code
source .env                     # Load the system-specific settings for this project
./root/manage.py syncdb         # Initialize the database
./root/manage.py runserver      # Launch your server. Visit http://localhost:8000/

Possible Features

Some things we might want to implement in the future:

  • Combine front page and second page as one scroll effect

Heroku deploy instructions

# Follow the heroku quickstart guide to get it installed and your authentication going
heroku apps:create --stack=cedar jbrinkerhoff
heroku config:add FLICKR_SECRET=aaaaaaaaaaaaaaaa
# repeat config:add for secret key and any other variables in .env
heroku push heroku master
# Get the db and starter data ready
heroku run python manage.py syncdb --noinput
heroku run python manage.py loaddata starter_data
# Custom domains: configure your DNS as such: https://devcenter.heroku.com/articles/custom-domains
heroku domains:add www.jbrinkerhoff.com
heroku domains:add jbrinkerhoff.com

Other stuff

The logo design is available in the design directory.

License

This project (design and code) are licensed under the MIT License.

Authors

Built with love! Design by Jessilyn Brinkerhoff and code by Jeremy Blanchard.

About

Portfolio website for Jessilyn Brinkerhoff: Built on bootstrap, flickr, django, and heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published