Skip to content

agango/website

 
 

Repository files navigation

CORE Website

The website for the Columbia Organization of Rising Entrepreneurs.

Local Setup

Run the following commands:

#! /bin/bash
virtualenv --no-site-packages .
source bin/activate
pip install -r requirements.txt

Deployment

To update the live website to the latest version from GitHub:

ssh coreboard@web509.webfaction.com
cd webapps/coreflask/coreflask
git pull
./../deployment.sh

Material Design vs. Bootstrap

We're experimenting with Google's Material Design library. This website uses a different global font scheme and color scheme from the default files in the Material Design Lite library. These changes are made to the src/_variables.scss file in the Material Design Lite source code.

About

Point of truth for our website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 86.4%
  • HTML 10.4%
  • JavaScript 2.1%
  • Python 1.1%