-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
266 lines (242 loc) · 9.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<title>Fylo Landing Page</title>
</head>
<body>
<nav>
<div class="flex-container">
<div class="img-holder">
<img src="images/logo.svg">
</div>
<div class="items">
<span>Features</span>
<span>Team</span>
<span>Sign In</span>
</div>
</div>
</nav>
<main>
<div class="grid-container">
<div class="grid-item"></div>
<div class="grid-item image-holder-main">
<img src="images/illustration-intro.png">
<h3 class="heading">All your files in one secure location,
<br>
accessible anywhere.
</h3>
<p>Fylo stores all your most important files in one secure location.
<br/>
Access them wherever you need, share and collaborate with
<br/>
friends family, and co-workers.
</p>
<div class="btn-holder">
<a href="#"><button>Get Started</button></a>
</div>
</div>
<div class="grid-item"></div>
</div>
</main>
<article>
<div class="flex-article">
<div class="grid-item article-one">
<img src="images/icon-access-anywhere.svg">
<h4>Access your files, anywhere</h4>
<p class="paragraph-article">The ability to use smartphone, tablet, ot computer
<br/>
to access account means your files follow you
<br/>
everywhere.
</p>
</div>
<div class="grid-item article-two">
<img src="images/icon-security.svg">
<h4>Security you can trust</h4>
<p class="paragraph-article">
2-factor authentication and user-controlled encryption are
<br/>
just a couple of the security features we allow to help
<br/>
secure you files.
</p>
</div>
</div>
<div class="flex-article-second">
<div class="grid-item article-left">
<img src="images/icon-collaboration.svg">
<h4>Real-time collaboration</h4>
<p class="paragraph-article">
Securely share files and folders with friends, family and
<br/>
coleagues for live collaboration. No email attachments
<br/>
required.
</p>
</div>
<div class="grid-item article-right">
<img src="images/icon-any-file.svg">
<h4>Store any type of file</h4>
<p class="paragraph-article">
Whether you're sharing hollidays photos or work
<br/>
documents, Fylo has you covered allowing for all file
<br/>
types to be securely stored and shared.
</p>
</div>
</div>
</article>
<article>
<div class="third-article">
<div class="img-holder-3">
<img src="images/illustration-stay-productive.png">
</div>
<div class="heading-holder-3">
<h3 class="heading">Stay productive,
<br/>
wherever you are
</h3>
<p class="paragraph-article">
Never let location be an issue when accessing your files. Fylo has you
<br/>
covered for all of your file srorage needs.
<br/><br/>
Securely share files and folders with friends, family and colleagues for live
<br/>
collaboration. No email attachments required.
</p>
<p><a class="special-link" href="#">See how Fylo works <span><img src="images/icon-arrow.svg"></span></a> </p>
</div>
</div>
</article>
<article>
<div class="last-article">
<div>
<p>Fylo has improved our team productivy by
<br/>
an order of magnitude. Since making the
<br/>
switch our team has become a well-oiled
<br/>
collaboration mashine.
</p>
<img src="images/profile-1.jpg">
<span><h4>Satish Patel</h4><p>Fouder & SEO, Huddle </p></span>
</div>
<div>
<p>Fylo has improved our team productivy by
<br/>
an order of magnitude. Since making the
<br/>
switch our team has become a well-oiled
<br/>
collaboration mashine.
</p>
<img src="images/profile-2.jpg">
<span><h4>Brice McKenzie</h4><p>Fouder & SEO, Huddle </p></span>
</div>
<div>
<p>Fylo has improved our team productivy by
<br/>
an order of magnitude. Since making the
<br/>
switch our team has become a well-oiled
<br/>
collaboration mashine.
</p>
<img src="images/profile-3.jpg">
<span><h4>Iva Boyd</h4><p>Fouder & SEO, Huddle </p></span>
</div>
</div>
</article>
<footer>
<div class="static">
<div class="item1">
<ul>
<li class="img-item">
<img src="images/logo.svg" class="logo">
</li>
<br/><br/><br/>
<li class="lorem-text-holder">
<i class="fa fa-map-marker" aria-hidden="true"></i>
Lorem Ipsum is simply dummy text of the
printing
and typesetting industry. It has been
the industry's standard dummy text ever
since the 1500s.
</li>
<li class="lorem-text-holder-hidden">
<i class="fa fa-map-marker" aria-hidden="true"></i>
Lorem Ipsum is simply dummy text of the
printing
and typesetting industry. It has been
the industry's standard dummy text ever
since the 1500s.
</li>
</ul>
</div>
<div class="item-2">
<ul>
<li class="first"><i class="fas fa-phone-volume"></i>
<span> +1-543-123-4567</span>
</li>
<li class="second"><i class="fa fa-envelope" aria-hidden="true"></i>
<span> example@fylo.com</span>
</li>
</ul>
</div>
<div class="item-3">
<ul>
<li><p>About us</p></li>
<li><p>Jobs</p></li>
<li><p>Press</p></li>
<li><p>Blog</p></li>
</ul>
</div>
<div class="item-4">
<ul>
<li><p>Contact Us</p></li>
<li><p>Terms</p></li>
<li><p>Privacy</p></li>
</ul>
</div>
<div class="item-5">
<div class="social">
<div><i class="fab fa-facebook-messenger"></i></div>
<div><i class="fab fa-twitter"></i></div>
<div><i class="fab fa-instagram"></i></div>
</div>
</div>
<div class="relative">
<div class="rel-inside">
<h2 class="heading-aside">Get early access today</h2>
<p>It only takes a minutes to sign up and our free starter
tier is extremely generous. If you have any
<br/>
questions, our support team would be happy to help you.
</p>
<div class="form-holder">
<form action="/action_page.php" target="_blank" method="GET">
<input type="text" name="email" value=" email@example.com">
<button>Get Started For Free</button>
</form>
</div>
</div>
</div>
<div class="copyrights">
<p>© Copyrights 2018 Huddle. All rights reserved.</p>
<div class="challenge">
<p>Challenge by <a href="https://www.frontendmentor.io/" target="_blank">Frontend Mentor. </a> Coded by <a href="#">DevChil</a></p>
</div>
</div>
</div>
</footer>
</body>
</html>