-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (170 loc) · 8.02 KB
/
index.html
File metadata and controls
179 lines (170 loc) · 8.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Block Notes – Minimal notepad app for Android</title>
<meta name="description" content="Simple Android app to write down quick notes, lists, ideas, thoughts and reminders">
<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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">
<!-- Device Mockup-->
<link rel="stylesheet" href="css/device-mockups.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.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>
<!-- 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.svg" alt="Block Notes Logo" height="24">
</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="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=com.cadernoapp" target="_blank">Download Block Notes</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>Write down quick notes, ideas and thoughts</h1>
<p class="list-inline mt-4 mb-4">
<a href="https://play.google.com/store/apps/details?id=com.cadernoapp" target="_blank">
<img src="img/store.svg" alt="Get it on Google Play" height="60"/>
</a>
</p>
</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/screenshot.png" alt="App Screenshot">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Installs -->
<section class="bg-center" id="installs">
<div class="container">
<div class="row align-items-center">
<div class="col">
<p class="text-center alert alert-info">🚀 More than 1 million people have installed Block Notes</p>
</div>
</div>
</div>
</section>
<!-- What & Why -->
<section class="bg-center" id="what-why">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-4">
<img src="img/sofa.png" alt="" class="sofa-image">
</div>
<div class="col-lg-6">
<h2>Block Notes will become your go-to app for writing down stuff</h2>
<p>It gets out of your way when you just want to write a quick note. It does not bother you when you are writing creatively.</p>
<p>Great for quick notes, make lists, save ideas, write reminders...</p>
<p><b>Features</b></p>
<ul class="list-check">
<li>Supports phones, tablets, foldables and Chromebook</li>
<li>Everything you write is automatically saved;</li>
<li>Unlimited notes;</li>
<li>Search through your past notes;</li>
<li>Share your notes with other apps (send them to contacts, store them on Google Drive, or Dropbox...).</li>
</ul>
</div>
</div>
</div>
</section>
<a class="scroll-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">Caderno 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://cabinet.bloco.io">Cabinet</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://bloco-privacy-policy.web.app/caderno.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>