-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
269 lines (257 loc) · 8.54 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
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<link rel="stylesheet" href="./style.css" />
<title>Frontend Mentor | Fylo landing page with two column layout</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<script
src="https://kit.fontawesome.com/6c5457ad4e.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<nav class="nav navbar">
<div class="container pt-3">
<img src="./images/logo.svg" alt="Fylo Logo" width="70" height="24" />
<ul class="nav justify-content-end gap-4">
<li class="nav-item">Features</li>
<li class="nav-item">Team</li>
<li class="nav-item">Sign In</li>
</ul>
</div>
</nav>
</header>
<section class="show-case mb-5 pb-5">
<div class="container pt-5 mx-auto">
<div class="row flex-row-reverse">
<div
class="col-md-6 col-sm-12 order-2 order-md-2 pt-5 text-center text-md-start text-wrap"
>
<h1 class="pb-2">
<strong
>All your files in one secure location, accessible
anywhere</strong
>.
</h1>
<p class="pb-2">
Fylo stores your most important files in one secure location.
Access them wherever you need, share and collaborate with friends,
family, and co-workers.
</p>
<form class="container">
<div class="row gap-2">
<input
type="email"
name="email"
id="email"
class="col-md-6 col-sm-12 pt-2 pb-2"
placeholder="Enter your email..."
required
/>
<button
type="submit"
class="submit-btn btn btn-primary shadow-sm col-sm-12 col-md-4"
>
Get Started
</button>
</div>
</form>
</div>
<article class="col-md-6 col-sm-12 order-1 order-md-1">
<img
src="./images/illustration-1.svg"
alt="Fylo Illustrator 1"
class="img-fluid"
/>
</article>
</div>
</div>
</section>
<picture>
<source
media="(min-width: 768px)"
srcset="./images/bg-curve-desktop.svg"
/>
<img src="./images/bg-curve-mobile.svg" alt="" class="w-100 img-fluid" />
</picture>
<section class="productive pt-5">
<div class="container">
<div class="row flex-row-reverse">
<article
class="text-productive col-md-6 col-sm-12 order-2 order-md-2"
>
<h2><strong>Stay productive, wherever you are</strong></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>
<div class="text-center">
<a
href="#"
class="link-img link-success link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover"
>See how Fylo works
<img
src="./images/icon-arrow.svg"
alt="Small Green Arrow Icon"
class="img-fluid"
/></a>
</div>
<figure
class="mt-5 text-bg-light shadow p-4 rounded border border-light-subtle mb-5 w-auto"
>
<img
src="./images/icon-quotes.svg"
alt="quotation marks"
class="img-fluid m-3"
/>
<p class="text-start">
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="d-flex gap-2">
<img
src="./images/avatar-testimonial.jpg"
alt="testimonial"
class="rounded-circle mt-1"
width="30"
height="24"
/>
<aside>
<p class="text-start testimony-name">
<strong>Kyle Burton</strong>
</p>
<p class="text-start testimony-p">Founder & CEO, Huddle</p>
</aside>
</div>
</figure>
</article>
<article class="col-md-6 mx-auto">
<img
src="./images/illustration-2.svg"
alt="Fylo Illustration 2"
class="img-fluid"
/>
</article>
</div>
</div>
</section>
<section class="cta text-center text-md-start p-4">
<div class="container">
<div class="row mt-5 mb-3">
<div class="col-md-6 col-sm-12">
<h2>Get early access today</h2>
<p>
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>
<form class="col-md-6 col-sm-12 my-1">
<div class="container">
<div class="row">
<input
type="email"
name="email"
id="email"
class="p-2 col-sm-12 col-md-10 mb-3"
placeholder="[email protected]"
required
/>
<button class="btn btn-primary shadow-sm col-sm-12 col-md-6">
Get Started For Free
</button>
</div>
</div>
</form>
</div>
</div>
</section>
<footer>
<div class="container p-4">
<img
src="./images/Fylo logo_light.svg"
alt="Fylo logo"
width="70"
height="24"
/>
<div class="contacts row">
<div class="phone-email col-md-4 mt-3 mb-3">
<div class="phone d-flex gap-2 pt-2 pb-2">
<img
src="./images/icon-phone.svg"
alt="phone icon"
width="30"
height="24"
/>
<p>Phone: <a href="tel: +1-543-123-4567">+1-543-123-4567</a></p>
</div>
<div class="email d-flex gap-3">
<img
src="./images/icon-email.svg"
alt="email icon"
width="30"
height="24"
/>
<p>[email protected]</p>
</div>
</div>
<ul
class="about-us list-unstyled d-flex flex-column gap-3 mt-4 col-md-4"
>
<li>About Us</li>
<li>Jobs</li>
<li>Press</li>
<li>Blog</li>
</ul>
<ul
class="contact-us list-unstyled d-flex flex-column gap-3 mt-4 col-md-4"
>
<li>Contact Us</li>
<li>Terms</li>
<li>Privacy</li>
</ul>
<picture
class="icons d-flex justify-content-center align-items-center gap-3"
>
<i
class="facebook fa-brands fa-facebook-f text-center p-2 rounded-circle"
aria-hidden="true"
></i>
<i
class="twitter fa-brands fa-twitter text-center p-2 rounded-circle"
aria-hidden="true"
></i>
<i
class="instagram fa-brands fa-instagram text-center p-2 rounded-circle"
aria-hidden="true"
></i>
</picture>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
crossorigin="anonymous"
></script>
</body>
</html>