-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
295 lines (295 loc) · 10.2 KB
/
Copy pathindex.html
File metadata and controls
295 lines (295 loc) · 10.2 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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<title>Frontend Mentor | Fylo landing page with two column layout</title>
<link rel="stylesheet" href="css/custom.min.css" />
</head>
<body>
<header class="header pt-2 pt-md-4 mb-5">
<nav class="navbar fixed-top bg-white py-md-3">
<div class="container">
<a href="#" class="navbar-brand">
<img src="images/logo.svg" alt="Logo de Fylo" />
</a>
<ul class="navbar-nav flex-row">
<li class="nav-item">
<a class="nav-link px-3 px-md-4" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link px-3 px-md-4" href="#">Team</a>
</li>
<li class="nav-item">
<a class="nav-link px-3 px-md-4" href="#">Sign In</a>
</li>
</ul>
</div>
</nav>
<div class="container mt-5 pt-5">
<div class="row gy-5 gy-md-0 text-center">
<div class="col-12 col-md-6 order-md-2">
<img
src="images/illustration-1.svg"
alt="Personas buscando en una carpeta"
class="img-fluid"
/>
</div>
<div class="col-12 col-md-6 order-md-1 pt-lg-5">
<h2 class="text-primary fw-bold">
All your files in one secure location, accessible anywhere.
</h2>
<p class="text-primary mt-4">
Fylo stores your most important files in one secure location.
Access them wherever you need, share and collaborate with friends,
family, and co-workers.
</p>
<form class="mt-4 needs-validation" novalidate>
<div class="row gy-3 gy-md-0 gx-3">
<div class="col-12 col-md-7">
<input
type="email"
class="form-control border border-primary"
placeholder="Enter your email"
required
/>
<div class="invalid-feedback text-start">
Please check your email
</div>
</div>
<div class="col-12 col-md-5">
<button type="submit" class="btn btn-bright-blue w-100">
Get Started
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</header>
<main class="main pt-5">
<picture class="d-block">
<source
media="(min-width: 992px)"
srcset="images/bg-curve-desktop.svg"
/>
<img src="images/bg-curve-mobile.svg" class="img-fluid w-100" alt="" />
</picture>
<div class="bg-light-grayish-blue pt-5 pt-md-1">
<div class="container">
<div class="row gy-5 gy-md-0">
<div class="col-12 col-md-5 order-md-2">
<img
src="images/illustration-2.svg"
class="img-fluid"
alt="Personas colocando mensajes"
/>
</div>
<div class="col-12 col-md-7 order-md-1">
<h2 class="h6 fw-bold text-primary text-center my-4">
Stay productive, wherever you are
</h2>
<p class="text-primary">
Never let location be an issue when accessing your files. Fylo
has you covered for all of your file storage needs.
</p>
<p class="text-primary mb-4">
Securely share files and folders with friends, fammily and
colleagues for live collaboration. No email attachments
required!
</p>
<p class="text-center">
<a
href="#"
class="
border-bottom border-moderate-cyan
text-decoration-none text-moderate-cyan
py-1
"
>
See how Fylo works
<img
src="images/icon-arrow.svg"
class="icon-arrow"
alt="->"
/>
</a>
</p>
<article
class="
card
text-start
my-5
mx-auto mx-md-0
px-2
shadow-lg
border-0
"
>
<div class="card-body">
<img src="images/icon-quotes.svg" alt="“" />
<blockquote class="mt-1">
Fylo has improved our team productivity by an order of
magnitude. Since making the switch our team has become a
well-oiled collaboration machine.
</blockquote>
<div class="row gx-2">
<div class="col-auto">
<img
src="images/avatar-testimonial.jpg"
class="rounded-circle testimonial-img"
alt="Fotografía de Kyle Burton"
/>
</div>
<div class="col-auto">
<span class="testimonial-name h6 fw-bold text-primary">
Kyle Burton
</span>
<br />
<span class="testimonial-position">
Founder & CEO, Huddle
</span>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</main>
<section class="contact py-5 bg-secondary">
<div class="container my-4">
<div class="row gy-2">
<div class="col-12 col-md-6 text-center text-white">
<h5 class="fw-bold">Get early access today</h5>
<p>
It only takes a minute to sign up and our free starter tier is
extremely generous. If you have any questions, our support team
would be happy to help you.
</p>
</div>
<div class="col-12 col-md-6 col-lg-5 col-xl-4 ms-lg-auto">
<form class="px-5 px-md-0 needs-validation" novalidate>
<div class="d-grid gap-2 gap-md-3">
<input
type="email"
class="form-control"
placeholder="email@example.com"
required
/>
<div class="invalid-feedback text-white">
Please check your email
</div>
<button type="submit" class="btn btn-bright-blue">
Get Started For Free
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="footer py-5 bg-primary text-white fw-light">
<div class="container mt-md-5">
<img src="images/logo-white.svg" alt="Logo de Fylo" />
<div class="row gy-3 mt-3">
<div class="col-12 col-sm-6 col-md-3">
<p>
<img src="images/icon-phone.svg" alt="" />
<span class="ms-3">Phone: +1-543-123-4567</span>
</p>
<p>
<img src="images/icon-email.svg" alt="" />
<span class="ms-3">example@fylo.com</span>
</p>
</div>
<div class="col-12 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li class="py-1">
<a href="#" class="text-decoration-none">About Us</a>
</li>
<li class="py-1">
<a href="#" class="text-decoration-none">Jobs</a>
</li>
<li class="py-1">
<a href="#" class="text-decoration-none">Press</a>
</li>
<li class="py-1">
<a href="#" class="text-decoration-none">Blog</a>
</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li class="py-1">
<a href="#" class="text-decoration-none">Contact Us</a>
</li>
<li class="py-1">
<a href="#" class="text-decoration-none">Terms</a>
</li>
<li class="py-1">
<a href="#" class="text-decoration-none">Privacy</a>
</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-3">
<div class="d-flex justify-content-center">
<a
href="https://facebook.com"
target="_blank"
class="
icon
d-flex
justify-content-center
align-items-center
border border-white
rounded-circle
"
>
<i class="bi bi-facebook"></i>
</a>
<a
href="https://twitter.com"
target="_blank"
class="
icon
d-flex
justify-content-center
align-items-center
border border-white
rounded-circle
mx-3
"
>
<i class="bi bi-twitter"></i>
</a>
<a
href="https://instagram.com"
target="_blank"
class="
icon
d-flex
justify-content-center
align-items-center
border border-white
rounded-circle
"
>
<i class="bi bi-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>