Added collaboration section to front page, minor CSS fixups.
authorManu Sporny <msporny@digitalbazaar.com>
Fri, 15 Oct 2010 10:34:00 -0400
changeset 8 b87956df5de8
parent 7 e88760ec0312
child 9 aa407f36606a
Added collaboration section to front page, minor CSS fixups.
index.html
site.css
spec/index.php
--- a/index.html	Thu Oct 14 17:38:24 2010 -0400
+++ b/index.html	Fri Oct 15 10:34:00 2010 -0400
@@ -79,6 +79,18 @@
                in the works.</p>
             </div>
 
+            <div id="info">
+               <h1>Collaborating</h1>
+               <p>There are several ways that you can collaborate in the development
+               of JSON-LD:</p>
+
+               <ul>
+                  <li>Code: <a href="http://github.com/digitalbazaar/json-ld">github</a></li>
+                  <li>Mailing List: <a href="http://groups.google.com/group/json-ld">json-ld@googlegroups.com</a></li>
+                  <li>IRC: <a href="http://webchat.freenode.net/?channels=#json-ld">#json-ld</a> on Freenode</li>
+               </ul>
+            </div>
+
          </div>
  
          <div id="footer"> 
--- a/site.css	Thu Oct 14 17:38:24 2010 -0400
+++ b/site.css	Fri Oct 15 10:34:00 2010 -0400
@@ -34,6 +34,11 @@
 /*font-family: "Georgia", Times, serif;*/
 }
 
+
+ul {
+margin: 0 2em;
+}
+
 .hidden {
 display: none;
 }
--- a/spec/index.php	Thu Oct 14 17:38:24 2010 -0400
+++ b/spec/index.php	Fri Oct 15 10:34:00 2010 -0400
@@ -32,7 +32,7 @@
                <h1>Specifications</h1> 
                <p>The following specifications are sorted in most recent to
                least recent order:</p>
-               <ul style="margin-left: 1em">
+               <ul>
                  <li><a href="latest/">latest</a></li>
 
 htmlcode;