Live version up at popright.in.
Created by students at Cornell University in Ithaca, NY.
You can also find us on Facebook and Twitter.
First, make sure you have Ruby/Rubygems/Bundler installed. Run bundle install
to install the correct version of Capistrano the first time you deploy. To deploy the site, run bundle exec cap deploy
.
Add the person's photo to the images/people
folder with the naming pattern {netID}.jpg, name to the "partners" section of index.html
and add their biography information to the Google Spreadsheet.
The stripes in the header, footer and background are:
- Green:
- RGB: 000 255 001
- Hex: #00ff01
- Pink:
- RGB: 255 000 114
- Hex: #ff0072
- Blue:
- RGB: 002 172 255
- Hex: #02acff
The red in the links and buttons is standard Cornell Red (Carnellian):
- RGB: 179 027 027
- Hex: #b31b1b
Remember to change the query variable on the end of the CSS call in index.html
in order to break the cache.
If you're looking for the typical $(document).ready()
at the bottom of index.html
, you're in for a surprise. Add jQuery in app.js
, then compress it and and append to app.min.js
using a javascript compressor. Remember to update the query variable on the script tag in index.html
to break the cache.
Be sure to change the names of images that are being swapped out due to caching being enabled by the .htaccess file.
Feel free to email me at elm232 'at' (standard Cornell email scheme) if you have any questions.
The POPSHOP website is build using several open source components:
- A trimmed down copy of Foundation 3.2 by ZURB, provided under an MIT License.
- Icons by Glyphicons, provided under a CC BY-ND 3.0 License.
- Google Spreadsheet syncing using Tabletop.js.
- Placeholder images by PLACEHOLD.IT.
- AJAX preloader image from Preloaders.net.
Copyright (c) 2013 POPSHOP
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.