-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (104 loc) · 4.43 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/Organization" prefix="og: http://ogp.me/ns#">
<!--
┌─┐┌─┐┌─┐┬ ┌─┐┬┌┬┐
├─┤├─┘├─┘│ ├─┤│ │
┴ ┴┴ ┴ ┴─┘┴ ┴┴ ┴
WELCOMES YOU, DEVS!
-->
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="html,html5,css,js,javascript,app,webapp,firefox,firefox os,mozilla,marketplace,develop">
<meta name="description" content="Mobility and Embedded Solutions on Web Platform.">
<!-- Page title -->
<title>Applait Technologies LLP</title>
<!-- Link elements, including stylesheets -->
<link rel="icon" href="img/16.png" sizes="16x16" type="image/png" />
<link rel="icon" href="img/32.png" sizes="32x32" type="image/png" />
<link rel="canonical" href="http://applait.com/" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Exo:200italic,200|Alegreya" />
<link rel="stylesheet" href="css/style.css" />
<!-- Social Media Tags-->
<!-- Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="http://applait.com/" />
<meta property="og:title" content="Mobility and Embedded Solutions on Web Platform." />
<meta property="og:image" content="http://applait.com/img/social.png" />
<!-- Google -->
<meta itemprop="name" content="Applait Technologies LLP">
<meta itemprop="description" content="Mobility and Embedded Solutions on Web Platform.">
<meta itemprop="image" content="http://applait.com/img/social.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="applait">
<meta name="twitter:title" content="Applait Technologies LLP">
<meta name="twitter:description" content="Mobility and Embedded Solutions on Web Platform.">
<meta name="twitter:creator" content="applait">
<meta name="twitter:image:src" content="http://applait.com/img/social.png">
<meta name="twitter:domain" content="http://applait.com/">
<!-- Polyfil for IE -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<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-57958355-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section id="teaser">
<span id="peek">applait</span>
<span id="cta">…</span>
</section>
<header id="masthead">
<img id="logo" src="img/128.png">
<hr />
<div id="for1" class="active"></div><div id="for2"></div><div id="for3"></div>
</header>
<section id="1" class="chapter">
<div class="pane">
We build Mobility and Embedded Solutions
<br />
With ❤ for the web as the platform
</div>
</section>
<section id="2" class="chapter">
<div class="pane">
<p>
We create things, like <a href="https://marketplace.firefox.com/app/finder">Finder</a>
& <a href="http://grouphone.applait.com">Grouphone</a>...
<br />
...and <a href="https://github.com/applait/finderjs">help developers</a>
</p>
<p>
We also <a href="whitepaper.pdf">help enterprises</a> with our expertise
</p>
</div>
</section>
<section id="3" class="chapter">
<div class="pane">
<p>
Check us out on
<a href="http://twitter.com/applait">Twitter</a>,
<a href="http://facebook.com/applait">Facebook</a>,
<a href="http://plus.google.com/+applait">Google+</a>
<br />
Or, follow our <a href="http://blog.applait.com/">blog</a> for detailed updates
</p>
<p>You may as well drop us notes to <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</section>
<footer>
© Applait Technologies LLP, 2014-2015
</footer>
<!-- Lazy Loadable JS -->
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>