-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
216 lines (194 loc) · 6.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>Document</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<div class="topmost">
<img src="logo.svg" alt="" class="toplogo" />
<ul class="toplist">
<li><a href="">Features</a></li>
<li><a href="">Team</a></li>
<li><a href="">Sign In</a></li>
</ul>
</div>
<div class="intro">
<img src="illustration-intro.png" alt="" />
<h1>
All your files in one secure location, <br />
accessible anywhere.
</h1>
<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>
<button>Get Started</button>
</div>
</header>
<div class="services">
<div class="serv1">
<div class="serv11">
<img src="icon-access-anywhere.svg" alt="" />
<p>Access your files, anywhere</p>
<p>
The ability to use a smartphone, tablet, or computer <br />
to access your account means your files follow you <br />
everywhere.
</p>
</div>
<div class="serv11">
<img src="icon-security.svg" alt="" />
<p>Security you can trust</p>
<p>
2-factor authentication and user-controlled encryption are <br />
just a couple of the security features we allow to help <br />
secure your files.
</p>
</div>
</div>
<div class="serv1">
<div class="serv11">
<img src="icon-collaboration.svg" alt="" />
<p>Real-time collaboration</p>
<p>
Securely share files and folders with friends, family and <br />
colleagues for live collaboration. No email attachments <br />
required.
</p>
</div>
<div class="serv11">
<img src="icon-any-file.svg" alt="" />
<p>Store any type of file</p>
<p>
Whether you're sharing holidays photos or work <br />
documents, Fylo has you covered allowing for all <br />
file types to be securely stored and shared.
</p>
</div>
</div>
</div>
<div class="productive">
<img src="illustration-stay-productive.png" alt="" class="stayprod" />
<div>
<h2>Stay productive, wherever you are</h2>
<p>
Never let location be an issue when accessing your files. Fylo has you
<br />
covered for all of your file storage needs.
</p>
<p>
Securely share files and folders with friends, family and colleagues
for live <br />
collaboration. No email attachments required.
</p>
<a href="">See how Fylo works <img src="icon-arrow.svg" alt="" /></a>
</div>
</div>
<div class="comments">
<div class="comment1">
<img src="bg-quotes.png" alt="" class="quote" />
<p class="word">
Fylo has improved our team productivity by <br />
an order of magnitude. Since making the <br />
switch our team has become a well-oiled <br />
collaboration machine.
</p>
<img src="profile-1.jpg" alt="" class="pic" />
<p class="name">
<span>Satish Patel</span><br />
Founder & CEO, Huddle
</p>
</div>
<div>
<p class="word">
Fylo has improved our team productivity by <br />
an order of magnitude. Since making the <br />
switch our team has become a well-oiled <br />
collaboration machine.
</p>
<img src="profile-2.jpg" alt="" class="pic" />
<p class="name">
<span>Bruce McKenzie</span><br />
Founder & CEO, Huddle
</p>
</div>
<div>
<p class="word">
Fylo has improved our team productivity by <br />
an order of magnitude. Since making the <br />
switch our team has become a well-oiled <br />
collaboration machine.
</p>
<img src="profile-3.jpg" alt="" class="pic" />
<p class="name">
<span>Iva Boyd</span><br />
Founder & CEO, Huddle
</p>
</div>
</div>
<footer>
<div class="sinup">
<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 <br />
questions, our support team would be happy to help you.
</p>
<form action="">
<input type="email" id="email" /><br />
<button type="submit">Get Started For Free</button>
</form>
</div>
<div class="baselists">
<ul class="ul1">
<img src="logo.svg" alt="" class="downlogo" />
<li>
<img src="icon-location.svg" alt="" class="pic" />
<p>
Lorem ipsum dolor sit amet, consectetur <br />
adipiscing elit, sed do eiusmod tempor <br />
incididunt ut labore et dolore magna aliqua
</p>
</li>
</ul>
<ul>
<li>
<img src="icon-phone.svg" alt="" class="pic" />
<p>+1-543-123-4567</p>
</li>
<li>
<img src="icon-email.svg" alt="" class="pic" />
<p>[email protected]</p>
</li>
</ul>
<ul class="about">
<li><a href="">About Us</a></li>
<li><a href="">Jobs</a></li>
<li><a href="">Press</a></li>
<li><a href="">Blog</a></li>
</ul>
<ul class="contact">
<li><a href="">Contact Us</a></li>
<li><a href="">Terms</a></li>
<li><a href="">Privacy</a></li>
</ul>
<ul class="icons">
<li><i class="fa fa-facebook" aria-hidden="true"></i></li>
<li><i class="fa fa-twitter" aria-hidden="true"></i></li>
<li><i class="fa fa-instagram" aria-hidden="true"></i></li>
</ul>
</div>
</footer>
</body>
</html>