-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (60 loc) · 2.83 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Language" content="en" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="description" content="Whichor - Meet your beautiful choices. Whichor is a well-designed and lovely app that can help you make your choices of life. People, Outdoor, Yes or No, Leisure and Dinner (2.0), these “discs” help you answer all questions about “Who”, “Where to go”, “Do it or not”, “What to do”, and “What to eat”." />
<meta name="keywords" content="life, decide, desicion, serendipity, chance, choice, choose, leisure, lovely, cute, beautiful, dinner, which, who, answer, random, decide" />
<meta name="author" content="Polaris Chen">
<title>Whichor - Meet your beautiful choices</title>
<link rel="shortcut icon" href="img/favicon.ico?v=2"/>
<link rel="stylesheet" href="css/index.css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<img class="logo" src="img/logo.png" srcSet="img/[email protected] 2x" alt="Whichor" />
<h1>Whichor</h1>
<h2>Meet your beautiful choices</h2>
</header>
<section>
<div class="gallery">
<img class="screenshot" src="img/shot-1.png" srcSet="img/[email protected] 2x" alt="Screenshot 1" />
<img class="screenshot" src="img/shot-2.png" srcSet="img/[email protected] 2x" alt="Screenshot 2" />
</div>
</section>
<section>
<a class="cta" href="https://itunes.apple.com/us/app/whichor-make-your-elegant/id1068107052?l=zh&ls=1&mt=8">Download & Meet Your Beautiful Choices</a>
</section>
<footer>
<p>Feedbacks or suggestions: <a href="mailto:[email protected]">[email protected]</a></p>
<br>
<p>Music by Audionautix.com</p>
<p>Crafted with love by Polaris Chen</p>
</footer>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?d7796fbdc3db8b47fa71fa5d235203b8";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<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-70440884-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>