-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwordr.html
84 lines (62 loc) · 3.04 KB
/
wordr.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>Wordr - Rattle</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="styles.css">
<link rel="canonical" href="http://www.rattlecentral.com/wordr">
<meta name="twitter:url" content="http://www.rattlecentral.com/wordr">
<meta property="og:url" content="http://www.rattlecentral.com/wordr">
<meta property="og:title" content="Wordr">
<meta name="twitter:title" content="Wordr">
<meta name="description" content="A social network where you can only say one word at a time.">
<meta property="og:description" content="A social network where you can only say one word at a time.">
<meta name="twitter:description" content="A social network where you can only say one word at a time.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@rattlecentral">
<meta property="og:site_name" content="Rattle">
</head>
<body class="project">
<div class="container">
<header role="banner">
<h1><a href="./"><img src="images/logo.png"> <span>Rattle</span></a></h1>
</header>
<article>
<header>
<h2>Wordr</h2>
</header>
<section role="complementary">
<figure>
<img src="images/wordr-main.png" alt="">
</figure>
<ul>
<li><span><img src="images/wordr-thumb1.png"></span></li>
<li><span><img src="images/wordr-thumb2.png"></span></li>
</ul>
</section>
<section role="main">
<p>Originating as an obvious joke, Wordr was a Twitter clone with a new limitation: you could only post one word at a time. There's no stopping some people though, and we soon discovered that one word could say a lot.</p>
<p>The rules of the site evolved gradually. Word length was limited to 28 characters (the length of antidisestablishmentarianism), and could be optionally followed by a question or exclamation mark. The addition of the ability to respond to other people's words enabled new games of verbal ping pong.</p>
<p>A vocabulary cloud surfaced some of the interesting words people were using (often neologism and portmanteaus), although pleasingly 'tea' remained firmly at the top of the charts.</p>
<p>The site attracted attention far and wide, and was even featured on TV as part of the BBC's Click programme.</p>
<p>Wordr is now retired.</p>
</section>
<aside>
<h3>Project information</h3>
<dl>
<dt>Launched</dt>
<dd>January 2010</dd>
<dt>Team</dt>
<dd>
<a href="http://palefire.com/">Andrew Pendrick</a>,
<a href="http://www.frankieroberto.com/">Frankie Roberto</a>,
<a href="http://www.technogoggles.com/">James Boardwell</a>,
<a href="http://about.me/rjlee/">Rob Lee</a>
</dd>
</dl>
</aside>
</article>
</div>
</body>
</html>