This repository was archived by the owner on Mar 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (189 loc) · 10.6 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Takeoff - Free, Responsive Landing Page Template for Apps</title>
<meta name="description" content="Takeoff is an intuitive landing page template for mobile apps. Get started with customizable themes and template, complete with Sass/Compass source files!">
<meta property="og:site_name" content="Takeoff">
<meta property="og:description" content="Takeoff is an intuitive landing page template for mobile apps. Get started with customizable themes and template, complete with Sass/Compass source files!">
<meta property="twitter:description" content="Takeoff is an intuitive landing page template for mobile apps. Get started with customizable themes and template, complete with Sass/Compass source files!">
<meta property="og:url" content="http://takeoff.brew.com.hk/">
<meta property="og:title" content="Takeoff - Free, Responsive Landing Page Template for Apps">
<meta property="og:image" content="http://takeoff.brew.com.hk/assets/images/screenshots/takeoff-screenshot.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1366">
<meta property="og:image:height" content="768">
<link rel="canonical" href="http://takeoff.brew.com.hk/" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="Takeoff">
<meta name="application-name" content="Takeoff">
<meta name="msapplication-TileColor" content="#f0bb6b">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#f0bb6b">
<link rel="stylesheet" href="/takeoff-default.min.css">
<script src="http://code.jquery.com/jquery-1.11.3.min.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-72152235-3', 'auto');
ga('send', 'pageview');
</script>
<noscript>
<style>
body {
font-size: 32px;
text-align: center;
line-height: 100vh;
}
body:after {
content: "Please enable JavaScript in your browser to view this page.";
}
.takeoff__header,
.takeoff__content-centerer-outer,
.takeoff__footer,
.takeoff__backgrounds {
display: none;
}
</style>
</noscript>
</head>
<body>
<div class="takeoff__header">
<img id="header__logo" src="./assets/images/logos/takeoff-logo-full.png" alt="Takeoff Logo">
</div>
<div class="takeoff__content-centerer-outer">
<div class="takeoff__content-centerer-inner">
<div class="takeoff__content-container">
<img class="takeoff__device" src="./assets/images/devices/iphone-6-plus.png" alt="iPhone 6 device mockup">
<div class="takeoff__screens">
<img src="./assets/images/screens/login.png" alt="Login Screen">
<img src="./assets/images/screens/home.png" alt="Home Screen">
<img src="./assets/images/screens/profile.png" alt="Profile Screen">
<img src="./assets/images/screens/feed.png" alt="Feed Screen">
<img src="./assets/images/screens/checkout.png" alt="Checkout Screen">
<img src="./assets/images/screens/about.png" alt="About Screen">
</div>
<div class="takeoff__texts">
<div class="takeoff__textblock-container">
<div class="takeoff__textblock">
<h1>Takeoff - Quality Landing Page for Quality Apps</h1>
<p>Takeoff is <i>the</i> landing page template for your mobile apps. Its simple and intuitive layout retains your visitors' attention, and guide them through your killer features.</p>
<div class="appPrompt">
<p class="addPrompt__text">GET THE SOURCE</p>
<a href="https://github.com/brewhk/takeoff" target="_blank"><span class="app-icon github-icon"></span></a>
</div>
</div>
<div class="takeoff__textblock">
<h3>Ready for Action!</h3>
<p>Your app is showcased prominently in the center. Call to action buttons, like the dummy ones below, prompt visitors to install your app.</p>
<div class="appPrompt">
<p class="addPrompt__text">GET THE APP</p>
<span class="app-icon apple-icon"></span>
<span class="app-icon android-icon"></span>
<span class="app-icon web-icon"></span>
</div>
</div>
<div class="takeoff__textblock">
<h3>Versatility Comes As Standard</h3>
<p>Takeoff is one-size-fits-all - screensizes from 320px to infinity, we have you covered. Touchscreen events? Of course! Resize the screen now to see.</p>
<div class="appPrompt">
<p class="addPrompt__text">GET THE SOURCE</p>
<a href="https://github.com/brewhk/takeoff" target="_blank"><span class="app-icon github-icon"></span></a>
</div>
</div>
<div class="takeoff__textblock">
<h3>Developer-Friendly & Easily-Customizable</h3>
<p>A modular codebase means everything is plug-and-go. Devices, screens, copies - you name it. We've included <a href="http://sass-lang.com/" target="_blank">Sass</a>/<a href="http://compass-style.org/" target="_blank">Compass</a> source files, so it's simple to tailor it to your own branding.</p>
<div class="appPrompt">
<p class="addPrompt__text">GET THE SOURCE</p>
<a href="https://github.com/brewhk/takeoff" target="_blank"><span class="app-icon github-icon"></span></a>
</div>
</div>
<div class="takeoff__textblock">
<h3>100% Free & Open-Source</h3>
<p>Built with Open-Source libraries - <a href="https://github.com/d4nyll/smartscroll" target="_blank">Smartscroll</a>, <a href="https://github.com/d4nyll/lethargy" target="_blank">Lethargy</a> and <a href="https://github.com/Olical/EventEmitter" target="_blank">EventEmitter</a>. Licensed with the permissive <a href="https://opensource.org/licenses/MIT" target="_blank">MIT license</a>. Want to contribute? Add a new device! Create more examples! Just send over a pull request!</p>
<div class="appPrompt">
<p class="addPrompt__text">GET THE SOURCE</p>
<a href="https://github.com/brewhk/takeoff" target="_blank"><span class="app-icon github-icon"></span></a>
</div>
</div>
<div class="takeoff__textblock">
<h3>Handcrafted with Love, by Brew</h3>
<p>This project is made with love by <a href="http://www.brew.com.hk/" target="_blank">Brew</a>, a distinguished digital agency in Hong Kong. Checkout <a href="http://www.brew.com.hk/" target="_blank">our website</a> or follow us on <a href="https://twitter.com/brew_hk" target="_blank">Twitter</a>, <a href="https://www.facebook.com/brewhk/" target="_blank">Facebook</a>, <a href="https://github.com/brewhk" target="_blank">GitHub</a>.</p>
<div class="appPrompt">
<p class="addPrompt__text">FOLLOW US</p>
<a href="https://twitter.com/brew_hk" target="_blank"><span class="app-icon twitter-icon"></span></a>
<a href="https://www.facebook.com/brewhk/" target="_blank"><span class="app-icon facebook-icon"></span></a>
<a href="https://github.com/brewhk" target="_blank"><span class="app-icon github-icon"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="takeoff__footer">
<div class="takeoff__nextSlide"></div>
<div class="takeoff__footerRight">
<nav>
<ul>
<li><a href="https://github.com/brewhk/takeoff" target="_blank">View Source</a></li>
<li><a href="http://www.brew.com.hk/contact-us" target="_blank">Contact Us</a></li>
</ul>
</nav>
</div>
<div class="takeoff__footerLeft">
Made with ♥ by <a href="http://www.brew.com.hk" target="_blank"><b>Brew</b></a>
</div>
</div>
<div class="takeoff__backgrounds">
<section class="takeoff__backgroundBlock" data-tf-background-color="#e7e7e6">
<div class="decoration-circle yellow-circle" id="circle-1a"></div>
<div class="decoration-circle red-circle" id="circle-1b"></div>
</section>
<section class="takeoff__backgroundBlock" data-tf-background-color="#f0bb6b">
<div class="decoration-circle grey-circle" id="circle-3a"></div>
<div class="decoration-circle blue-circle" id="circle-3b"></div>
</section>
<section class="takeoff__backgroundBlock" data-tf-background-color="#4fbce8">
<div class="decoration-circle yellow-circle" id="circle-4"></div>
</section>
<section class="takeoff__backgroundBlock" data-tf-background-color="#f0bb6b">
<div class="decoration-circle red-circle" id="circle-5"></div>
</section>
<section class="takeoff__backgroundBlock" data-tf-background-color="#e6807b">
<div class="decoration-circle blue-circle" id="circle-6"></div>
</section>
<section class="takeoff__backgroundBlock" data-tf-background-color="#e7e7e6">
<div class="decoration-circle yellow-circle" id="circle-7a"></div>
<div class="decoration-circle blue-circle" id="circle-7b"></div>
<div class="decoration-circle red-circle" id="circle-7c"></div>
</section>
</div>
<script src="/takeoff-complete.min.js"></script>
<script>
$(function() {
$.takeoff();
});
</script>
</body>
</html>