Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromoSoc14/website

Website for open Summer of code 2015

License

NotificationsYou must be signed in to change notification settings

oSoc15/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for open Summer of code 2015

-- It's a clone of an early version of the oSoc14 website. For more up to date features, steal fromhttps://github.com/oSoc14/website

Deployment

Make sure bower is installed

npm install -g bower

Go to root folder of project in CLI

Run following command:

bower update

This should install the jQuery, Modernizr and FontAwesome packages

bundle install

This will install to ruby dependencies

compass watch

Watches your files and compiles them

Everything should now be into place to upload the site.

JSON-LD Event Information

Currently, the JSON LD only contains the mother Event of oSoc15, spanning the entire duration.As soon as we have more information, we should add the subEvents for every day.

{"@context" :"http://schema.org","@type" :"Event","name" :"Open Summer of code 2015","startDate" :"2014-07-06T09:00","endDate" :"2014-07-31T17:00","organizer" : {"@id" :"https://opencorporates.com/id/companies/be/0845419930","@type":"Organization","name":"Open Knowledge Belgium","url" :"http://www.openknowledge.be"          },"location" : {"@type" :"Place","name" :"TBA","address" :"TBA"          },"image" :"http://2015.summerofcode.be/images/socialmedia/logo.png"      }

subEvents

This part of the code can just be added after the "image" : ".../logo.png" line, seperated by a comma.It would also be nice to use URIs for the locations once they are defined.

"subEvent" : [{"@type" :"Event","name" :"Introduction","startDate" :"2014-07-06T09:30","endDate" :"2014-07-06T10:30","organizer" : {"@id":"https://opencorporates.com/id/companies/be/0845419930"},"location" : {"@type" :"Place","name" :"TBA","address" :"TBA"        }    },     {"@type" :"Event","name" :"Project assignment","startDate" :"2014-07-06T11:00","endDate" :"2014-07-06T12:00","organizer" :{"@id":"https://opencorporates.com/id/companies/be/0845419930"},"location" : {"@type" :"Place","name" :"TBA","address" :"TBA"        }    }]

About

Website for open Summer of code 2015

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML44.7%
  • CSS38.1%
  • SCSS12.7%
  • JavaScript3.7%
  • Ruby0.8%

[8]ページ先頭

©2009-2025 Movatter.jp