-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (101 loc) · 3.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fylo-landing-page</title>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<main>
<section id="housing-container">
<header class="nav-bar">
<h1 class="logo"><img src="./logo.svg" alt="logo"></h1>
<ul>
<li>Features</li>
<li>Team</li>
<li>Sign in</li>
</ul>
</header>
</section>
<div id="all-files">
<div class="file-content">
<h1>All your files in one secure location, accessbile anywhere.</h1>
<p>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>
<input placeholder="Enter your email" type="Email"> <button>Get Started</button>
</div>
<div class="file-image">
<img src="./illustration-1.svg" alt="file file-image">
</div>
</div>
<div class="bg-imgcontainer"><img class="bg-img" src="/bg-curve-desktop.svg" alt="curve" class="curve"></div>
<section class="productive">
<div class="product-testimonial">
<h1>
Stay productive, wherever you are
</h1>
<P>
Never let location be an issue when accessing your files. Fylo has you covered for all of your file storage needs.</P>
<P class="line-space"> Securely share files and folders with friends, family and colleagues for live collaboration. No email attachements required!</P>
<a href="#">See how Fylo works <i><img src="./icon-arrow.svg" alt="icon"></i></a>
<div class="testimonial-card">
<img class="quote-icon" src="/icon-quotes.svg" alt="quotes">
<p>Fylo has improved our team productively by an order of magnitude. Since making the switch our team has become a well- oiled
collaboration machine.
</p>
<div id="avatar-flex">
<span class="circle">
<img src="./avatar-testimonial.jpg" alt="avatar"> </span>
<div class="avatar-paragraph">
<p class="text-primary">Kyle Burton</p>
<p>Founder & CEO Huddle</p>
</div>
</div>
</div>
</div>
<div class="img-productive">
<img src="/illustration-2.svg" alt="">
</div>
</section>
</main>
<section id="getaccess">
<div class="access-items">
<h2>Get early access today</h2>
<p>it only take s 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="email-input">
<input placeholder="email@example.com" type="email">
<button>Get Started For Free</button>
</div>
</section>
<section id="footer">
<div class="footer-sec">
<h1>
<img src="/logo.svg" alt="logo">
</h1>
<p class="phone"><img src="./icon-phone.svg" alt="phone icon">+2348166448105</p>
<p class="email"><img src="/icon-email.svg" alt="phone icon">example@fylo.com</p>
</div>
<div class="about-us">
<ul>
<li>About Us</li>
<li>Jobs</li>
<li>Press</li>
<li>Blog</li>
</ul>
</div>
<div class="contact-us">
<ul>
<li>Contact Us</li>
<li>Terms</li>
<li>Privacy</li>
</ul>
</div>
<div class="socialMedia">
<img src="/" alt="">
</div>
</section>
</body>
</html>