-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (213 loc) · 6.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="./images/favicon-32x32.png"
type="image/x-icon"
/>
<!-- font-awesome-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- google fonts -->
<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&family=Raleway:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
<title>fylo landing page 🎭</title>
</head>
<body>
<!-- navbar -->
<div class="navbar py-2">
<div class="container grid">
<div class="logo">
<img src="./images/logo.svg" alt="logo" />
</div>
<nav>
<ul class="links flex-row raleway">
<li class="link-item"><a href="#" class="text-dark">Feature</a></li>
<li class="link-item"><a href="#" class="text-dark">Team</a></li>
<li class="link-item"><a href="#" class="text-dark">Sign In</a></li>
</ul>
</nav>
</div>
</div>
<!-- hero -->
<div class="hero mb-8 py-8">
<div class="container grid">
<div class="image">
<img src="./images/illustration-1.svg" alt="illustration-1" />
</div>
<div class="content text-center flex-col pt-6 text-blue-1">
<h1 class="fs-5">
All your files in one secure location, accessible anywhere
</h1>
<p class="opa-75 fs-3">
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="grid">
<div class="form-group">
<input
type="text"
class="email"
placeholder="Enter your email..."
/>
<span class="error text-red-1">Please Check Your Email</span>
</div>
<button class="submit btn custom-btn-1 fw-7 raleway">
Get Started
</button>
</form>
</div>
</div>
</div>
<!-- main -->
<main class="main-content mt-8 py-8">
<div class="container grid">
<img src="./images/illustration-2.svg" alt="illustration-2" />
<div class="content pt-6">
<!-- title -->
<h2 class="text-center py-2">productive, wherever you are</h2>
<!-- paragraphs -->
<p class="opa-75 py-2">
Never let location be an issue when accessing your files. Fylo has
you covered for all of your file storage needs
</p>
<p class="opa-75 mb-2">
Securely share files and folders with friends, family and colleagues
for live collaboration. No email attachments required!
</p>
<!-- link -->
<a href="#" class="py-4 text-center text-green-1">
<span>See how Fylo works</span
><img src="./images/icon-arrow.svg" alt="icon-arrow"
/></a>
<!-- card -->
<div class="card bg-white py-2 mt-4 px-2">
<img
src="./images/icon-quotes.svg"
class="quotes"
alt="icon-quotes"
/>
<p class="py-1 text-blue-1">
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="person flex-row py-2">
<img
src="./images/avatar-testimonial.jpg"
alt="avatar-testimonial"
class="avatar"
/>
<div class="name">
<span class="fw-7">Kyle Burton</span>
<span class="opa-75">Founder & CEO, Huddle</span>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- newsletter -->
<div class="newsletter bg-blue-2 py-8 text-white">
<div class="container grid">
<div class="content text-center">
<h2 class="raleway fw-6">Get early access today</h2>
<p class="py-4 opa-75">
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="grid">
<div class="form-group">
<input type="text" class="email" placeholder="[email protected]" />
<span class="error">Please Checdsdsdsk Your Email</span>
</div>
<button class="submit btn custom-btn-1 fw-7 raleway">
Get Started For Free
</button>
</form>
</div>
</div>
<!-- =============================== -->
<footer class="bg-blue-1 text-white py-4">
<div class="container">
<!-- footer -->
<section class="footer text-left pt-4">
<!-- logo -->
<img src="./images/logo.svg" alt="logo" class="logo img-bw mb-4" />
<!-- grid -->
<div class="grid">
<!-- address -->
<div class="col-1">
<p class="pb-2 flex">
<i class="fa-solid fa-phone-volume"></i>
<span>+1-543-123-4567</span>
</p>
<p class="pb-2 flex">
<i class="fa-solid fa-envelope"></i>
<span>[email protected]</span>
</p>
</div>
<!-- links #1 -->
<div class="col-2 mt-5">
<p>
<a href="#" class="text-white"> About Us </a>
</p>
<p>
<a href="#" class="text-white"> Jobs </a>
</p>
<p><a href="#" class="text-white">Press </a></p>
<p><a href="#" class="text-white">Blog </a></p>
</div>
<!-- links #2 -->
<div class="col-3 mt-4 mb-5">
<p><a href="#" class="text-white">Contact Us</a></p>
<p><a href="#" class="text-white">Terms </a></p>
<p><a href="#" class="text-white">Privacy</a></p>
</div>
<!-- social -->
<div class="col-4 social py-2">
<!-- facebook -->
<i class="fa-brands fa-facebook-f fa-fw"></i>
<!-- twitter -->
<i class="fa-brands fa-twitter fa-fw"></i>
<!-- instagram -->
<i class="fa-brands fa-instagram fa-fw"></i>
</div>
</div>
</section>
</div>
</footer>
<!-- copyright -->
<div class="copyright">
<p class="attribution">
<i class="ri-copyright-line ri-2x"></i>
<span>
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank"
>Frontend Mentor</a
>
Coded by <a href="https://github.com/HatimHJ">hatimHJ</a>
</span>
</p>
</div>
<!-- =============================== -->
<script src="./js/main.js"></script>
</body>
</html>