-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (165 loc) · 9.14 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
<!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">
<link rel="stylesheet" href="/fylo-landing-page-with-two-column-layout/style.css">
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
<title>Fylo landing page with two column layout</title>
</head>
<body>
<main class="wrapper">
<header>
<img src="/fylo-landing-page-with-two-column-layout/images/logo.svg" alt="fylo logo" class="brand_logo">
<nav class="navbar">
<ul>
<li><a href="#" class="nav_links">Features</a></li>
<li><a href="#" class="nav_links">Team</a></li>
<li><a href="#" class="nav_links">Sign in</a></li>
</ul>
</nav>
</header>
<section class="hero_cta">
<div class="hero_content">
<h2>All your files in one secure location, accessible anywhere. </h2>
<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>
<form id="form" autocomplete="on" class=" form_hero form_signup" novalidate>
<input required type="email" placeholder="Enter your email..." aria-label="Email Address" id="email"
name="user_email"
pattern='^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$' />
<small class="error_text">error</small>
<button type="submit" class="btn btn_fill btn_hero">Get Started</button>
</form>
<div class="toast_success">
<p>Great Scott! You did it!</p>
</div>
</div><!-- hero content-->
<div class="hero_cta_img"><img src="/fylo-landing-page-with-two-column-layout/images/illustration-1.svg"
alt="fylo illustration"></div>
</section><!-- hero cta-->
<section class="features">
<div class="feature_bg_before_mobile">
<img src="/fylo-landing-page-with-two-column-layout/images/bg-curve-mobile.svg" alt="">
</div>
<div class="feature_bg_before_desktop">
<img src="/fylo-landing-page-with-two-column-layout/images/bg-curve-desktop.svg" alt="">
</div>
<div class="feature_item">
<div class="feature_content">
<h2>Stay productive, wherever you are</h2>
<p>Never let location be an issue when accessing your files. Fylo has you covered for all of your file storage
needs. <br> <br> Securely share files and folders with friends, family and colleagues for live
collaboration. No email attachments required! <br> <br>
<a href="#" class="feature_link">See how Fylo works <img
src="/fylo-landing-page-with-two-column-layout/images/icon-arrow.svg" alt="next"></a>
</p>
<div class="feature_testimonial">
<div class="testimonial_img"><img src="/fylo-landing-page-with-two-column-layout/images/icon-quotes.svg"
alt="quote"></div>
<p>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="testimonial_profile">
<div class="testimonial_profile_photo"><img
src="/fylo-landing-page-with-two-column-layout/images/avatar-testimonial.jpg" alt="profile photo">
</div>
<div class="profile_text">
<p>Kyle Burton <span>Founder & CEO, Huddle</span></p>
</div>
</div>
</div><!-- feature testimonial-->
</div>
<!--feature content-->
<div class="feature_img"><img src="/fylo-landing-page-with-two-column-layout/images/illustration-2.svg"
alt="fylo illustration"></div>
</div>
</section>
<!--features-->
<section class="bottom_cta">
<div class="bottom_content">
<h2>Get early access today</h2>
<p>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 id="form" autocomplete="on" class=" form_bottom form_signup" novalidate>
<input required type="email" placeholder="email@example.com" aria-label="Email Address" id="email"
name="user_email"
pattern='^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$' />
<small class="error_text">error</small>
<button type="submit" class="btn btn_fill btn_bottom">Get Started For Free</button>
</form>
<div class="toast_success_bottom">
<p>Great Scott! You did it!</p>
</div>
</section>
<!--bottom cta-->
<footer>
<div class="footer_items col1">
<svg width="166" height="49" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="a" d="M.014.03h93.96v48.29H.015z" />
</defs>
<g fill="none" fill-rule="evenodd">
<path
d="M0 14.13v.123l27.95 13.13L56 14.209v-.033L27.95 1 0 14.13zm10.077.062L27.95 5.795l17.877 8.397-17.877 8.396-17.874-8.396zM27.95 32.483L0 19.55v4.784l27.95 12.964L56 24.289v-4.784L27.95 32.483zm0 9.703L0 29.25v4.783L27.95 47 56 33.99v-4.784l-28.05 12.98z"
fill="#fff" />
<g transform="translate(72)">
<mask id="b" fill="#fff">
<use xlink:href="#a" />
</mask>
<path
d="M87.56 24.152a8.1 8.1 0 0 0-2.161-5.573 7.259 7.259 0 0 0-2.34-1.673 6.864 6.864 0 0 0-2.85-.601c-1.01 0-1.961.2-2.852.601a7.257 7.257 0 0 0-2.34 1.673 8.102 8.102 0 0 0-2.16 5.574 8.102 8.102 0 0 0 2.16 5.573 7.257 7.257 0 0 0 2.34 1.672 6.864 6.864 0 0 0 2.851.602c1.01 0 1.96-.2 2.852-.602a7.259 7.259 0 0 0 2.339-1.672 8.1 8.1 0 0 0 2.16-5.574zm6.415 0c0 1.932-.357 3.723-1.07 5.373a13.098 13.098 0 0 1-2.94 4.28c-1.247 1.205-2.71 2.156-4.388 2.854-1.678.699-3.468 1.048-5.369 1.048-1.9 0-3.683-.349-5.346-1.048a13.863 13.863 0 0 1-4.366-2.876 13.351 13.351 0 0 1-2.94-4.302c-.713-1.65-1.07-3.426-1.07-5.329 0-1.873.364-3.634 1.092-5.284a13.92 13.92 0 0 1 2.962-4.325 13.671 13.671 0 0 1 4.367-2.898 13.552 13.552 0 0 1 5.301-1.048c1.901 0 3.69.35 5.369 1.048 1.678.698 3.14 1.65 4.388 2.854 1.248 1.204 2.228 2.638 2.94 4.302.713 1.665 1.07 3.449 1.07 5.351zM64.258 36.905a8.6 8.6 0 0 1-1.715.58c-.638.148-1.3.222-1.982.222a9.84 9.84 0 0 1-2.74-.379 6.003 6.003 0 0 1-2.295-1.226c-.653-.565-1.173-1.3-1.56-2.207-.385-.907-.578-2-.578-3.277V.029h6.549v29.474c0 1.07.215 1.806.646 2.207.43.401.943.602 1.537.602.742 0 1.455-.223 2.138-.669v5.262zM50.492 11.22L38.908 41.854c-.861 2.289-1.99 3.939-3.386 4.95-1.396 1.01-3.06 1.515-4.99 1.515-.297 0-.623-.022-.98-.066a7.352 7.352 0 0 1-1.025-.201l-2.138-5.975a8.486 8.486 0 0 0 1.56.557c.534.134 1.039.201 1.514.201 1.01 0 1.93-.23 2.762-.691.832-.46 1.47-1.315 1.916-2.564l.891-2.586-9.935-25.773h6.995l5.925 16.588 5.57-16.588h6.905zM23.538 7.342H6.786v8.294h16.529v5.618H6.785v15.784H.015V1.412h23.524v5.93z"
fill="#fff" mask="url(#b)" />
</g>
</g>
</svg>
<address>
<img src="/fylo-landing-page-with-two-column-layout/images/icon-phone.svg" alt="">Phone:
<a href="tel:+13115552368">+1-543-123-4567</a> <br> <br>
<img src="/fylo-landing-page-with-two-column-layout/images/icon-email.svg" alt="">
<a href="mailto:example@fylor.com">example@fylo.com</a>
</address>
</div> <!-- col1-->
<div class="footer_items col2">
<nav class="footer_nav_one">
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Blog</a></li>
</ul>
</nav>
</div> <!-- col2-->
<div class="footer_items col3">
<nav class="footer_nav_two">
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy</a></li>
</ul>
</nav>
</div> <!-- col3-->
<div class="footer_items col4">
<a href="https://facebook.com">
<i class='bx bxl-facebook bx-border-circle bx-sm'></i>
</a>
<a href="https://twitter.com">
<i class='bx bxl-twitter bx-border-circle bx-sm'></i>
</a>
<a href="https://twitter.com">
<i class='bx bxl-instagram bx-border-circle bx-sm'></i>
</a>
</div>
<!--row1-->
<div class="footer">
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor.</a> Coded by <a
href="https://github.com/vimode/frontend-mentor-challenges">vimode</a>
</div>
</footer>
</main> <!-- main wrapper-->
<script src="/fylo-landing-page-with-two-column-layout/script.js"></script>
</body>
</html>