-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
46 lines (40 loc) · 1.63 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Vote on where to go for lunch with your co-workers.">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>lunch vote!</title>
<meta name="robots" content="nofollow">
<link href="style.min.css?1.1.0" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create','UA-39146853-1');ga('send','pageview');
</script>
<link rel="icon" type="image/png" href="favicon.png?1.1.0">
<link rel="shortcut icon" type="image/png" href="favicon.png?1.1.0">
</head>
<body>
<div class="index_container">
<div class="index_action">
<div id="create_group_button" class="button create_group" onclick="new_group()">
<span class="caption">lunch vote!</span>
<div class="icon"></div>
<div class="action"></div>
<div id="loader_anim_idle" class="loader idle"></div>
<div id="loader_anim_hover" class="loader hover"></div>
</div>
</div>
<div class="index_copy">
<h1>About</h1>
<p class="copy">
Democracy rules! <em>lunch vote</em> is the easy way to decide where to go.
Click the button above, add some lunch destinations and away you
go. Invite co-workers simply by sharing the URL. No logins, no
hassles. Free forever.
</p>
</div>
<div class="index_footer note">COPYRIGHT 2013 T.W.R.COLE</div>
</div>
<script src="script.index.min.js?1.1.0"></script>
</body>
</html>