-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
348 lines (335 loc) · 9.73 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
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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<title>
Frontend Mentor | Fylo landing page with dark theme and features grid
</title>
<script
src="https://kit.fontawesome.com/16343e8094.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="./css/normalize.css" />
<link rel="stylesheet" href="./css/styles.css" />
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
<body>
<header>
<div class="container justify-between">
<div class="logo">
<img src="images/logo.svg" alt="" />
</div>
<nav>
<ul>
<li>
<a href="">
Features
</a>
</li>
<li>
<a href="">
Team
</a>
</li>
<li>
<a href="">
Sign In
</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<div class="container flex-column justify-center">
<div class="mockup-intro">
<img
src="images/illustration-intro.png"
class="img-resposive"
alt=""
/>
</div>
<h1>
All your files in one secure location, accessible anywhere.
</h1>
<p>
Fylo stores all your most important files in one secure location.
Access them wherever you need, share and collaborate with friends
family, and co-workers.
</p>
<button class="btn btn-blue">
Get Started
</button>
</div>
</main>
<section class="product">
<div class="container">
<div class="row">
<div class="panel">
<img src="./images/icon-access-anywhere.svg" alt="" />
<h3>
Access your files, anywhere
</h3>
<p>
The ability to use a smartphone, tablet, or computer to access
your account means your files follow you everywhere.
</p>
</div>
<div class="panel">
<img src="images/icon-security.svg" alt="" />
<h3>
Security you can trust
</h3>
<p>
2-factor authentication and user-controlled encryption are just a
couple of the security features we allow to help secure your
files.
</p>
</div>
<div class="panel">
<img src="./images/icon-collaboration.svg" alt="" />
<h3>
Real-time collaboration
</h3>
<p>
Securely share files and folders with friends, family and
colleagues for live collaboration. No email attachments required.
</p>
</div>
<div class="panel">
<img src="images/icon-any-file.svg" alt="" />
<h3>
Store any type of file
</h3>
<p>
Whether you're sharing holidays photos or work documents, Fylo has
you covered allowing for all file types to be securely stored and
shared.
</p>
</div>
</div>
</div>
</section>
<section class="description">
<div class="container">
<div class="row">
<div class="mockup-description">
<img
src="images/illustration-stay-productive.png"
class="img-resposive"
alt=""
/>
</div>
<div class="text-description">
<h3>
Stay productive, wherever you are
</h3>
<p>
Never let location be an issue when accessing your files. Fylo has
you covered for all of your file storage needs.
</p>
<p>
Securely share files and folders with friends, family and
colleagues for live collaboration. No email attachments required.
</p>
<a href="">
See how Fylo works
</a>
</div>
</div>
</div>
</section>
<section class="comment">
<div class="container">
<div class="row">
<div class="card-comment">
<p>
Fylo has improved our team productivity by an order of magnitude.
Since making the switch our team has become a well-oiled
collaboration machine.
</p>
<div class="profile">
<img src="images/profile-1.jpg" class="img-resposive" alt="" />
<p>
Satish Patel
<small>
Founder & CEO, Huddle
</small>
</p>
</div>
</div>
<div class="card-comment">
<p>
Fylo has improved our team productivity by an order of magnitude.
Since making the switch our team has become a well-oiled
collaboration machine.
</p>
<div class="profile">
<img src="images/profile-2.jpg" alt="" />
<p>
Bruce McKenzie
<small>
Founder & CEO, Huddle
</small>
</p>
</div>
</div>
<div class="card-comment">
<p>
Fylo has improved our team productivity by an order of magnitude.
Since making the switch our team has become a well-oiled
collaboration machine.
</p>
<div class="profile">
<img src="images/profile-3.jpg" alt="" />
<p>
Iva Boyd
<small>
Founder & CEO, Huddle
</small>
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="early">
<h3>
Get early access today
</h3>
<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 class="form">
<form action="">
<input
class="input-email"
type="text"
placeholder="[email protected]"
/>
<button class="btn btn-blue">
Get Started For Free
</button>
</form>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container flex-column">
<div class="logo">
<img src="images/logo.svg" alt="" />
</div>
<div class="row">
<div class="col">
<div class="block">
<div class="icon">
<img src="images/icon-location.svg" alt="" />
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua
</p>
</div>
<div class="block">
<div class="icon">
<img src="images/icon-phone.svg" alt="" />
</div>
<p>
+1-543-123-4567
</p>
</div>
<div class="block">
<div class="icon">
<img src="images/icon-email.svg" alt="" />
</div>
<p>
</p>
</div>
</div>
<div class="col">
<div class="block">
<nav>
<ul>
<li>
About Us
</li>
<li>
Jobs
</li>
<li>
Press
</li>
<li>
Blog
</li>
</ul>
</nav>
</div>
<div class="block">
<nav>
<ul>
<li>
Contact Us
</li>
<li>
Terms
</li>
<li>
Privacy
</li>
</ul>
</nav>
</div>
</div>
<div class="col">
<div class="media">
<a href="">
<i class="fab fa-facebook-f"></i>
<span class="sr-only">Facebook</span>
</a>
<a href="">
<i class="fab fa-twitter"></i>
<span class="sr-only">Twitter</span>
</a>
<a href="">
<i class="fab fa-instagram"></i>
<span class="sr-only">Instagram</span>
</a>
</div>
</div>
</div>
</div>
</footer>
<footer>
<p class="attribution">
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank"
>Frontend Mentor</a
>. Coded by <a href="#">Your Name Here</a>.
</p>
</footer>
</body>
</html>