From 22270c6d2887a347f17fa63ff88d93cb3bae5417 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Sat, 18 Aug 2012 14:22:43 -0400 Subject: [PATCH] adding back try,play,fork to index and rearranging to put wiki on top --- static/css/index.css | 57 +++++++++++++++++++++++++++++++--- templates/index.html | 74 ++++++++++++++++++++++++++++++++------------ 2 files changed, 107 insertions(+), 24 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index db2abe7..956395a 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -10,6 +10,7 @@ p { line-height: 1.5em; } + #gallery img { width: 300px; height: 300px; @@ -78,17 +79,50 @@ h3 { margin: 0; padding: 0; } -#what { - width: 300px; + + +#try { + width: 200px; display: inline-block; vertical-align: top; } -#who { +#play { + width: 200px; + display: inline-block; + vertical-align: top; +} +#fork { + width: 200px; + display: inline-block; + vertical-align: top; +} +.intro { + width: 200px; + margin-left: 5px; + margin-right: 5px; + +} +.intro a { + background-color: rgba(0,0,0,0); +} +.intro h3 { + width: 2em; + margin-left: auto; + margin-right: auto; +} +.intro img { + width: 200px; + height: 150px; +} + +#what { width: 300px; display: inline-block; - margin: 6px; + vertical-align: top; } + #wiki { + display: inline-block; font-size: 24px; line-height: 34px; width: 300px; @@ -97,4 +131,17 @@ h3 { margin-right: auto; padding: 16px; -} \ No newline at end of file +} + +#who { + width: 640px; + display: inline-block; + margin: 6px; +} +#where { + width: 640px; + display: inline-block; + margin: 6px; +} + + diff --git a/templates/index.html b/templates/index.html index a0a2542..48a9845 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,22 +12,52 @@

Tributary

+
+
+
+ +

Try!

+ +

Just start writing some d3 code and watch elements come to life with every keystroke!

+
+
+ +
+ +

Play!

+ +

No need to code, open any existing tributary and just click on any number or color + you see to start playing!

+
+
+ +
+ +

Share!

+ +

Like what you see? +
Click "Fork" and your code gets saved to a github gist. +
Your URL will change, just copy, paste and share!

+
+
+

What is this?

Tributary is an experimental environment for rapidly prototyping visualization code. The environment provides several libraries useful for this kind of coding, as well as a simple interface for live code editing.

- -
-

Who is involved?

-

Tributary is @enjalot's digital laboratory. -
Much of the design is @mrejfox's vision. -
Power users that shape the projects direction include @syntagmatic, @bausofthenauf, - @ptvan and @poezn -

-
+ + +
+

Wiki

+
+ Overview +
Tributary +
Delta +
+
@@ -39,7 +69,7 @@

Who is involved?

- + @@ -64,15 +94,21 @@

Who is involved?

Some of these images take you to galleries of Tributary examples, don't be afraid to click on images which take you to the actual live tributaries! - -
-

Wiki

-
Overview -
Tributary -
Delta -
-
-
+ +
+ +
+

Who is involved?

+

Tributary is @enjalot's digital laboratory. + Much of the design is @mrejfox's vision. + Contributors include bollig and ejfox. + Power users that shape the projects direction include @syntagmatic, @bausofthenauf, + @ptvan and @poezn +

+
+ + +

Where did it come from?

Tributary is possible thanks to much harder work done by other people. We started with Gabriel Florit's implementation of concepts introduced in Bret Victor's Inventing