zugaldia / schemer

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

Home Page:http://zugaldia.github.com/schemer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://zugaldia.github.com/schemer

License:Other


Languages

Language:JavaScript 79.1%Language:PHP 20.9%