-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
263 lines (207 loc) · 6.15 KB
/
Copy pathindex.html
File metadata and controls
263 lines (207 loc) · 6.15 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | Landing page with detailed integrations section</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<link rel="stylesheet" href="styles.css">
<style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="intro">
<section id="header">
<img src="images/logo.svg" alt="logo">
<div id="nav">
<button>Sign In</button>
<button>Sign Up</button>
</div>
</section>
<section id="intro" class="section-padding">
<div>
<h1>All your files in one secure location, accessible anywhere.</h1>
<p>
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>
<button>Get Started</button>
</div>
<div>
<img src="images/illustration-main.svg" alt="">
</div>
</section>
</div>
<section id="product" class="section-padding">
<div class="product-text">
<h3>Stay productive, wherever you are</h3>
<p>Never let location be an issue when accessing your files. Fylo has you
covered for all of your file storage needs.</p>
</div>
<div class="product-icon">
<div>
<img src="images/icon-devices.svg" alt="">
<p>All platforms, all devices, all your files</p>
</div>
<div>
<img src="images/icon-security.svg" alt="">
<p>Security you can trust</p>
</div>
<div>
<img src="images/icon-collaboration.svg" alt="">
<p>Real-time collaboration</p>
</div>
</div>
</section>
<section id="credit" class="section-padding">
<div class="text">
<h2>
Connect with the apps you use everyday
</h2>
<p>
Fylo seamlessly integrates with hundreds of apps, meaning you can access and
work on your files from the apps you already know and love.
</p>
</div>
<div class="credits">
<div class="card">
<div class="card-head">
<img src="images/logo-slack.png" alt="">
</div>
<div class="card-body">
<h3>Slack</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque id varius eros, vel pharetra est.
</p>
</div>
</div>
<div class="card">
<div class="card-head">
<img src="images/logo-gsuite.png" alt="">
</div>
<div class="card-body">
<h3>GSuite</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque id varius eros, vel pharetra est.
</p>
</div>
</div>
<div class="card">
<div class="card-head">
<img src="images/logo-trello.png" alt="">
</div>
<div class="card-body">
<h3>Trello</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque id varius eros, vel pharetra est.
</p>
</div>
</div>
<div class="card">
<div class="card-head">
<img src="images/logo-asana.png" alt="">
</div>
<div class="card-body">
<h3>Asana</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque id varius eros, vel pharetra est.s
</p>
</div>
</div>
<div class="card">
<div class="card-head">
<img src="images/logo-salesforce.png" alt="">
</div>
<div class="card-body">
<h3>Salesforce</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque id varius eros, vel pharetra est.
</p>
</div>
</div>
<div class="card">
<div class="card-head">
<img src="images/logo-typeform.png" alt="">
</div>
<div class="card-body">
<h3>Typeform</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque id varius eros, vel pharetra est.
</p>
</div>
</div>
</section>
<section id="cta">
<div>
<h1>Start using Fylo today</h1>
<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>
<button>
Get Started
</button>
</div>
</section>
<footer class="section-padding">
<img src="images/logo-white.svg" alt="">
<div class="footer-link">
<div>
<p>
Receive updates from us, including tips and tricks on how to improve your workflow.
</p>
<form action="">
<input type="text" name="" id="">
<button type="submit">Join</button>
</form>
<p>
Phone: +1-543-123-4567
</p>
<p>
example@fylo.com
</p>
</div>
<div>
<h4>Fylo</h4>
<p>Desktop App</p>
<p>Mobile App </p>
<p>Pricing</p>
<p>Feature</p>
</div>
<div>
<h4>
Company
</h4>
<p>About Us</p>
<p>Jobs</p>
<p>Press</p>
<p>Blog</p>
</div>
<div>
<h4>
Support
</h4>
<p>Contact Us</p>
<p>Terms</p>
<p>Privacy</p>
</div>
</div>
<p class="attribution">
This page started life as a challenge on <a href="https://www.frontendmentor.io?ref=challenge"
target="_blank">Frontend Mentor</a> 🎉
</p>
</footer>
</body>
</html>