-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (201 loc) · 7.61 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
<!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"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Raleway:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
<title>
Frontend Mentor | Fylo landing page with dark theme and features grid
</title>
</head>
<body class="container">
<div class="nav">
<img src="./images/logo.svg" alt="fylo logo" class="nav__logo" />
<nav class="nav__navigation">
<ul class="nav__list">
<li class="nav__item"><a href="#" class="nav__link">Features</a></li>
<li class="nav__item"><a href="#" class="nav__link">Team</a></li>
<li class="nav__item"><a href="#" class="nav__link">Sign In</a></li>
</ul>
</nav>
</div>
<header class="header">
<img
src="./images/illustration-intro.png"
alt="illustration-intro"
class="header__img"
/>
<h2 class="heading-2">
All your files in one secure location, accessible anywhere.
</h2>
<p class="text">
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">Get Started</button>
</header>
<section class="features">
<div class="features__box">
<img src="./images/icon-access-anywhere.svg" class="features__img" />
<h4 class="heading-4">Access your files, anywhere</h4>
<p>
The ability to use a smartphone, tablet, or computer to access your
account means your files follow you everywhere.
</p>
</div>
<div class="features__box">
<img src="./images/icon-security.svg" class="features__img" />
<h4 class="heading-4">Security you can trust</h4>
<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="features__box">
<img src="./images/icon-collaboration.svg" class="features__img" />
<h4 class="heading-4">Real-time collaboration</h4>
<p>
Securely share files and folders with friends, family and colleagues
for live collaboration. No email attachments required.
</p>
</div>
<div class="features__box">
<img src="./images/icon-any-file.svg" class="features__img" />
<h4 class="heading-4">Store any type of file</h4>
<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>
</section>
<section class="slogan">
<img
src="./images/illustration-stay-productive.png"
class="slogan__img"
/>
<div class="slogan__text-box">
<h2 class="heading-2">Stay productive, wherever you are</h2>
<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>
<p class="slogan__link">See how fylo works</p>
</div>
</section>
<section class="stories">
<div class="stories__box">
<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="stories__user-box">
<img src="./images/profile-1.jpg" class="stories__avatar" />
<p class="stories__name">Satish Patel</p>
<p class="text-sm"><span>Founder & CEO</span>, <span>Huddle</span></p>
</div>
</div>
<div class="stories__box">
<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="stories__user-box">
<img src="./images/profile-2.jpg" class="stories__avatar" />
<p class="stories__name">Bruce McKenzie</p>
<p class="text-sm"><span>Founder & CEO</span>, <span>Huddle</span></p>
</div>
</div>
<div class="stories__box">
<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="stories__user-box">
<img src="./images/profile-3.jpg" class="stories__avatar" />
<p class="stories__name">Iva Boyd</p>
<p class="text-sm"><span>Founder & CEO</span>, <span>Huddle</span></p>
</div>
</div>
</section>
<footer class="footer">
<div class="footer__top">
<h2 class="heading-2">Get early access today</h2>
<p class="text">
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>
<form class="footer__form" action="#">
<input
type="email"
class="footer__input"
placeholder="[email protected]"
/>
<span class="footer__error"></span>
<button class="btn">Get Started for free</button>
</form>
<!--
Get Started For Free -->
</div>
<div class="footer__sub">
<img src="./images/logo.svg" alt="fylo logo" class="footer__logo" />
<div class="footer__list footer__list--1">
<img src="./images/icon-location.svg" class="footer__img" />
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua
</p>
</div>
<ul class="footer__list">
<li class="footer__list-item">
<img src="./images/icon-phone.svg" class="footer__img" /><span
>+1-543-123-4567</span
>
</li>
<li class="footer__list-item">
<img src="./images/icon-email.svg" class="footer__img" /><span
>[email protected]</span
>
</li>
</ul>
<ul class="footer__list">
<li class="footer__list-item">About Us</li>
<li class="footer__list-item">Jobs</li>
<li class="footer__list-item">Press</li>
<li class="footer__list-item">Blog</li>
</ul>
<ul class="footer__list">
<li class="footer__list-item">Contact Us</li>
<li class="footer__list-item">Terms</li>
<li class="footer__list-item">Privacy</li>
</ul>
<div class="footer__social-icons">
<img src="./images/twitter.png" class="footer__social-icon" />
<img src="./images/facebook.png" class="footer__social-icon" />
<img src="./images/instagram.png" class="footer__social-icon" />
</div>
</div>
</footer>
</body>
</html>