-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
198 lines (175 loc) · 9.88 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
<!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">
<title>Frontend Mentor | Fylo landing page with dark theme and features grid</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="/dist/output.css" rel="stylesheet">
<link href="src/styles.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body class=" background text-white">
<header class="mx-2 px-4 md:mx-8 flex justify-between items-center mr-2 px-4 pt-10 ">
<img src="/src/images/logo.svg" alt="Fylo logo" class="w-20 md:w-28 ">
<nav>
<ul class="flex space-x-6 md:space-x-12 ">
<li><a href="#" class="hover:text-teal-400">Features</a></li>
<li><a href="#" class="hover:text-teal-400">Team</a></li>
<li><a href="#" class="hover:text-teal-400">Sign In</a></li>
</ul>
</nav>
</header>
<section class="mx-2 md:mx-8 text-center ">
<div class="mt-6 mb-4">
<img src="/src/images/illustration-intro.png" alt="Illustration" class="mx-auto mt-12 size-2/3 md:size-1/2">
</div>
<div class=" mobilebg bg-cover bg-top md:desktopbg bg-contain bg-top w-full h-200">
<div class="max-w-xl px-4 mx-auto py-12 md:pt-0" >
<h1 class="text-3xl font-bold text-white mb-6">
All your files in one secure location, accessible anywhere.
</h1>
<p class="text-lg text-gray-300 mb-8">
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="gradient-button text-white py-3 px-16 rounded-full font-semibold md:mb-20 ">Get Started</a>
</div>
</div>
</section>
<div class="bg-back md:pt-32">
<section class="mx-2 px-4 md:mx-8 py-16">
<div class="grid grid-cols-1 gap-20 md:grid-cols-2 max-w-4xl mx-auto ">
<div class="text-center">
<img src="/src/images/icon-access-anywhere.svg" alt="Access icon" class="mx-auto mb-4">
<h3 class="text-white font-bold text-lg mb-4">Access your files, anywhere</h3>
<p class="text-gray-400">The ability to use a smartphone, tablet, or computer to access your account means your files follow you everywhere.</p>
</div>
<div class="text-center">
<img src="/src/images/icon-security.svg" alt="Security icon" class="mx-auto mb-4">
<h3 class="text-white font-bold text-lg mb-4">Security you can trust</h3>
<p class="text-gray-400">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="text-center">
<img src="/src/images/icon-collaboration.svg" alt="Collaboration icon" class="mx-auto mb-4">
<h3 class="text-white font-bold text-lg mb-4">Real-time collaboration</h3>
<p class="text-gray-400">Securely share files and folders with friends, family, and colleagues for live collaboration. No email attachments required.</p>
</div>
<div class="text-center">
<img src="/src/images/icon-any-file.svg" alt="Any file icon" class="mx-auto mb-4">
<h3 class="text-white font-bold text-lg mb-4">Store any type of file</h3>
<p class="text-gray-400">Whether you're sharing holiday photos or work documents, Fylo has you covered allowing for all file types to be securely stored and shared.</p>
</div>
</div>
</section>
<section class="mx-8 py-16">
<div class="flex flex-col md:flex-row md:justify-between max-w-6xl mx-auto">
<div class="md:w-1/2 mb-8 mr-12">
<img src="/src/images/illustration-stay-productive.png" alt="Productive illustration">
</div>
<div class="md:w-1/2 text-pretty my-auto">
<h2 class="text-white text-3xl font-bold mb-6">
Stay productive, wherever you are
</h2>
<p class="text-gray-400 mb-6">
Never let location be an issue when accessing your files. Fylo has you covered for all of your file storage needs.
</p>
<p class="text-gray-400 mb-6">
Securely share files and folders with friends, family, and colleagues for live collaboration. No email attachments required.
</p>
<a href="#" class="text-teal-400 hover:underline">See how Fylo works</a>
</div>
</div>
</section>
<section class="comments mx-2 px-4 pb-0 md:mx-12 px-8 py-16 pb-32">
<div class=" mx-auto grid grid-cols-1 gap-8 lg:grid-cols-3 max-w-6xl">
<div class="p-8 bg-gray-800 rounded-lg">
<p class="text-gray-400 mb-6">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="flex items-center">
<img src="/src/images/profile-1.jpg" alt="User 1" class="w-12 h-12 rounded-full mr-4">
<div>
<p class="text-white font-bold">Satish Patel</p>
<p class="text-gray-400">Founder & CEO, Huddle</p>
</div>
</div>
</div>
<div class="p-8 bg-gray-800 rounded-lg">
<p class="text-gray-400 mb-6">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="flex items-center">
<img src="/src/images/profile-2.jpg" alt="User 1" class="w-12 h-12 rounded-full mr-4">
<div>
<p class="text-white font-bold">Bruce McKenzie</p>
<p class="text-gray-400">Founder & CEO, Huddle</p>
</div>
</div>
</div>
<div class="p-8 bg-gray-800 rounded-lg">
<p class="text-gray-400 mb-6">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="flex items-center">
<img src="/src/images/profile-3.jpg" alt="User 1" class="w-12 h-12 rounded-full mr-4">
<div>
<p class="text-white font-bold">Iva Boyd</p>
<p class="text-gray-400">Founder & CEO, Huddle</p>
</div>
</div>
</div>
</div>
</section>
<div class=" bg-gray-900 relative-container mt-24 md:mt-60" style="position: relative;">
<div class="absolute-card shadow-xl " style="position: absolute; top: -150px; left: 50%; transform: translateX(-50%); background: #2a2b3a; padding: 40px; border-radius: 12px; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); z-index: 10; width: 90%; max-width: 800px;">
<h2 class="text-white text-center text-2xl md:text-3xl font-bold mb-4">Get early access today</h2>
<p class="text-gray-400 text-center mb-8">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="flex flex-col md:flex-row justify-center items-center">
<input type="email" placeholder="email@example.com" class="p-3 rounded-full text-black w-full md:w-2/3 lg:w-3/5 mb-4 md:mb-0 md:mr-4">
<button class="gradient-button text-white py-3 px-6 rounded-full font-bold w-full md:w-auto">Get Started For Free</button>
</div>
</div>
<footer class=" bg-gray-900 px-8 text-gray-400 relative space-y-4 py-16 mx-2 md:mx-8 pt-0" >
<div class="flex flex-col items-start pt-48 md:pt-36">
<img src="/src/images/logo.svg" alt="Fylo logo" class="w-32 mt-28 mb-4 md:mt-12">
</div>
<div class="flex flex-col justify-between lg:flex-row space-y-4 max-w-6xl ">
<div class="flex flex-col items-start mb-8 md:mb-0 md:mr-4">
<div class="flex items-start space-x-4">
<img src="/src/images/icon-location.svg" alt="Location icon" class="w-5">
<p class="max-w-xs">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</div>
<div class="flex flex-col space-y-4 mb-8 md:mb-0">
<div class="flex space-x-4">
<img src="/src/images/icon-phone.svg" alt="Phone icon" class="w-5">
<p>+1-543-123-4567</p>
</div>
<div class="flex space-x-4">
<img src="/src/images/icon-email.svg" alt="Email icon" class="w-5">
<p>example@fylo.com</p>
</div>
</div>
<div class="flex flex-col space-y-2 mb-8 md:mb-0">
<a href="#" class="hover:underline">About Us</a>
<a href="#" class="hover:underline">Jobs</a>
<a href="#" class="hover:underline">Press</a>
<a href="#" class="hover:underline">Blog</a>
</div>
<div class="flex flex-col space-y-2">
<a href="#" class="hover:underline">Contact Us</a>
<a href="#" class="hover:underline">Terms</a>
<a href="#" class="hover:underline">Privacy</a>
</div>
<div class="flex flex-row space-x-4 mt-4">
<a href="#" class="hover:text-teal-400"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="hover:text-teal-400"><i class="fab fa-twitter"></i></a>
<a href="#" class="hover:text-teal-400"><i class="fab fa-instagram"></i></a>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>