Skip to content
This repository was archived by the owner on Apr 15, 2019. It is now read-only.
/ schemer Public archive

Winning entry for the Scheme up Google I/O 2012 competition.

License

Notifications You must be signed in to change notification settings

zugaldia/schemer

Repository files navigation

Live version: http://zugaldia.github.com/schemer

Background

Update: We got awarded! See you guys and gals in San Francisco :-)

This is an entry submitted to the "Scheme up Google I/O" competition. We had 48 hours to "Design and implement a Schemer Doodle using HTML5, CSS3 or any other technology supported in Chrome":

This is the full code for the doodle, it uses a number of components:

  • Twitter Bootstrap for the HTML5/CSS3/JS skeleton
  • jQuery for the generic JS code
  • A simple PHP script to generated the coordinates (see below)
  • d3.js for the visualization

The look and feel resembles Schemer's on purpose and reuses some of their images and fonts (covered by their copyright).

So far it has only been tested in Chrome but it should work in any modern web browser.

Generating the coordinates

The "pulsating logo" is made out of around 1,000 circles. Logically we didn't create the coordinates manually, to check how it works see coordinates/logo.php.

License

Feel free to contribute or use this code in your projects under the terms of the BSD license in LICENSE.md.

Author

Antonio Zugaldia.

About

Winning entry for the Scheme up Google I/O 2012 competition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published