forked from Emmafforsberg/Fylo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
247 lines (231 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="stylesheet" type="text/css" href="./assets/style.css">
<!-- FONTAWESOME -->
<script src="https://kit.fontawesome.com/78f27aedf1.js"
crossorigin="anonymous"></script>
<title>Document</title>
</head>
<body>
<header class="wrapper">
<nav class="navigation">
<div class="navigation__logo"><img src="./images/logo.svg" alt="">
</div>
<ul class="navigation__menu">
<li class="navigation__link"><a href="#">Feature</a></li>
<li class="navigation__link"><a href="#">Terms</a> </li>
<li class="navigation__link"><a href="#">Sign in</a> </li>
</ul>
</nav>
</header>
<main>
<div class="top-main">
<img class="top-main__img" src="./images/illustration-intro.png"
alt="" />
<h1 class="top-main__title">All your files in one secure location,
accessible anywhere.</h1>
<p class="top-main__text">Fylo stores all your most important files
in one secure location.
Access them whenever you need, share and collaborate with
friends, family and co-workers.</p>
<button class="top-main__btn" type="submit"> get started</button>
</div>
<div class="mid-main">
<img class="mid-main__curves--desktop"
src="./images/bg-curvy-desktop.svg" alt="">
<img class="mid-main__curves--mobile"
src="./images/bg-curvy-mobile.svg" alt="">
<div class="mid-main__item">
<img class="mid-main__img"
src="./images/icon-access-anywhere.svg" alt="">
<h3 class="mid-main__title">Access your files, anywhere</h3>
<p class="mid-main__text">The ability to use smartphone, tablet
or computer
to access your account means your files follow you
everywhere.</p>
</div>
<div class="mid-main__item">
<img class="mid-main__img" src="./images/icon-security.svg"
alt="">
<h3 class="mid-main__title">Security you can trust</h3>
<p class="mid-main__text">2-factor authentication ans
user-controlled encryption are just a couple of the
security features we allow to help secure your files.</p>
</div>
<div class="mid-main__item">
<img class="mid-main__img"
src="./images/icon-collaboration.svg" alt="">
<h3 class="mid-main__title">Real-time collaboration</h3>
<p class="mid-main__text">Securely share files and folders with
friends, family and colleagues for live
collaboration. No email attachments required
</p>
</div>
<div class="mid-main__item">
<img class="mid-main__img" src="./images/icon-any-file.svg"
alt="">
<h3 class="mid-main__title">Store any type of file</h3>
<p class="mid-main__text">Weather you're sharing holiday photos
or work documents, Fylo has you covered
allowing for all file types to be securely stored and
shared.</p>
</div>
</div>
<div class="end-main">
<div class="end-main__img">
<img src="./images/illustration-stay-productive.png" alt="">
</div>
<div class="end-main__right">
<h1 class="end-main__title">Stay productive, wherever you
are
</h1>
<p class="end-main__text">Never let location be an issue
when
accessing your files. Fylo has you covered for all of
your
file
storage needs.</p>
<p class="end-main__text">
Securely share files and folders
with
friends, family and colleagues
for live
collaboration. No email attachments required.
</p>
<a class="end-main__link" href="#">See how Fylo works
<img class="end-main__link" src="./images/icon-arrow.svg"
alt=""></a>
</div>
</div>
<div class="last-main">
<img class="last-main__quotes" src="./images/bg-quotes.png" alt="">
<div class="last-main__section">
<div class="last-main__item">
<p class="last-main__body">Fylo has improve our team
productivity by an order of magnitude. Since making the
switch our team has become a well-oiled collaboration
machine.
</p>
<div class="last-main__body last-main__body--second">
<img src="./images/profile-1.jpg" alt="">
<div class="last-main__body--third">
<h3 class="last-main__body--third">Satish Patel</h3>
<p class="last-main__body--third">Founder & CEO,
Huddle</p>
</div>
</div>
</div>
<div class="last-main__item">
<p class="last-main__body">Fylo has improve our team
productivity by an order of magnitude. Since making the
switch our team has become a well-oiled collaboration
machine.
</p>
<div class="last-main__body last-main__body--second">
<img src="./images/profile-2.jpg" alt="">
<div class="last-main__body--third">
<h3 class="last-main__body--third">Bruce McKenzie
</h3>
<p class="last-main__body--third">Founder & CEO,
Huddle</p>
</div>
</div>
</div>
<div class="last-main__item">
<p class="last-main__body">Fylo has improve our team
productivity by an order of magnitude. Since making the
switch our team has become a well-oiled collaboration
machine.
</p>
<div class="last-main__body last-main__body--second">
<img src="./images/profile-3.jpg" alt="">
<div class="last-main__body--third">
<h3 class="last-main__body--third">Iva Boyd</h3>
<p class="last-main__body--third">Founder & CEO,
Huddle</p>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="imposter">
<div class="email" id="emailSection">
<div class="email email__body">
<h2 class="email__title">Get early access today</h2>
<p class="email__text">It only takes a minute to sign up and our
free startes tier is extremely generous. If you have any
questions, our support team would be happy to help you.</p>
<form class="form-email" id="form" action="#">
<!-- Inputfield that validates as the user enters email-->
<input class="form-email__input" id="email" type="text"
name="" placeholder="[email protected]"
onkeydown="validation()">
<!-- dummy button -->
<button class="form__submit" id="submit" type="button"
onclick="history.go(0)"> Get
started for free</button>
</form>
<div class="form-email--second">
<span id="validate"></span>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-logo">
<img src="./images/logo.svg" alt="">
</div>
<div class="icon-wrapper">
<div class="icon-wrapper__icon">
<div class="icon-wrapper__item"><i
class="fa-solid fa-location-dot"></i>
<p class="icon-wrapper--first">Lorem Ipsum dolor sit amet,
consectetur adipiscing elit,
sed do eisumod tempor incididunt ut labore dolore magna
aliqua</p>
</div>
</div>
<div class="icon-wrapper__icon">
<div class="icon-wrapper__item"><i
class="fa-solid fa-phone"></i>
<p>+1-543-123-4567</p>
</div>
<div class="icon-wrapper__item"><i
class="fa-solid fa-envelope"></i>
<p>[email protected]</p>
</div>
</div>
<div class="icon-wrapper__icon">
<li class="icon-wrapper__item">about</li>
<li class="icon-wrapper__item">Jobs</li>
<li class="icon-wrapper__item">Press</li>
<li class="icon-wrapper__item">BLog</li>
</div>
<div class="icon-wrapper__icon">
<li class="icon-wrapper__item">Contact</li>
<li class="icon-wrapper__item">Terms</li>
<li class="icon-wrapper__item">Privacy</li>
</div>
<div class="icon-wrapper__media">
<li class="icon-wrapper__social"><i
class="fa-brands fa-facebook-f"></i></li>
<li class="icon-wrapper__social"><i
class="fa-brands fa-twitter"></i></li>
<li class="icon-wrapper__social"><i
class="fa-brands fa-instagram"></i></li>
</div>
</div>
<p class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge"
target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Emma Forsberg</a>.
</p>
</footer>
<script src="main.js"></script>
</body>
</html>