Coder Social home page Coder Social logo

zurihac-website's Introduction

ZuriHac 2017 website

Live on https://zurihac.info

You need nodejs and yarn to run the website locally. If you have nix installed you can use nix-shell to switch into a shell with yarn available. To start the server locally, use:

$ yarn install
$ yarn run start

A browser should automatically open once the server is running.

Files of interest

  • src/page.js: The main structure of the page.
  • src/sections.js: Most (text-only) sections are here.
  • src/projects.js: List of projects (shown in the Workshops section).
  • src/schedule.js:
  • src/speakers.js:

Sections

You can add new sections to the src/sections.js file, then import them in the src/page.js file and place them somewhere on the page.

Projects

Add new projects to the list at the top of the src/projects.js file. No further changes are needed. Provide an approximate difficulty (or difficulty range) so that participants can judge which projects are suitable for them.

Schedule

You can add instantenous events (which start at a fixed time, DPoint) or events which last a certain duration (DRange).

Speakers

Add new speakers to the src/speakers.js file. Place the image into the static/ folder and import it in the src/speakers.js file (using require(...)).. If available, set GitHub and Twitter usernames.

Try to provide a short description of the person, in third-person tense.

Deployment

The master branch is automatically deployed after each push (using Google Cloud Container Builder, see the deploy.yaml file in the root of the repository).

Manual deployment is possible if you have access to the gs://zurihac.info Google Storage bucket. Use the script/deploy shell script.

zurihac-website's People

Contributors

werehamster avatar jaspervdj avatar meiersi-da avatar gleber avatar joamaki avatar cdupont avatar danielg avatar ivan444 avatar basvandijk avatar bodigrim avatar tourn avatar ivanperez-keera avatar jcmincke avatar lucasdicioccio avatar 23skidoo avatar mikolaj avatar nhenezi avatar phadej avatar robinp avatar thkoch2001 avatar int-index avatar tittoassini avatar

Watchers

 avatar James Cloos avatar

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.