-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (48 loc) · 2.65 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
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<!--[if IE]><script>window.location='http://youtu.be/BROWqjuTM0g'</script><![endif]-->
<meta charset="UTF-8">
<title>YoClicker</title>
<meta name="viewport" content="user-scalable=0, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content=translucent-"black">
<link rel="shortcut icon" href="/YoClickerLogo.png"/>
<link rel="apple-touch-icon" href="/YoClickerLogo.png">
</head>
<body>
<div class="ditto">
<div class="top">
<img width="250" height="250" src="/YoClickerLogo.png">
<h1>YoClicker</h1>
<h2>Voting made easy</h2>
</div>
<h3>Step 1: Yo @ YoClicker. We'll send you a link to your dashboard.</h3>
<h3>Step 2: Open link and create a new poll. We'll create a Yo account with your poll's name.</h3>
<h3>Step 3: Ask people to Yo @ your poll's account. We'll send them a link to a voter.</h3>
<h3>Step 4: ??? PROFIT. Select a poll in your dashboard to see live results.</h3>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//github.us9.list-manage.com/subscribe/post?u=51e5964bd6d99d3dfe22a7b35&id=e8d17e2844" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Sign Up for YoClicker updates</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_51e5964bd6d99d3dfe22a7b35_e8d17e2844" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<h3 class="signature">Made with ♥ by <a href="https://twitter.com/dasilvacontin">@dasilvacontin</a> and <a href="https://github.com/mllobet">@mllobet</a>
</div>
</body>
</html>