Created
February 11, 2011 21:37
-
-
Save hunterloftis/823087 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#title | |
h1 | |
span.lead our incredible | |
strong capabilities | |
span.tail make us both look good. | |
#demos | |
- for(var i = 0; i < 5; i++) | |
.demo | |
a(href='/max') | |
img.icon(src='/images/icon_max.png') | |
h2.title | |
span | |
| <strong>Max</strong> the intern | |
.tags | |
ul | |
li.mobile | |
span.hidden Mobile | |
li.html5 | |
span.hidden HTML5 | |
.description | |
dl | |
dt.what What? | |
dd A page where each visitor shares the experience of the others. | |
.more | |
dl | |
dt Why? | |
dd The web is moving away from 'html documents' and towards real, realtime collaboration. This is a fun way to demonstrate the ability of Web 3.0 to deliver shared environments. | |
dt How? | |
dd HTML5 Canvas and Websockets, Box2D Physics | |
dt When? | |
dd Collaboration, monitoring, communication, broadcasting, and entertainment can benefit from Web 3.0 technologies. When users need data, current and fast, realtime is the answer. | |
#branding | |
a.skookum(href='http://www.skookum.com') | |
p Demos by Skookum | |
script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js') | |
script(src='/js/scroll.js') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment