This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
247 lines (208 loc) · 8.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Fylo landing page with dark theme and features grid - Frontend Mentor">
<meta name="keywords" content="Fylo landing page with dark theme and features grid, Frontend Mentor">
<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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css"
integrity="sha512-10/jx2EXwxxWqCLX/hHth/vu2KY3jCF70dCQB8TSgNjbCVAC/8vai53GfMDrO2Emgwccf2pJqxct9ehpzG+MTw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="styles.css">
<title>Fylo landing page with dark theme and features grid</title>
</head>
<body>
<!-- Header -->
<header>
<nav class="flex-container">
<div class="logo"></div>
<!-- Menu -->
<ul class="menu flex-container rale">
<li> Features</li>
<li>Team</li>
<li>Sign In</li>
</ul>
</nav>
</header>
<!-- Main -->
<main>
<!-- Intro -->
<article class="intro-text">
<section class="intro-section flex-container rale">
<h1> All your files in one secure location, accessible anywhere.</h1>
<p>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="/">Get Started</a>
</section>
</article>
<!-- Section 1 -->
<article class="section-one">
<section class="flex-container">
<img class="sec-one-img" src="images/icon-access-anywhere.svg" alt="acess everywhere">
<div class="flex-container">
<h2 class="rale">Access your files, anywhere</h2>
<p>The ability to use a smartphone, tablet, or computer to access your account means your
files follow you everywhere.</p>
</div>
</section>
<section class="flex-container">
<img class="sec-two img" src="images/icon-security.svg" alt="securtiy">
<div class="flex-container">
<h2 class="rale"> Security you can trust</h2>
<div>
<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>
</section>
<section class="flex-container">
<img class="sec-three img" src="images/icon-collaboration.svg" alt="">
<div class="flex-container">
<h2 class="rale">Real-time collaboration</h2>
<p> Securely share files and folders with friends, family and colleagues for live collaboration.
No email attachments required.</p>
</div>
</section>
<section class="flex-container">
<img class="sec-four img" src="images/icon-any-file.svg" alt="file icon">
<div class="flex-container">
<h2 class="rale">Store any type of file</h2>
<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>
</article>
<!-- Section 2 -->
<article class="section-two flex-container">
<section class="section-two-img">
<img src="images/illustration-stay-productive.png" alt="illustration">
</section>
<section class="section-two-info flex-container">
<h2 class="rale">Stay productive, wherever you are</h2>
<p class="rale">Never let location be an issue when accessing your files. Fylo has you covered for all of your
file
storage needs.</p>
<p class="rale"> Securely share files and folders with friends, family and colleagues for live collaboration. No
email
attachments required.</p>
<div class="section-two-link flex-container">
<a href="/" class="rale">See how Fylo works</a>
<img src="images/icon-arrow.svg" alt="" aria-hidden=“true”>
</div>
</section>
</article>
<!-- Section 3 -->
<article class="section-three">
<!-- Author 1 -->
<section class="flex-container">
<p class="feedback"> 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="author-details flex-container">
<img class="author-img" src="images/profile-1.jpg" alt="Satish Patel">
<div>
<p class="author-name"> Satish Patel</p>
<p class="author-status">Founder & CEO, Huddle</p>
</div>
</div>
</section>
<!-- Author 2 -->
<section class="flex-container">
<p class="feedback">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="author-details flex-container">
<img class="author-img" src="images/profile-2.jpg" alt="Bruce McKenzi">
<div>
<p class="author-name">Bruce McKenzie</p>
<p class="author-status">Founder & CEO, Huddle</p>
</div>
</div>
</section>
<!-- Author 3 -->
<section class="flex-container">
<p class="feedback">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="author-details flex-container">
<img class="author-img" src="images/profile-3.jpg" alt="Iva Boyd">
<div>
<p class="author-name">Iva Boyd</p>
<p class="author-status">Founder & CEO, Huddle</p>
</div>
</div>
</section>
<!-- Section 4 -->
<article class="section-four flex-container">
<h3 class="rale">Get early access today</h3>
<p class="rale section-four-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="input-section flex-container">
<input class="input-field" type="text" placeholder="example@fylo.com">
<p class="error-msg">err</p>
<button class="rale email-btn"> Get
Started For
Free</button>
</div>
</article>
</article>
</main>
<!-- Footer -->
<footer class="flex-container">
<article class="footer-inner flex-container">
<img class="footer-logo" src="images/logo.svg " alt="Fylo logo">
<!-- Menu Section -->
<section class="menu-section flex-container">
<!-- Menu Section 1 -->
<section class="menu-section-one flex-container">
<div class="flex-container">
<img class="location-icon" src="images/icon-location.svg" alt="" aria-hidden=“true”>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua</p>
</div>
</section>
<!-- Menu Section 2 -->
<section class="menu-section-two flex-container">
<!-- Contact Info -->
<section class="contact-info flex-container">
<div class="flex-container">
<img src="images/icon-phone.svg" alt="" aria-hidden=“true”>
<p> +1-543-123-4567</p>
</div>
<div class="flex-container">
<img src="images/icon-email.svg" alt="" aria-hidden=“true”>
<p>example@fylo.com</p>
</div>
</section>
<!-- Menu Pages -->
<section class="menu-pages flex-container">
<!-- Menu One -->
<section class="menu-one flex-container">
<a href="/">About Us</a>
<a href="/">Jobs</a>
<a href="/"> Press</a>
<a href="/">Blog</a>
</section>
<!-- Menu Two -->
<section class="menu-two flex-container">
<a href="/">Contact Us</a>
<a href="/">Terms</a>
<a href="/"> Privacy</a>
</section>
</section>
<!-- Social Icons -->
<ul class="socials flex-container">
<li><a href="/"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="/"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="/"><i class="fa-brands fa-instagram"></i></a></li>
</ul>
</section>
</section>
</section>
</article>
</footer>
<script src="app.js"></script>
</body>
</html>