-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
147 lines (131 loc) · 5.24 KB
/
index.html
File metadata and controls
147 lines (131 loc) · 5.24 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<html>
<head>
<title>Tilde - The Universal Punctuation of Awesome</title>
<link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css'>
<link href="stylesheets/screen.css" rel='stylesheet' type='text/css'>
<link rel="icon" href="images/favicon.png" type="image/png" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-933690-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class='mast'>
<div class="container_16">
<div class='grid_8 push_4 alpha omega'>
Obv Media Proudly Presents
</div>
<div class='clear'></div>
</div>
</div>
<div class="container_16">
<div class="grid_8 push_4 alpha omega">
<h1>~ The Universal Punctuation of Awesome</h1>
<section class='join-us'>
Join the movement, spread the word #~
<a href="http://twitter.com/share" class="twitter-share-button" data-text="I support Project Tilde, the Universal Punctuation of Awesome #~" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<iframe class='facebook' src="http://www.facebook.com/plugins/like.php?app_id=185117338227408&href=http%3A%2F%2Fwww.project-tilde.org&send=false&layout=button_count&width=50&show_faces=false&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe>
</section>
<section>
<h2>Mission</h2>
<p>
Online communication lacks a meaningful expression for sarcasm, mischievousness, and
epic wins. So we're changing the English language to make one~
</p>
</section>
<section>
<h2>Grammar</h2>
<p>
The awesome character (~) may be used after a word or phrase to emphasize sweetness,
savagery, or excitedness. When ending a sentence, it takes the place of a period.
The tilde may not be used to precede a word or for the generally mundane.
</p>
</section>
<section>
<h2>Usage</h2>
<div class="example clearfix">
<h3>Emoticon</h3>
<div class="before">
<img src="images/peewee.jpg"/>
<span>:)</span>
</div>
<div class="after">
<img src="images/arnold.jpg"/>
<span>~</span>
</div>
</div>
<div class="example clearfix">
<h3>Greeting</h3>
<div class="before">
<img src="images/urkel.jpg"/>
<span>yo</span>
</div>
<div class="after">
<img src="images/fonzi.jpg"/>
<span>yo~</span>
</div>
</div>
<div class="example clearfix">
<h3>Proper Noun</h3>
<div class="before">
<img src="images/parishiltonday.jpg"/>
<span>Paris Hilton</span>
</div>
<div class="after">
<img src="images/parishiltonnight.jpg"/>
<span>Paris Hilton~</span>
</div>
</div>
<div class="example clearfix">
<h3>Adjective</h3>
<div class="before">
<img src="images/cookout.jpg"/>
<span>Nice bar-b-que</span>
</div>
<div class="after">
<img src="images/fatbastard.jpg"/>
<span>bar-b-que~</span>
</div>
</div>
<div class="example clearfix">
<h3>Verb</h3>
<div class="before">
<img src="images/fishing.jpg"/>
<span>Sailing</span>
</div>
<div class="after">
<img src="images/onaboat.jpg"/>
<span>Sailing~</span>
</div>
</div>
<div class="example clearfix">
<h3>Interjection</h3>
<div class="before">
<img src="images/excuseme.jpg"/>
<span>Excuse me</span>
</div>
<div class="after">
<img src="images/hammertime.jpg"/>
<span>~</span>
</div>
</div>
</section>
</div>
<div class='clear'></div>
</div>
<div class='footer'>
<div class="container_16">
<div class='grid_8 push_4 alpha omega'>
An <a href="http://www.urbancoding.net">Urban Coding</a> Aside
</div>
<div class='clear'></div>
</div>
</div>
</body>
</html>