Here lies our 2015 LocalHackDay site.
Building a hacking culture at the University of Colorado, Boulder.
#Contributing
Branch and merge to staging
branch.
Only changes which are prepared for live should reside in the gh-pages
branch
Every time you add an image, perform a lossless compression. Until this is put into a build script you need to do it manually with the following.
optipng img/*.png
jpegoptim img/*.jpg
git clone https://github.com/HackCU/LocalHackDay2015
open index.html
In addition, all links should contain the HTML target attribute "_blank".
Before:
<a href="https://www.facebook.com/letsHackCU">Visit our facebook</a>
After:
<a href="https://www.facebook.com/letsHackCU" target="_blank">Visit our facebook</a>