The official website of Hack4Impact Cal Poly. Currently a work in progress.
Open a terminal and cd
into a directory that you want to store the project. Then type:
git clone https://github.com/hack4impact-calpoly/website.git
cd
into the project:
cd website/
Then type:
open ./index.html
(You can also simply just double-click the file from Finder/File Explorer.)
And there you have it! The Hack4Impact Cal Poly website!
The purpose of this project is to teach web development fundamentals to new members while creating a website for our organization.
UI and theme are developed from Material Design from google, for information, see: https://material.io/guidelines/ for more info
Hack4Impact Colors (From our logo): Green: #64ab8a, Blue: #155da1
Template is bootstrap based, for a complete reference of how to add a "particular" component, see https://getbootstrap.com/docs/4.0/components
Icons used - Material Icons (https://material.io/icons/) and FontAwesome Icons (https://fontawesome.com/icons). These icons are available automatically when extending from main template in the MAIN module. For consistency, it is suggested to use material icons as the first choice for buttons and status.
Main template is derived from https://www.creative-tim.com/product/material-kit, licensed under MIT.