Giter Site home page Giter Site logo

osoc17 / website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osoc16/website

1.0 4.0 3.0 66.71 MB

Website for open Summer of code 2017

Home Page: https://2017.osoc.be/

License: GNU General Public License v2.0

HTML 55.88% CSS 26.44% JavaScript 2.06% SCSS 15.62%

website's Introduction

oSoc17-website

Website for open Summer of code 2017

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

Deployment

Make sure bower is installed

npm install -g bower

Install other npm dependencies (only needed for Dev)

npm install

Go to root folder of project in CLI

Run following command:

bower update

This should install the jQuery, Modernizr and FontAwesome packages

gulp

Compiles the SCSS files. (Only need to run this when you change the .scss files)

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 2017",
          "startDate" : "2017-07-03T09:00",
          "endDate" : "2017-07-28T17: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://2017.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"
        }
    }]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.