-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (62 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>boolio | ask</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="./styles/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="./js/fade.js"></script>
<link rel="icon" type="image/gif" href="./images/icon.gif">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div class="logo">
<div class="boolio-img-logo">
<img src="./images/bear.png" width="210" height="210">
</div>
</div>
<div class="boolio-text">boolio</div>
<div class="boolio-subtext"> everybody has opinions.</div>
<div class="link-to-android link-to-store">
<center>
<a href="https://play.google.com/store/apps/details?id=io.boolio.android">
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" />
</a>
</center>
</div>
<div class="link-to-ios link-to-store">
<center>
<a href="https://itunes.apple.com/us/app/boolio/id1049068447">
<img alt="Get it on the App Store" src="./images/app_store.svg" />
</a>
</center>
</div>
</div>
<div class="footer-nav">
<ul class="links">
<li><a class="nav-link" href="/about">about</a></li>
<li><a class="nav-link" href="/terms">terms</a></li>
<li><a class="nav-link" href="/faq">faq</a></li>
</ul>
<ul class="social-links left bottom-padding">
<li class="social-link-left">
<a href="https://mixpanel.com/f/partner">
<img src="https://cdn.mxpnl.com/site_media/images/partner/badge_blue.png" alt="Mobile Analytics" />
</a>
</li>
</ul>
<ul class="social-links right">
<li class="social-link">
<a class="img-link" href="https://twitter.com/boolioapp" target="_blank"><i class="fa fa-twitter fa-lg"></i></a>
</li>
<li class="social-link">
<a class="img-link" href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-lg"></i></a>
</li>
</ul>
</div>
</body>
</html>