-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
238 lines (236 loc) · 7.1 KB
/
Copy pathindex.html
File metadata and controls
238 lines (236 loc) · 7.1 KB
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
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- displays site properly based on user's device -->
<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>Fylo landing page</title>
<!-- Font Awesome -->
<script
src="https://kit.fontawesome.com/0b9946e474.js"
crossorigin="anonymous"
></script>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:wght@400;700&display=swap"
rel="stylesheet"
/>
<!-- CSS -->
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<main class="main">
<!-- HEADER -->
<header class="header">
<div class="header_grid">
<div class="logo-div">
<img class="logo" src="./images/logo.svg" alt="logo-fylo" />
</div>
<div class="nav-div">
<nav class="header_nav">
<ul>
<li class="header_li">
Features
</li>
<li class="header_li">
Team
</li>
<li class="header_li">
Sign In
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- Hero -->
<section class="hero">
<div class="hero_grid">
<div class="hero_content">
<h1 class="hero_title">
All your files in one secure location, accessible anywhere.
</h1>
<p class="hero_text">
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="hero_form" method="post">
<input
class="hero_email"
type="email"
name="hero_email"
placeholder="Enter your email..."
/>
<input class="hero_submit" type="submit" value="Get Started" />
</form>
</div>
<div class="div_img">
<img
class="hero_img"
src="./images/illustration-1.svg"
alt="hero_img"
width="600px"
/>
</div>
</div>
</section>
</main>
<!-- Content -->
<section class="content">
<img src="./images/curveDesk.svg" alt="curveDesk" class="content_svg" />
<div class="content_grid">
<div class="content_text">
<h1 class="content_title">
Stay productive, wherever you are
</h1>
<p class="content_text_p p1">
Never let location be an issue when accessing your files. Fylo has
you covered for all of your file storage needs.
</p>
<p class="content_text_p">
Securely share files and folders with friends, family and colleagues
for live collaboration. No email attachments required!
</p>
<div class="div_a">
<a class="content_a" href="#">
See how Fylo works
<i class="content_arrow fas fa-arrow-circle-right"></i>
</a>
<hr class="content_hr" />
</div>
<!-- sorry for the name of the classes lol -->
<div class="card">
<img class="card_svg" src="./images/icon-quotes.svg" alt="quotes" />
<p class="card_text">
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="card_profile">
<img
class="profile_avatar"
src="./images/avatar-testimonial.jpg"
alt="avatar"
/>
<div class="card_texts">
<p class="profile_name">
Kyle Burton
</p>
<p class="profile_work">
Founder & CEO, Huddle
</p>
</div>
</div>
</div>
</div>
<div class="div_img">
<img
class="content_img"
src="./images/illustration-2.svg"
alt="content_img"
width="550px"
/>
</div>
</div>
</section>
<!-- Access Section -->
<section class="access">
<!-- I dont know anither name lol -->
<div class="access_grid">
<div class="access_text">
<h2 class="access_title">
Get early access today
</h2>
<p class="access_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>
</div>
<div class="access-div_form">
<form class="access_form" method="post">
<input
class="access_email"
type="email"
name="access_email"
placeholder="email@example.com"
/>
<input
class="access_sub"
type="submit"
value="Get Started For Free"
/>
</form>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="footer">
<img class="footer_logo" src="./images/logo2.svg" alt="footer_logo" />
<div class="footer_grid">
<div class="footer_div1">
<p class="footer_text">
<img
class="icon_phone"
src="./images/icon-phone.svg"
alt="icon_phone"
/>
Phone: +1-543-123-4567
</p>
<p class="footer_text">
<img
class="icon_email"
src="./images/icon-email.svg"
alt="icon_phone"
/>
example@fylo.com
</p>
</div>
<div class="footer_div2">
<p class="footer_text">
About Us
</p>
<p class="footer_text">
Jobs
</p>
<p class="footer_text">
Press
</p>
<p class="footer_text">
Blog
</p>
<p class="footer_text"></p>
</div>
<div class="footer_div3">
<p class="footer_text">
Contact Us
</p>
<p class="footer_text">
Terms
</p>
<p class="footer_text">
Privacy
</p>
</div>
<div class="footer_icons">
<!-- Using Fontawesome -->
<span class="icon_media">
<i class="fab fa-facebook-f"></i>
</span>
<span class="icon_media">
<i class="fab fa-twitter"></i>
</span>
<span class="icon_media">
<i class="fab fa-instagram"></i>
</span>
</div>
</div>
</footer>
</body>
</html>