Remove link to logo contest from homepage, deadline was on Sunday
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 27 Mar 2013 18:09:04 +0100
changeset 1497 9d0c6c06a7ba
parent 1496 f6c6aa0cb067
child 1498 ef0b69435fe7
Remove link to logo contest from homepage, deadline was on Sunday

Congrats to our lucky winner @davidlehn :-P
images/index.html
index.html
site.css
--- a/images/index.html	Wed Mar 27 17:34:24 2013 +0100
+++ b/images/index.html	Wed Mar 27 18:09:04 2013 +0100
@@ -29,15 +29,6 @@
                <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="../logo-contest.html">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/index.html	Wed Mar 27 17:34:24 2013 +0100
+++ b/index.html	Wed Mar 27 18:09:04 2013 +0100
@@ -12,16 +12,6 @@
       <title>JSON-LD - JSON for Linking Data</title>
       <link href="site.css" rel="stylesheet" type="text/css" />
       <link rel="shortcut icon" href="favicon.ico" />
-      <style type="text/css">
-        #logo-contest {
-          border: 5px dashed #593b98;
-          margin: 1em;
-          padding: 0 1em;
-        }
-        #logo-contest h1 a {
-          color: #333;
-        }
-      </style>
    </head>
 
    <body>
@@ -81,13 +71,6 @@
                object.</p>
             </div>
 
-            <div id="logo-contest">
-              <h1><a href="logo-contest.html">Designers, we need your help!</a></h1>
-              <p>We have been working hard on making JSON-LD simple and beautiful.
-                Unfortunately we are no graphic designers so we need your help to
-                <a href="logo-contest.html">design a great logo for JSON-LD.</a>
-            </div>
-
             <div id="playground">
                <h1>The Playground</h1>
                <p>You can use the <a href="playground/">Playground</a>
--- a/site.css	Wed Mar 27 17:34:24 2013 +0100
+++ b/site.css	Wed Mar 27 18:09:04 2013 +0100
@@ -138,10 +138,3 @@
 table.images td.image {
 text-align: center;
 }
-
-/* temporary rule during logo contest */
-#contest {
-border: 1px solid black;
-background: #dfd;
-padding: .5em;
-}