-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (58 loc) · 2.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>CryptoStickers</title>
<meta name="description" content="Communicate with the brand new CryptoStickers emoji keyboard.">
<meta name="author" content="Tanooki Labs">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="hero">
<div class="hero-container">
<div class="hero-left">
<img src="images/cryptostickers-logo.png" alt="CryptoStickers" class="img-app_icon" />
<h1>CryptoStickers</h1>
<p>Join the social bandwagon and send stickers of your crypto tokens to friends in messaging apps and social media!</p>
<div class="button-coming_soon">Coming Soon</div>
</div>
<div class="hero-right">
<img src="images/cryptostickers-app.png" alt="CryptoStickers iOS App" />
</div>
</div>
</div>
<div class="footer">
<div class="footer-container">
<p>© 2018 Tanooki Suit, LLC.</p>
<ul class="footer-links">
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Use</a></li>
<li><a href="license.html">NIFTY™ License</a></li>
<li><a href="mailto:[email protected]?subject=About CryptoStickers">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125542521-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-125542521-1');
</script>
</body>
</html>