-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
92 lines (62 loc) · 3.18 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- for Google -->
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="copyright" content="" />
<meta name="application-name" content="" />
<!-- for Facebook -->
<meta property="og:title" content="Tangible Audio" />
<meta property="og:image" content="http://tangible.audio/images/1200-627.png"/>
<meta property="og:url" content="http://tangible.audio"/>
<meta property="og:type" content="article" />
<title>Tangible Audio</title>
<link rel="stylesheet" href="">
<link rel="shortcut icon" href="http://tangible.audio/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="http://tangible.audio/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="http://tangible.audio/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="http://tangible.audio/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="http://tangible.audio/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="http://tangible.audio/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="http://tangible.audio/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="http://tangible.audio/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="http://tangible.audio/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="textwrapper">
<div>
<a class="button" id="start"><span>Start</span></a>
</div>
<div id="text" class="hidden">
<h1> <span>A new way for children to discover and express sound imagination away from the screen.</span></h1>
<p>Soon on Kickstarter.</p>
</div>
<div id="formcont" class="hidden">
<a href="http://eepurl.com/3JGTn" id="knowmore" class="button"><span>Be the first to know</span></a>
<div class="share">
<a class="fa-facebook" target="_blank" href="https://www.facebook.com/dialog/share?app_id=1477571592502587&display=popup&href=http%3A%2F%2Ftangible.audio%2F%2F&redirect_uri=http%3A%2F%2Ftangible.audio"></a>
<a target="_blank" class="twitter-hashtag-button fa-twitter" href="https://twitter.com/share?related=tangibleaudio&text=@tangibleaudio"></a>
</div>
</div>
</div>
<div id="container"></div>
<div id="audiocheck">
<a href="#" id="audiobutton"><i class="fa fa-audio-on"></i></a>
</div>
<script src="scripts/main.js"></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-55164852-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>