-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
235 lines (229 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Fylo Responsive Page</title>
</head>
<body>
<header class="header">
<div class="header-container">
<img src="./images/logo.svg" alt="" class="logo">
<nav class="header-nav">
<ul class="nav-list">
<li class="nav-item">
<a href="" class=""">Features</a>
</li>
<li class="nav-item">
<a href="" class="">Team</a>
</li>
<li class="nav-item">
<a href="" class="">Sign In</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="main">
<section class="containor">
<div class="box">
<img src="./images/illustration-intro.png" alt="" class="box-image">
<h1 class="box-title">All your files in one secure location, accessible anywhere.</h1>
<p class="box-desc">
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>
<a href="#" class="button">Get Started</a>
</div>
</section>
<section class="containor-2">
<div class="box-2">
<article class="box-images">
<div class="image-container">
<img src="./images/icon-access-anywhere.svg" alt="Access your files anywhere"
class="computer-image">
</div>
<div class="info">
<h2 class="title">Access your files, anywhere</h2>
<p class="desc">
The ability to use a smartphone, tablet, or computer to access your account means your files
follow you everywhere.
</p>
</div>
</article>
<article class="box-images">
<div class="image-container">
<img src="./images/icon-security.svg" alt="Security you can trust" class="computer-image">
</div>
<div class="info">
<h2 class="title">Security you can trust</h2>
<p class="desc">
2-factor authentication and user-controlled encryption are just a couple of the security
features we allow to help secure your files.
</p>
</div>
</article>
<article class="box-images">
<div class="image-container">
<img src="./images/icon-collaboration.svg" alt="Realtime collaboration" class="computer-image">
</div>
<div class="info">
<h2 class="title">Real-time collaboration</h2>
<p class="desc">
Securely share files and folders with friends, family and colleagues for live collaboration.
No email attachments required.
</p>
</div>
</article>
<article class="box-images">
<div class="image-container">
<img src="./images/icon-any-file.svg" alt="Store any type of file" class="computer-image">
</div>
<div class="info">
<h2 class="title">Store any type of file</h2>
<p class="desc">
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>
</article>
</div>
</section>
<section class="Box3">
<div class="container3">
<img src="./images/illustration-stay-productive.png" alt="Stay productive" class="box-image3">
<div class="containor-info">
<h2 class="containor-title">Stay productive, wherever you are</h2>
<p class="containor-desc">
Never let location be an issue when accessing your files. Fylo has you covered for all of your
file storage needs.
</p>
<p class="containor-desc">
Securely share files and folders with friends, family and colleagues for live collaboration. No
email attachments required.
</p>
<a href="" class="link">See how Fylo works</a>
</div>
</div>
</section>
<section class="dots">
<div class="dots-container">
<blockquote class="dots-card">
<p class="dot-card">
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="dots-cards">
<img src="./images/profile-1.jpg" alt="" class="dot-user">
<div class="dot-info">
<p class="dot-name">Satish Patel</p>
<p class="dot-job">Founder & CEO, Huddle</p>
</div>
</div>
</blockquote>
<blockquote class="dots-card">
<p class="dot-card">
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="dots-cards">
<img src="./images/profile-2.jpg" alt="" class="dot-user">
<div class="dot-info">
<p class="dot-name">Bruce McKenzie</p>
<p class="dot-job">Founder & CEO, Huddle</p>
</div>
</div>
</blockquote>
<blockquote class="dots-card">
<p class="dot-card">
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="dots-cards">
<img src="./images/profile-3.jpg" alt="" class="dot-user">
<div class="dot-info">
<p class="dot-name">Iva Boyd</p>
<p class="dot-job">Founder & CEO, Huddle</p>
</div>
</div>
</blockquote>
</div>
</section>
</main>
<section class="sign-up">
<div class="sign-up__container">
<h2 class="sign-up__title">Get early access today</h2>
<p class="sign-up__desc">
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="sign-up__form">
<input type="text" class="sign-up__input">
<button class="button button--form">Get Started For Free</button>
</div>
</div>
</section>
<footer class="footer">
<div class="footer__container">
<img src="./images/logo.svg" alt="" class="footer__logo">
<section class="footer__content">
<div class="footer__contact">
<div class="footer__section-contact">
<div class="footer__icon-container">
<img src="./images/icon-location.svg" alt="" class="footer__contact-icon">
</div>
<p class="footer__contact-info">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua
</p>
</div>
<div class="footer__section-contact">
<div class="footer__icon-container">
<img src="./images/icon-phone.svg" alt="" class="footer__contact-icon">
</div>
<p class="footer__contact-info">
+91 74....56.11
</p>
</div>
<div class="footer__section-contact">
<div class="footer__icon-container">
<img src="./images/icon-email.svg" alt="" class="footer__contact-icon">
</div>
<p class="footer__contact-info">
rohitsikar@gmail.com
</p>
</div>
</div>
<div class="footer__info">
<ul class="footer__list">
<li class="footer__item">
<a href="" class="footer__link">About Us</a>
</li>
<li class="footer__item">
<a href="" class="footer__link">Jobs</a>
</li>
<li class="footer__item">
<a href="" class="footer__link">Press</a>
</li>
<li class="footer__item">
<a href="" class="footer__link">Blog</a>
</li>
</ul>
<ul class="footer__list">
<li class="footer__item">
<a href="" class="footer__link">Contact Us</a>
</li>
<li class="footer__item">
<a href="" class="footer__link">Terms</a>
</li>
<li class="footer__item">
<a href="" class="footer__link">Privacy</a>
</li>
</ul>
</div>
</section>
</div>
</footer>
</body>
</html>