-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
278 lines (265 loc) · 12.7 KB
/
Copy pathindex.html
File metadata and controls
278 lines (265 loc) · 12.7 KB
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Large Text - Signboard Android app</title>
<meta name="description" content="Write when you can't be heard. Show big messages and banners fullscreen for Android phones and tablets.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<meta property="og:image" content="https://largetext.bloco.io/img/logo.png">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Chango&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/open-sauce-one" type="text/css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:400,600,800&display=swap">
<!-- Device Mockup-->
<link rel="stylesheet" href="css/device-mockups.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.violet.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.svg">
<!-- 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>
<!-- navbar-->
<header class="header">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container"><p class="logo">Large Text</p>
<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="fa 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 active" href="#about">About<span
class="sr-only">(current)</span></a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#how-it-works">How it works</a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#uses">Uses</a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#contacts">Contacts</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Hero Section-->
<section class="hero bg-top" id="about">
<div class="container">
<div class="row py-5 bubbles-background">
<!-- move to background right here -->
<div class="col-lg-5 align-self-center">
<h1>Write when you can't be heard</h1>
<p>
Turn your Android phone or tablet into a text sign with your message.
</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.largetext"> <i class="fab fa-google-play mr-2"></i>Download</a>
</li>
</ul>
</div>
<div class="col-lg-6 ml-auto">
<div class="device-wrapper mx-auto mt-4 mt-md-0">
<div class="device shadow" data-device="Pixel" data-orientation="portrait" data-color="white">
<div class="screen">
<img class="img-fluid" src="img/largetext-screenshot.png" alt="App Screenshot">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-center" id="how-it-works">
<div class="container">
<h2 class="text-center">What our users say about us</h2>
<div class="container my-5">
<div class="row justify-content-center">
<div class="col-lg chat-bubble-even">
<div class="chat-bubble-text">
"I use this for food pick up. It's way easier than getting them to understand through my mask."
</div>
</div>
<div class="col-lg chat-bubble-odd mx-4">
<div class="chat-bubble-text">
"Easy to use. Suitable display for use on phone at the airport for short words or a name.
</div>
</div>
<div class="col-lg chat-bubble-even">
<div class="chat-bubble-text">
"Organizing meetups, to let people that are presenting know how much time they have left."
</div>
</div>
</div>
</div>
<p style="text-align:center;">
These lovely testimonials are directly from our Google Play account.<br>
Find out how it can help you:
</p>
</div>
<a href="https://play.google.com/store/apps/details?id=io.bloco.largetext&referrer=utm_source%3Dlargetext-bloco-io%26utm_medium%3Dwebsite%26utm_content%3Dgoogle-play%26utm_campaign%3Dlandingpage">
<img class="rounded mx-auto d-block btn-google-play" src="img/store.svg" alt="Get it on Google Play">
</a>
</section>
<section class="bg-center" id="uses">
<div class="container">
<h2 class="text-center">It's great for</h2>
<div class="row justify-content-md-center">
<div class="col-md-4">
<div class="container mx-auto mt-4">
<img class="img-center" width="200px" src="img/hand-phone-1.png" alt="Hand holding phone saying Meal time">
<p class="mt-2 hand-phone-description center"> Communicating with people with hearing loss </p>
</div>
</div>
<div class="col-md-4">
<div class="container mx-auto mt-4">
<img class="img-center" width="200px" src="img/hand-phone-2.png" alt="Hand holding phone with 2 bear emojis">
<p class="mt-2 hand-phone-description center"> Ordering a drink at a loud bar </p>
</div>
</div>
<div class="col-md-4">
<div class="container mx-auto mt-4">
<img class="img-center" width="200px" src="img/hand-phone-3.png" alt="Hand holding phone saying Mr. Jones">
<p class="mt-2 hand-phone-description center"> Picking up someone at the airport </p>
</div>
</div>
</div>
</div>
</section>
<section class="bg-center" id="faqs">
<div class="container">
<div class="row">
<div class="col-md">
<h2>How it works</h2>
<div class="how-it-works-text">
① Write a message <br>
② Pick a theme (simple or a colorful) <br>
③ Press play <br>
④ Your message will be displayed fullscreen <br>
⑤ Save and share on social media
</div>
</div>
<div class="col-lg how-it-works-video mt-4 mt-md-0">
<div style="position:relative;padding-top:56.25%;">
<iframe
class="video"
style="position:absolute;top:0;left:0;width:100%;height:100%;"
src="https://www.youtube.com/embed/_v_QMq-paYM?controls=0&modestbranding=1&showinfo=0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
</div>
</div>
</section>
<section class="bg-center">
<div class="container">
<h2 class="center mb-4">What can you do?</h2>
<div class="row">
<div class="col-6 col-md-4 center mt-md-2">
<div class="container mx-auto mt-4">
<img src="img/ic_text_emojis.svg" class="what-can-you-do-icon" alt="">
<p class="mt-4 center what-can-you-do-text">Supports text and emojis</p>
</div>
</div>
<div class="col-6 col-md-4 center mt-md-2">
<div class="container mx-auto mt-4">
<img src="img/ic_theme.svg" alt="">
<p class="mt-4 center what-can-you-do-text">Multiple themes<br/>(some are paid)</p>
</div>
</div>
<div class="col-6 col-md-4 center mt-md-2">
<div class="container mx-auto mt-4">
<img src="img/ic_save.svg" alt="">
<p class="mt-4 center what-can-you-do-text">Save to gallery and<br/>Share in others apps</p>
</div>
</div>
<div class="col-6 col-md-4 center mt-md-2">
<div class="container mx-auto mt-4">
<img src="img/ic_shortcuts.svg" class="what-can-you-do-icon" alt="">
<p class="mt-4 center what-can-you-do-text">App shortcuts for your last messages</p>
</div>
</div>
<div class="col-6 col-md-4 center mt-md-2">
<div class="container mx-auto mt-4">
<img src="img/ic_rotate.svg" class="what-can-you-do-icon" alt="">
<p class="mt-4 center what-can-you-do-text">Portrait and landscape mode</p>
</div>
</div>
<div class="col-6 col-md-4 center mt-md-2">
<div class="container mx-auto mt-4">
<img src="img/ic_history.svg" class="what-can-you-do-icon" alt="">
<p class="mt-4 center what-can-you-do-text">History of the messages</p>
</div>
</div>
</div>
</div>
</section>
<footer class="position-relative mt-5" id="contacts">
<div class="container section-padding-y">
<div class="row">
<div class="col-12 col-md-3 mb-4 mb-lg-0">
<p class="text-muted">Large Text 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-12 col-md offset-md-1 mb-4 mb-lg-0">
<h3 class="h5 mb-2">About</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-12 col-md 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://cabinet.bloco.io">Cabinet</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-12 col-md 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://bloco-privacy-policy.firebaseapp.com/largetext.html">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>
<!-- 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>