This repo is meant for students to add their event to www.hackseason.com. Please follow the guidelines for making a pull request to the repo!
###Format
- name - event name
- description - 100 word limit
- thumbnail - 300 x 300px PNG (300DPI)
- banner - 851 x 315px PNG (300DPI) - Same as Facebook Banner
- start_date - YYYY-MM-DD
- end_date - YYYY-MM-DD
- website_url - must be a full url
- register_url - must be a full url
- support_email
- sponsor_email
- facebook - page name
- twitter - twitter handle
- location - full address
- travel_reimbursement - "full", "none", or $amount.
- event_size - # of people
- hs_hackers - "true" or "false"
- keywords - 5 keyword max
###Example
[
{
"name": "Cal Hacks",
"description": "Cal Hacks",
"thumbnail": "./assets/calhacks_thumbnail.png",
"banner": "./assets/calhacks_banner.png",
"start_date": "2014-10-03",
"end_date": "2014-10-05",
"website_url": "https://www.calhacks.io",
"register_url": "https://apply.calhacks.io",
"support_email": "team@calhacks.io",
"sponsor_email": "sponsor@calhacks.io",
"facebook": "calhacks",
"twitter": "calhacks",
"location": "210 Stadium Rim Way, Berkeley, CA 94720",
"travel_reimbursement": "full",
"event_size": "1200",
"hs_hackers": "true",
"keywords": [
"UC Berkeley",
"University of California",
"California",
"Berkeley"
]
}
]
###Rules
- Test all your URLs and make sure they are valid.
- Links must all be direct links. No redirects allowed.
- Validate your JSON with using JSONLint.
- Pictures must be in PNG format in the size specified at 300DPI.
- Do not try to do anything to make your event stick out on the page!