Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
/ mentor_up Public archive

Django Dash 2013 project exploring ways to connect mentors and mentees in person.

License

Notifications You must be signed in to change notification settings

briandant/mentor_up

Folders and files

NameName
Last commit message
Last commit date
Sep 29, 2013
Oct 14, 2013
Oct 12, 2013
Oct 12, 2013
Sep 28, 2013
Sep 28, 2013
Sep 29, 2013
Sep 29, 2013
Oct 3, 2013

Repository files navigation

Mentor UP

Django Dash 2013 project exploring ways to connect mentors and mentees learning to code.

LICENSE: BSD

For instructions on how to deploy this project to Heroku, look in `docs/deploy.rst`.

Using Sass

We're using Sass for stylesheets in a very simple way. You've just gotta understand variables and CSS selector inheritance. We're not doing anything crazy, and all valid CSS is Sass compliant.

gem install compass
cd mentorup/static
compass watch

Compass will now watch the changes you make to any `sass/file.scss` files, and generating a .css that our html templates are reading.

About

Django Dash 2013 project exploring ways to connect mentors and mentees in person.

Resources

License

Stars

Watchers

Forks

Packages

No packages published