Skip to content

Commit 7fd132a

Browse files
committed
Remove link to logo contest from homepage, deadline was on Sunday
Congrats to our lucky winner @davidlehn :-P
1 parent f80f103 commit 7fd132a

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

images/index.html

-9
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ <h1>Images</h1>
2929
<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>
3030
</div>
3131

32-
<div id="contest">
33-
<h2>Contest</h2>
34-
<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>
35-
<ul>
36-
<li><a href="http://lists.w3.org/Archives/Public/public-linked-json/2013Feb/0153.html">Announcement</a></li>
37-
<li><a href="../logo-contest.html">Logo Contest</a></li>
38-
</ul>
39-
</div>
40-
4132
<div id="logos">
4233
<h2>Logos</h2>
4334
<p>These are the JSON-LD logos. Also available as <a href="json-ld-logo.svg">SVG</a>.</p>

index.html

-17
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@
1212
<title>JSON-LD - JSON for Linking Data</title>
1313
<link href="site.css" rel="stylesheet" type="text/css" />
1414
<link rel="shortcut icon" href="favicon.ico" />
15-
<style type="text/css">
16-
#logo-contest {
17-
border: 5px dashed #593b98;
18-
margin: 1em;
19-
padding: 0 1em;
20-
}
21-
#logo-contest h1 a {
22-
color: #333;
23-
}
24-
</style>
2515
</head>
2616

2717
<body>
@@ -81,13 +71,6 @@ <h1>Introduction</h1>
8171
object.</p>
8272
</div>
8373

84-
<div id="logo-contest">
85-
<h1><a href="logo-contest.html">Designers, we need your help!</a></h1>
86-
<p>We have been working hard on making JSON-LD simple and beautiful.
87-
Unfortunately we are no graphic designers so we need your help to
88-
<a href="logo-contest.html">design a great logo for JSON-LD.</a>
89-
</div>
90-
9174
<div id="playground">
9275
<h1>The Playground</h1>
9376
<p>You can use the <a href="playground/">Playground</a>

site.css

-7
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,3 @@ padding: .4em;
138138
table.images td.image {
139139
text-align: center;
140140
}
141-
142-
/* temporary rule during logo contest */
143-
#contest {
144-
border: 1px solid black;
145-
background: #dfd;
146-
padding: .5em;
147-
}

0 commit comments

Comments
 (0)