Add logo contest info.
authorDavid I. Lehn <dlehn@digitalbazaar.com>
Tue, 26 Feb 2013 18:21:15 -0500
changeset 1337 a488969bb2e9
parent 1336 08ca26a19558
child 1338 0251dc11e1ef
Add logo contest info.
images/index.html
site.css
--- a/images/index.html	Tue Feb 26 18:21:02 2013 -0500
+++ b/images/index.html	Tue Feb 26 18:21:15 2013 -0500
@@ -29,6 +29,15 @@
                <p>Use of these images must follow the guidelines found on the <a href="http://www.w3.org/RDF/icons/">W3C RDF Icons</a> page due to the embedded use of thier excellent logo and inspiration for this page.</p>
             </div>
 
+            <div id="contest">
+               <h2>Contest</h2>
+               <p>Are you a great graphics designer? Do you have an idea for a better JSON-LD logo? We are having a logo contest with logo attribution and the glory of victory at stake!</p>
+               <ul>
+                 <li><a href="http://lists.w3.org/Archives/Public/public-linked-json/2013Feb/0153.html">Announcement</a></li>
+                 <li><a href="https://github.com/json-ld/json-ld.org/wiki/Logo-Contest">Logo Contest</a></li>
+               </ul>
+            </div>
+
             <div id="logos">
                <h2>Logos</h2>
                <p>These are the JSON-LD logos. Also available as <a href="json-ld-logo.svg">SVG</a>.</p>
--- a/site.css	Tue Feb 26 18:21:02 2013 -0500
+++ b/site.css	Tue Feb 26 18:21:15 2013 -0500
@@ -138,3 +138,10 @@
 table.images td.image {
 text-align: center;
 }
+
+/* temporary rule during logo contest */
+#contest {
+border: 1px solid black;
+background: #dfd;
+padding: .5em;
+}