-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (242 loc) · 12.8 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TR2Z5T7');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cabinet – Great hand-picked Android apps</title>
<meta name="description" content="Find great apps and games, selected by Android specialists">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<meta property="og:image" content="/img/feature-graphic.png">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Fonts-->
<link rel="stylesheet" media="screen" href="fonts/new-paris-skyline.css" type="text/css"/>
<!-- Device Mockup-->
<link rel="stylesheet" href="css/device-mockups.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.cabinet.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.png">
<!-- Tweaks for older IEs-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TR2Z5T7"
height="0" width="0" style="display:none;visibility:hidden">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- navbar-->
<header class="header">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container"><a class="navbar-brand" href="#home"><img src="img/logo.png" alt="Cabinet Logo" height="20"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"><i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link link-scroll" href="#what-why">What & Why</a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#benefits">Benefits</a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#faqs">FAQ</a></li>
<li class="list-inline-item mb-2 ml-4">
<a class="btn btn-secondary btn-lg px-4" href="https://play.google.com/store/apps/details?id=io.bloco.cabinet.app" target="_blank">Download Cabinet now</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Hero Section-->
<section class="hero bg-top" id="home">
<div class="container">
<div class="row py-4">
<div class="col-lg-5 align-self-center">
<h1>It's like a closet full of your new favourite apps</h1>
<p>Curated by a team of independent app creators, Cabinet gives you a selection of great Android apps.</p>
<ul class="list-inline mb-3">
<li class="list-inline-item mb-2">
<a class="btn btn-primary btn-lg px-5" href="https://play.google.com/store/apps/details?id=io.bloco.cabinet.app" target="_blank"> <i class="fab fa-android mr-2"></i>Try Cabinet!</a>
</li>
</ul>
</div>
<div class="col-lg-6 ml-auto">
<div class="device-background">
<div class="device-wrapper mx-auto">
<div class="device shadow" data-device="Pixel" data-orientation="portrait" data-color="black">
<div class="screen">
<img class="img-fluid" src="img/cabinet-screenshot.png" alt="App Screenshot">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-center" id="what-why">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<img src="img/your-cabinet-image.png" alt="Cabinet image" class="your-cabinet-image">
</div>
<div class="col-lg-6">
<h1>Your Cabinet of great apps, whenever you need them</h1>
<p>Cabinet helps you discover amazing new apps and alternatives to the ones you use every day.</p>
<p>No need for endless scrolling through app rankings. Cabinet is free of ads, and gives you the comfort of knowing that these apps were tested by real Android-loving humans.</p>
<p>Here are the categories of apps you can find on Cabinet:</p>
<ul class="list-check px-2 py-2">
<li class="normal-arrow">Utility: daily usefulness</li>
<li class="curvy-arrow">Better life: focus on your personal growth </li>
<li class="strong-arrow">Design: beautifully designed apps</li>
<li class="curvy-arrow">Open Source: apps with public source code</li>
<li class="normal-arrow">People & Planet: apps for the greater good</li>
<li class="curvy-arrow">Games: well-built, ethical, and fun games</li>
</ul>
</div>
</div>
</div>
</section>
<section class="bg-center" id="benefits">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-3 mb-lg-1">
<h1>Simple and useful</h1>
</div>
</div>
<div class="row">
<div class="col mb-8 mb-lg-0 simple-and-useful">
<img src="img/find-your-favourite-new-apps.png" alt="Find image" class="mt-3">
<h4 class="w-75 mt-2 mb-4 h5">Find your favourite new apps</h4>
<p class="w-75 mt-2 mb-4">Explore all categories you’re interested in or search for something special.</p>
</div>
<div class="col mb-8 mb-lg-0 simple-and-useful">
<img src="img/learn-more-about-them.png" alt="Learn image" class="mt-3">
<h4 class="w-75 mt-2 mb-4 h5">Learn more about them </h4>
<p class="w-75 mt-2 mb-4">Every app comes with our own personal description of why we think that app deserves to be highlighted.</p>
</div>
</div>
<div class="row">
<div class="col mb-8 mb-lg-0 simple-and-useful">
<img src="img/regularly-updated-with-fresh-new-apps.png" alt="Update image" class="mt-3">
<h4 class="w-75 mt-2 mb-4 h5">Regularly updated with fresh new apps</h4>
<p class="w-75 mt-2 mb-4">Our team of app creators and enthusiasts at Bloco is always looking for great Android apps to use as inspiration.</p>
</div>
<div class="col mb-8 mb-lg-0 simple-and-useful">
<img src="img/help-cabinet-get-even-better.png" alt="Favourite image" class="mt-3">
<h4 class="w-75 mt-2 mb-4 h5">Help Cabinet get even better with your favourites</h4>
<p class="w-75 mt-2 mb-4">Let us know your favourite apps that you think everyone should know about and help us improve our directory.</p>
</div>
</div>
</div>
</section>
<section class="bg-center" id="faqs">
<div class="container faq-container">
<div class="row">
<div class="col col-12">
<h1>FAQ</h1>
</div>
<div class="col-12">
<div class="row">
<div class="col-12 col-md-6 px-4 my-4">
<h4><span class="faq-number">1.</span> Why do I need this app?</h4>
<p>If you always struggle to find the right apps for your day-to-day needs or just enjoy discovering that fresh new app that no one knows yet, Cabinet is the app for you. It saves you time from scrolling through endless app rankings as the apps we show were thoroughly tested by real humans and curated from hundreds of apps. Trust us, give it a try.</p>
</div>
<div class="col-12 col-md-6 px-4 my-4">
<h4><span class="faq-number">2.</span> Why is this different than Google Play rankings?</h4>
<p>Google Play rankings are based on the number of downloads and ratings, and can be influenced by advertising and other aspects unrelated to the quality of the app. In Cabinet, apps are tested and hand-picked by humans, with no commercial intent or any hidden agenda.</p>
</div>
<div class="col-12 col-md-6 px-4 my-4">
<h4><span class="faq-number">3.</span> How often do you update the lists of apps?</h4>
<p>Good question! The periodicity might change in the future, but for now, we're aiming to add a batch of new apps every month.</p>
</div>
<div class="col-12 col-md-6 px-4 my-4">
<h4><span class="faq-number">4.</span> How can I suggest apps for Cabinet?</h4>
<p> If you think you’ve found an app that will fit nicely on Cabinet, <a href="mailto:hello@bloco.io?subject=A new app for Cabinet!">send us an email.</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<a class="scropll-top-btn" id="scrollTop" href="#"><i class="fas fa-long-arrow-alt-up"></i></a>
<footer class="position-relative mt-5" id="contacts">
<div class="container section-padding-y">
<div class="row">
<div class="col-lg mb-4 mb-lg-0">
<p class="text-muted">Cabinet is an app made by <b><a href="https://www.bloco.io/">Bloco</a></b>, a product studio focused on building great Android apps.</p>
</div>
<div class="col-lg offset-md-1 mb-4 mb-lg-0">
<h3 class="h5 mb-2">Discover</h3>
<div class="d-flex">
<ul class="list-unstyled d-inline-block mr-4 mb-0">
<li class="mb-1"><a class="footer-link" href="https://www.bloco.io">About us</a></li>
<li class="mb-1"><a class="footer-link" href="https://www.bloco.io/blog">Blog</a></li>
<li class="mb-1"><a class="footer-link" href="mailto:hello@bloco.io">Drop us a line</a></li>
</ul>
</div>
</div>
<div class="col-lg mb-4 mb-lg-0">
<h3 class="h5 mb-2">Our Products</h3>
<div class="d-flex">
<ul class="list-unstyled d-inline-block mr-4 mb-0">
<li class="mb-1"><a class="footer-link" href="https://caderno.bloco.io">Block Notes</a></li>
<li class="mb-1"><a class="footer-link" href="https://largetext.bloco.io">Large Text</a></li>
<li class="mb-1"><a class="footer-link" href="https://qr.bloco.io">QR Friend</a></li>
</ul>
</div>
</div>
<div class="col-lg mb-4 mb-lg-0">
<h3 class="h5 mb-2">Follow us</h3>
<div class="d-flex">
<ul class="list-unstyled mr-4 mb-0">
<li class="mb-1"><a class="footer-link" href="https://twitter.com/blocoio"><i class="fab fa-twitter"></i> Twitter</a></li>
<li class="mb-1"><a class="footer-link" href="https://www.linkedin.com/company/bloco/"><i class="fab fa-linkedin"></i> Linkedin</a></li>
<li class="mb-1"><a class="footer-link" href="https://www.instagram.com/bloco.io/"><i class="fab fa-instagram"></i> Instagram</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyrights">
<div class="container text-center py-4">
<p class="mb-0 text-muted text-sm">
Bloco – <a href="https://cabinet.bloco.io/privacy">Privacy Policy</a> – Template inspired by <a
href="https://bootstraptemple.com" class="text-reset">Bootstrap Temple</a>.
</p>
</div>
</div>
</footer>
<!-- JavaScript files-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/owl.carousel2/owl.carousel.min.js"></script>
<script src="vendor/modal-video/js/modal-video.js"></script>
<script src="js/front.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G056GQELBD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G056GQELBD');
</script>
<!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</body>
</html>