-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
299 lines (299 loc) · 23.4 KB
/
home.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
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!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">
<meta name="theme-color" content="#0BD8A2">
<meta name="description" content="Landify is a fake-training webpage">
<script defer src="./node_modules/@fortawesome/fontawesome-free/js/all.js"></script>
<link href='./css/index.css' rel='stylesheet'>
<link rel="icon" type="image/x-icon" href="./assets/logo.svg">
<title>Landify</title>
</head>
<body>
<header class="header js-header">
<div class="container ">
<div class="header__container js-header-container">
<button class="header__menu js-header-menu" aria-label="hamburger menu">
<span class="header__menu-span"></span>
<span class="header__menu-span"></span>
<span class="header__menu-span"></span>
</button>
<nav class="header__navbar">
<ul class="header__navbar-list">
<li>
<a href="#" class="header__navbar-item">About</a></li>
<li>
<a href="#" class="header__navbar-item">Pricing</a></li>
<li>
<a href="#" class="header__navbar-item">Contact</a></li>
</ul>
</nav>
<svg width="105" height="28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M.6 28H10c4.5 0 8.1-3.6 8.1-8.2H8.7A8.2 8.2 0 00.6 28z" fill="#F22BB2"/>
<path d="M1 8.2v12c4.5 0 8.2-3.7 8.2-8.2V0A8.2 8.2 0 001 8.2z" fill="#8C30F5"/>
<path d="M27.4 0H18a8.2 8.2 0 00-8.1 8.2h9.5c4.5 0 8.1-3.7 8.1-8.2z" fill="#FE9A22"/>
<path d="M27.4 19.4v-12a8.2 8.2 0 00-8.1 8.1v12c4.5 0 8.1-3.6 8.1-8.1z" fill="#2EC5CE"/>
<path d="M40.4 18V7h-3.2v14h8.2v-3h-5zM53.9 11v1a3.8 3.8 0 00-3-1.3C48.3 10.7 46 13 46 16s2.2 5.3 4.8 5.3c1.3 0 2.3-.5 3-1.2v.9h3V11h-3zm-2.4 7.4c-1.4 0-2.4-.9-2.4-2.4s1-2.4 2.4-2.4 2.4.9 2.4 2.4-1 2.4-2.4 2.4zM65 10.7c-1.4 0-2.4.5-3 1.2V11h-3v10h3v-5.5c0-1.4.8-2 2-2 .9 0 1.7.6 1.7 1.8V21h3v-6.1c0-2.7-1.7-4.2-3.8-4.2zM78 7v5a3.8 3.8 0 00-3-1.3c-2.6 0-4.8 2.3-4.8 5.3s2.2 5.3 4.8 5.3c1.4 0 2.3-.5 3-1.2v.9h3V7h-3zm-2.4 11.4c-1.4 0-2.4-.9-2.4-2.4s1-2.4 2.4-2.4 2.4.9 2.4 2.4-1 2.4-2.4 2.4zM84.7 10.1c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8-1.8.8-1.8 1.8.8 1.8 1.8 1.8zM83.2 21h3V11h-3v10zM93.9 9.6V6.7C90.6 6.5 89 8.2 89 11h-1.3v2.9H89V21h3v-7.1H94V11H92c0-1.2.8-1.5 1.9-1.4zM101.7 11l-1.9 6.1-2.2-6.1h-3.3l4 9.5c-.5 1.3-1.1 1.7-2.5 1.7V25c2.8.1 4.5-1.1 5.7-4.3l3.4-9.7h-3.2z" fill="#0B0D17"/>
</svg>
<div class="header__buttons">
<button class="header__buttons-button" aria-label="login"><a href="#" class="login">Login</a></button>
<button class="header__buttons-button js-button" aria-label="Sing up"><a href="#" class="sign">Sign up</a></button>
<button class="header__buttons-button js-edit" onclick="editSave()" aria-label="Edit"><a href="#" class="edit">Save Edit</a></button>
</div>
</div>
</div>
</header>
<main>
<section class="landing container js-landing">
<h2 class="landing__text-edit js-text-edit hidden">Edit Mode to save changes press save edit button</h2>
<div class="landing__container container">
<div class="landing__text">
<h1 class="landing__text-title js-editable">Landing page UI kit</h1>
<p class="landing__text-data js-editable">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc odio in et, lectus sit lorem id integer.</p>
<button class="landing__text-button" aria-label="Get Started"><a href="#" class="start">Get Started</a></button>
</div>
<div class="landing__img">
<svg class="landing__img-circle" width="640" height="640" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="320" cy="320" r="320" fill="#D6B1FF"/></svg>
<img class="landing__img-dash" src="./assets/screen.svg" alt="Dashboard">
</div>
</div>
</section>
<section class="logos container js-logos">
<div class="logos__container">
<article class="logos__container-text">
<h2 class="logos__container-title js-editable">1,50,000+</h2>
<p class="logos__container-data js-editable">Customers who use Landify UI Kit to build their new startup landing page.</p>
</article>
<div class="logos__container-companies">
<div class="svg">
<svg width="97" height="30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0)"><path d="M27.8 21.3l-.5-1.1-.7-1.6c-2-4.5-4.3-9-6.7-13.6v-.2L19 3.4l-1-1.6A5 5 0 0014 0a5.1 5.1 0 00-3.9 1.8l-1 1.6L8.3 5V5C6 9.5 3.6 14.1 1.5 18.6l-.7 1.6-.5 1A6.3 6.3 0 004 29.6c1 .4 2.2.6 3.3.4a8 8 0 003-1c1.2-.7 2.4-1.7 3.7-3.1 1.4 1.4 2.6 2.4 3.8 3.1a8 8 0 003.8 1.1c1.6 0 3-.5 4.3-1.5 1.1-1 2-2.4 2.1-4 .3-1 .2-2.2-.2-3.2zM14 22.8c-1.6-2-2.7-4-3-5.6-.2-.6-.2-1.2-.1-1.8 0-.5.2-.9.5-1.3.6-.8 1.5-1.3 2.6-1.3a3.2 3.2 0 012.7 1.3l.5 1.3-.1 1.8c-.4 1.6-1.4 3.5-3 5.6zm12.1 1.4a4.4 4.4 0 01-2.7 3.5c-.7.3-1.5.4-2.3.3a6 6 0 01-2.3-.8c-1.3-.8-2.5-1.7-3.5-2.9a17 17 0 003.7-6.6c.2-1 .2-1.8.2-2.6-.2-.7-.4-1.4-.9-2a5 5 0 00-4.2-2.2c-1.8 0-3.4.8-4.3 2.2-.4.6-.7 1.3-.8 2a6 6 0 00.1 2.6c.5 2 1.7 4.2 3.7 6.6-1 1.2-2.1 2.2-3.5 3a6 6 0 01-2.3.7c-1.1.2-2.3-.1-3.3-.8-1-.7-1.5-1.8-1.7-3-.1-.7 0-1.5.3-2.3 0-.3.2-.6.4-1l.6-1.5c2.1-4.5 4.4-9 6.7-13.5l.1-.2.7-1.4c.3-.5.5-1 .9-1.3a3.2 3.2 0 012.4-1.1 3.2 3.2 0 012.4 1l.9 1.4.7 1.4v.2c2.4 4.4 4.7 9 6.7 13.5l.8 1.5.4 1c.1.8.2 1.6.1 2.3zm13.3-1.6a4.8 4.8 0 01-3.8-1.7 6 6 0 01-1.5-4.2c0-1.6.5-3.1 1.6-4.3a5 5 0 013.9-1.7 4.1 4.1 0 013.5 1.8V11H46v11.3h-2.7l-.1-1.6a4.3 4.3 0 01-3.7 2zm.7-2.7c.6 0 1-.1 1.5-.4.4-.3.8-.7 1-1.2.3-.5.4-1 .4-1.7a3.2 3.2 0 00-1.4-2.8 2.8 2.8 0 00-3 0c-.4.3-.7.7-1 1.2-.3.5-.4 1-.4 1.6a3.2 3.2 0 001.4 2.9c.5.3 1 .4 1.5.4zM50.8 8c0 .4 0 .7-.2.9l-.6.6c-.3.2-.6.2-1 .2-.2 0-.5 0-.8-.2-.3-.1-.5-.3-.6-.6l-.3-.9c0-.3.1-.6.3-.8.1-.3.3-.5.6-.6l.9-.3a1.8 1.8 0 011.5.8l.2 1zm-3.2 14.4V11h3v11.3h-3zm11-8.4h-.9c-.9 0-1.5.2-2 .7-.4.5-.6 1.2-.6 2.1v5.6h-3V11h2.8v1.7c.4-.6.7-1 1.2-1.4a3 3 0 011.8-.5h.6l.2.1v3zm1.3 8.4v-16h3v6.1c.4-.5 1-1 1.5-1.3a4.8 4.8 0 015.8 1.2 6 6 0 011.5 4.3c0 1.5-.5 3-1.6 4.2a5 5 0 01-3.8 1.8 4.1 4.1 0 01-3.5-1.8l-.1 1.5h-2.8zm5.8-2.4c.6 0 1-.1 1.5-.4.4-.3.8-.7 1-1.2.3-.5.4-1 .4-1.7 0-.6-.1-1.2-.4-1.6-.2-.5-.6-1-1-1.2a2.8 2.8 0 00-3 0c-.4.3-.7.7-1 1.2-.2.5-.4 1-.4 1.6a3.2 3.2 0 001.4 2.9c.5.3 1 .4 1.5.4zm7.2 2.4V11h2.8v1.4a3.7 3.7 0 013.4-1.7 4 4 0 013.6 2.2c.4.8.6 1.6.6 2.6v6.8h-3V16a3 3 0 00-.6-1.8c-.4-.5-.9-.7-1.5-.7-.5 0-.9 0-1.2.3-.3.2-.6.4-.8.8-.2.4-.3.9-.3 1.3v6.5h-3zm11.9 0v-16h3v6.1a4.4 4.4 0 013.5-1.8 4.8 4.8 0 013.8 1.7c1 1.2 1.6 2.7 1.5 4.2 0 1.6-.5 3.1-1.6 4.3a5 5 0 01-3.8 1.8 4.1 4.1 0 01-3.6-1.8v1.5h-2.8zm5.8-2.4c.6 0 1-.1 1.5-.4.5-.3.8-.7 1-1.2.3-.5.4-1 .4-1.7a3.2 3.2 0 00-1.4-2.8 2.8 2.8 0 00-3 0 3.4 3.4 0 00-1.4 2.9 3.2 3.2 0 001.5 2.8c.4.3.9.4 1.4.4z" fill="#FF385C"/></g><defs><clipPath id="clip0"><path fill="#fff" d="M0 0h96.9v30H0z"/></clipPath></defs></svg>
</div>
<div class="svg">
<svg width="97" height="30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0)" fill-rule="evenodd" clip-rule="evenodd"><path d="M60.1 23.5A37.1 37.1 0 0113.8 20c-.5-.6 0-1.2.6-.8a50.2 50.2 0 0045 2.8c.9-.4 1.7.7.7 1.4z" fill="#F90"/><path d="M62.5 20.7c-.7-1-4.8-.4-6.6-.2-.5 0-.6-.4-.1-.8 3.2-2.3 8.5-1.7 9-.9.7.8 0 6.3-3.1 8.8-.5.4-1 .2-.7-.3.7-1.7 2.2-5.6 1.5-6.6z" fill="#F90"/><path d="M56 3.3V1c0-.3.3-.6.6-.6h9.9c.3 0 .5.3.5.6v2c0 .3-.2.7-.7 1.4l-5.1 7.5c1.9 0 3.9.2 5.6 1.2.4.2.5.6.5.9v2.4c0 .3-.3.7-.7.5-3-1.6-7-1.8-10.4 0-.4.2-.7-.2-.7-.5v-2.3c0-.4 0-1 .3-1.5l6-8.8h-5.2a.6.6 0 01-.6-.5zM20 17.4h-3a.6.6 0 01-.5-.5V1c0-.4.3-.6.6-.6h2.8c.3 0 .5.2.5.5v2h.1c.7-2 2.1-2.8 4-2.8 1.8 0 3 .9 3.8 2.9.8-2 2.4-3 4.2-3C33.7.2 35 .8 36 2c1 1.3.7 3.2.7 5v10c0 .2-.2.5-.6.5h-3a.6.6 0 01-.5-.6V8.4v-3c-.3-1-1-1.3-1.9-1.3A2 2 0 0029 5.4c-.4.8-.3 2.1-.3 3v8.4c0 .3-.3.6-.6.6h-3a.6.6 0 01-.5-.6V8.4c0-1.7.2-4.3-1.9-4.3s-2 2.5-2 4.3v8.4c0 .3-.3.6-.6.6M75.5.2C80 .2 82.4 4 82.4 9c0 4.8-2.7 8.6-6.9 8.6-4.4 0-6.7-4-6.7-8.8 0-5 2.4-8.7 6.7-8.7zm0 3.2c-2.2 0-2.3 3-2.3 5s0 6 2.3 6S78 11.2 78 9.2c0-1.3 0-3-.4-4.2-.3-1-1-1.5-2-1.5zM88.1 17.4h-3a.6.6 0 01-.5-.6V1c0-.3.3-.5.6-.5H88c.2 0 .5.2.5.4v2.4c.9-2.1 2-3.1 4.2-3.1A4 4 0 0196.2 2c.7 1.3.7 3.4.7 5v9.9c0 .3-.2.5-.5.5h-3a.6.6 0 01-.6-.5V8.3C92.8 6.6 93 4 91 4c-.7 0-1.4.5-1.7 1.3-.4 1-.5 2-.5 3v8.5c0 .3-.2.6-.6.6M48.2 9.8c0 1.2 0 2.2-.6 3.3-.5.9-1.2 1.4-2 1.4-1.2 0-1.9-.9-1.9-2.2 0-2.7 2.3-3.1 4.5-3.1v.6zm3 7.5c-.2.2-.5.2-.7.1-1-.8-1.2-1.2-1.7-2-1.7 1.7-2.8 2.2-5 2.2-2.5 0-4.5-1.6-4.5-4.8 0-2.5 1.3-4.2 3.2-5 1.7-.8 4-.9 5.7-1.1v-.4c0-.7 0-1.6-.4-2.2-.4-.6-1-.8-1.7-.8-1.1 0-2.1.6-2.4 1.8 0 .3-.2.6-.5.6l-3-.3c-.2-.1-.4-.3-.4-.7.7-3.6 3.9-4.7 6.7-4.7 1.5 0 3.4.4 4.6 1.5 1.4 1.4 1.3 3.3 1.3 5.3v4.8c0 1.5.6 2.1 1.1 2.9.2.3.2.6 0 .8l-2.3 2M8.8 9.8c0 1.2 0 2.2-.5 3.3-.5.9-1.3 1.4-2.1 1.4-1.1 0-1.8-.9-1.8-2.2 0-2.7 2.3-3.1 4.4-3.1v.6zm3 7.5c-.1.2-.4.2-.6.1-1-.8-1.2-1.2-1.8-2-1.6 1.7-2.8 2.2-5 2.2C2 17.6 0 16 0 12.8c0-2.5 1.3-4.2 3.2-5 1.6-.8 3.9-.9 5.6-1.1v-.4c0-.7.1-1.6-.3-2.2-.4-.6-1-.8-1.7-.8-1.1 0-2.2.6-2.4 1.8 0 .3-.3.6-.5.6l-3-.3C.7 5.3.4 5 .5 4.7 1.2 1.1 4.4 0 7.2 0c1.5 0 3.4.4 4.5 1.5 1.5 1.4 1.4 3.3 1.4 5.3v4.8c0 1.5.5 2.1 1 2.9.3.3.3.6 0 .8l-2.2 2" fill="#000"/></g><defs><clipPath id="clip0"><path fill="#fff" d="M0 0h96.9v30H0z"/></clipPath></defs></svg>
</div>
<div class="svg">
<svg width="96" height="30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0)"><path d="M71 28.2l7.8-8.6-7.9-8.7h8.3l3.9 4.2 3.7-4.2h8L87 19.5l8 8.7h-8.4L82.8 24 79 28.2h-8z" fill="#F60"/><path d="M71 7h-9V11h9v5.9h-9V22h9v6.1H55.4V1H71V7z" fill="#F60"/><path d="M49 1V12a6.7 6.7 0 00-5.4-2.2 9 9 0 00-8.6 6.6c-1.3-4.1-4.6-6.7-9.6-6.7-4 0-7.1 1.8-8.8 4.7v-3.6H8.3V7h9V1H1v27.2h7.4V16.8h7.4c-.2.8-.4 1.7-.4 2.6 0 5.7 4.5 9.7 10.1 9.7 4.8 0 8-2.2 9.6-6.2h-6.4c-.8 1.2-1.5 1.6-3.2 1.6-2 0-3.7-1.7-3.7-3.7h13a9.3 9.3 0 009 8.4c2.1 0 4-1 5.2-2.7h.1v1.7h6.5V1H49zM22 16.7a3.5 3.5 0 013.4-2.8c1.9 0 3.2 1 3.5 2.8h-7zm23 7.3c-2.3 0-3.8-2.2-3.8-4.5 0-2.5 1.3-4.8 3.9-4.8 2.6 0 3.7 2.3 3.7 4.8 0 2.3-1.1 4.5-3.7 4.5z" fill="#652C8F"/></g><defs><clipPath id="clip0"><path fill="#fff" transform="translate(1 1)" d="M0 0h94.1v28.1H0z"/></clipPath></defs></svg>
</div>
<div class="svg svg--none">
<img src="assets/microsoft-logo.png" alt="microsoft-logo">
</div>
<div class="svg">
<svg width="91" height="30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0)"><path d="M38.8 15.4c0 4.1-3.3 7.2-7.3 7.2s-7.3-3-7.3-7.2 3.3-7.2 7.3-7.2 7.3 3 7.3 7.2zm-3.2 0c0-2.6-1.9-4.4-4.1-4.4-2.2 0-4.1 1.8-4.1 4.4 0 2.6 1.9 4.4 4.1 4.4 2.2 0 4.1-1.8 4.1-4.4z" fill="#EA4335"/><path d="M54.6 15.4c0 4.1-3.3 7.2-7.3 7.2s-7.3-3-7.3-7.2 3.2-7.2 7.3-7.2c4 0 7.3 3 7.3 7.2zm-3.2 0c0-2.6-2-4.4-4.1-4.4-2.2 0-4.1 1.8-4.1 4.4 0 2.6 1.9 4.4 4 4.4 2.3 0 4.2-1.8 4.2-4.4z" fill="#FBBC05"/><path d="M69.7 8.6v13c0 5.3-3.2 7.5-7 7.5a7 7 0 01-6.4-4.3l2.8-1.1a4 4 0 003.7 2.6c2.4 0 3.9-1.5 3.9-4.3v-1h-.1a5 5 0 01-3.9 1.6c-3.6 0-7-3.1-7-7.2 0-4 3.4-7.2 7-7.2a5 5 0 013.9 1.6V8.6h3.1zM67 15.4c0-2.5-1.7-4.4-3.9-4.4s-4 1.9-4 4.4c0 2.5 1.8 4.4 4 4.4s3.9-1.9 3.9-4.4z" fill="#4285F4"/><path d="M74.7 1v21.2h-3.1V1h3.1z" fill="#34A853"/><path d="M86.9 17.8l2.5 1.6a7.3 7.3 0 01-6 3.2 7.1 7.1 0 01-7.3-7.2C76 11 79 8 82.9 8s5.7 3 6.3 4.7l.3.8-9.7 4c.7 1.4 1.9 2.2 3.5 2.2s2.8-.8 3.6-2zm-7.7-2.6l6.6-2.7c-.4-1-1.5-1.6-2.7-1.6a4 4 0 00-3.9 4.3z" fill="#EA4335"/><path d="M12.4 13.5v-3h10.4l.1 1.8a10 10 0 01-2.6 7.2c-2 2-4.6 3.1-8 3.1-6.2 0-11.4-5-11.4-11.2A11.4 11.4 0 0120 3.2L18 5.4a8 8 0 00-5.5-2.2 8 8 0 00-8.2 8.2 8 8 0 008.2 8.1c3 0 4.6-1.1 5.7-2.2.9-.9 1.4-2.1 1.7-3.8h-7.4z" fill="#4285F4"/></g><defs><clipPath id="clip0"><path fill="#fff" transform="translate(.8)" d="M0 0h89.4v30H0z"/></clipPath></defs></svg>
</div>
<div class="svg svg--none">
<img src="assets/ola-logo.png" alt="ola-logo">
</div>
<div class="svg svg--none">
<img src="assets/walmart-logo.png" alt="walmart-logo">
</div>
<div class="svg svg--none">
<svg width="80" height="30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0)"><path d="M65.5 28.7C73 28.7 79 22.5 79 15 79 7.3 73 1.2 65.5 1.2S51.9 7.3 51.9 14.9s6 13.8 13.6 13.8zm0-18.7c2.6 0 4.8 2.2 4.8 5 0 2.6-2.2 4.8-4.8 4.8a4.9 4.9 0 01-4.9-4.9c0-2.7 2.2-4.9 4.9-4.9zM14 28.7c7.5 0 13.6-6.2 13.6-13.8 0-7.6-6.1-13.7-13.6-13.7S.5 7.3.5 14.9s6 13.8 13.6 13.8zM14 10c2.7 0 4.8 2.2 4.8 5 0 2.6-2.1 4.8-4.8 4.8A4.9 4.9 0 019.2 15c0-2.7 2.2-4.9 4.9-4.9zm25.7-.3l-4.2-8.4h-9.8l9.1 18.4v8.6h9.7v-8.6l9.1-18.4H44l-4.2 8.4z" fill="#EE2E24"/></g><defs><clipPath id="clip0"><path fill="#fff" transform="translate(.5)" d="M0 0h79.1v30H0z"/></clipPath></defs></svg>
</div>
</div>
</div>
</section>
<section class="features container js-features">
<div class="features__container">
<div>
<h2 class="features__container-title js-editable">App Features</h2>
<div class="features__headlines">
<div class="features__texts">
<div class="features__texts-headline">
<img src="./assets/feature-icon-with-circle-1.svg" class="features__texts-img" alt="icon">
<div class="text">
<h5 class="text-title js-editable">Headline</h5>
<p class="text-info js-editable">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Interdum porta magna at blandit a.
</p>
</div>
</div>
<div class="features__texts-headline">
<img src="./assets/feature-icon-with-circle-1.svg" class="features__texts-img" alt="icon">
<div class="text">
<h5 class="text-title js-editable">Headline</h5>
<p class="text-info js-editable">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Interdum porta magna at blandit a.
</p>
</div>
</div>
<div class="features__texts-headline">
<img src="./assets/feature-icon-with-circle-2.svg" class="features__texts-img" alt="icon">
<div class="text">
<h5 class="text-title js-editable">Headline</h5>
<p class="text-info js-editable">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Interdum porta magna at blandit a.
</p>
</div>
</div>
<div class="features__texts-headline">
<img src="./assets/feature-icon-with-circle-3.svg" class="features__texts-img" alt="icon">
<div class="text">
<h5 class="text-title js-editable">Headline</h5>
<p class="text-info js-editable">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Interdum porta magna at blandit a.
</p>
</div>
</div>
</div>
</div>
</div>
<img src="./assets/iPhoneX.svg" class="iphone" alt="iphone-img">
</div>
</section>
<section class="clients js-clients">
<div class="clients__container container">
<img src="./assets/quotes.svg" class="quote" alt="quotes">
<div class="clients__main">
<div class="clients__text">
<h2 class="clients__text-title js-editable">Our clients speak</h2>
</div>
<div class="clients__testimonials">
<div class="clients__slider">
<div class="clients__slider-client">
<h6 class="clients__testimonials-title">Incredible Experience</h6>
<p class="clients__testimonials-text">We had an incredible experience working with Landify and were impressed they made such a big difference in only three weeks. Our team is so grateful for the wonderful improvements they made and their ability to get familiar with the concept so quickly. It acted as a catalyst to take our design to the next level and get more eyes on our product.</p>
</div>
<div class="clients__slider-client clients__phone">
<h6 class="clients__testimonials-title">Dependable, Responsive, Professional Partner</h6>
<p class="clients__testimonials-text">Fermin Apps has collaborated with Landify team for several projects such as Photo Sharing Apps and Custom Social Networking Apps. The experience has been pleasant, professional and exceeding our expectations. The team is always thinking beyond the current tasks & helps us formulate a vision and possibilities for future.</p>
</div>
</div>
<div class="clients__slider">
<div class="clients__slider-client">
<h6 class="clients__testimonials-title">Awesome Experience</h6>
<p class="clients__testimonials-text">We had an incredible experience working with Landify and were impressed they made such a big difference in only three weeks. Our team is so grateful for the wonderful improvements they made and their ability to get familiar with the concept so quickly. It acted as a catalyst to take our design to the next level and get more eyes on our product.</p>
</div>
<div class="clients__slider-client clients__phone">
<h6 class="clients__testimonials-title">Professional Partner</h6>
<p class="clients__testimonials-text">Spk Corp has collaborated with Landify team for several projects such as Photo Sharing Apps and Custom Social Networking Apps. The experience has been pleasant, professional and exceeding our expectations. The team is always thinking beyond the current tasks & helps us formulate a vision and possibilities for future.</p>
</div>
</div>
</div>
<div class="clients__people">
<div class="people">
<img src="./assets/Photo.svg" class="person" alt="client">
<p class="clients__people-name"> Jane Cooper</p>
<span class="clients__people-text">CEO, ABC Corporation</span>
</div>
<div class="people people-two">
<img src="./assets/picture.svg" class="person" alt="client">
<p class="clients__people-name"> Harold Stein</p>
<span class="clients__people-text">CEO, Capsule Corp</span>
</div>
</div>
<div class="clients__people">
<div class="people">
<img src="./assets/pic-girl.svg" class="person" alt="client">
<p class="clients__people-name"> Alice Smith</p>
<span class="clients__people-text">CEO, TreenApp Ltda</span>
</div>
<div class="people people-two">
<img src="./assets/picture.svg" class="person" alt="client">
<p class="clients__people-name"> George Nielsen</p>
<span class="clients__people-text">CEO, Spk Corporation</span>
</div>
</div>
<div class="clients__dots">
<span class="clients__dots-dot"></span>
<span class="clients__dots-dot"></span>
</div>
</div>
</div>
</section>
<section class="statistics container js-statistics">
<div class="statistics__container">
<div class="statistics__data">
<h2 class="statistics__data-number js-editable">40+</h2>
<span class="statistics__data-detail js-editable">Happy Clients</span>
</div>
<div class="statistics__data">
<h2 class="statistics__data-number js-editable">540+</h2>
<span class="statistics__data-detail js-editable">Projects Completed</span>
</div>
<div class="statistics__data">
<h2 class="statistics__data-number js-editable">300+</h2>
<span class="statistics__data-detail js-editable">Dedicated Members</span>
</div>
<div class="statistics__data">
<h2 class="statistics__data-number js-editable">25+</h2>
<span class="statistics__data-detail js-editable">Awards Won</span>
</div>
</div>
</section>
<section class="headline container js-headline">
<div class="headline__container">
<div class="headline__container-info">
<h3 class="headline__container-title js-editable">Headline</h3>
<p class="headline__container-data js-editable">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Condimentum diam orci pretium a pharetra, feugiat cursus. Dictumst risus, sem egestas odio cras adipiscing vulputate. Nisi, risus in suscipit non. Non commodo volutpat, pharetra, vel.</p>
<a class="headline__container-link" href="#">Get Started →</a>
</div>
<img src="./assets/iPhoneX.svg" class="headline__container-phone" alt="phone">
</div>
</section>
<section class="member container js-member">
<div class="member__container">
<div class="member__container-text">
<h3 class="member__container-headline js-editable">Become a member of this growing communtity</h3>
<button class="member__container-button"><a href="#" class="join">Join the community</a></button>
</div>
<img src="assets/arrow.svg" class="arrow" alt='arrow'>
<img src="./assets/photo-here.svg" class="text" alt="text">
<img src="./assets/girl.svg" class="girl" alt="girl-photo">
</div>
</section>
</main>
<footer class="footer js-footer">
<div class="footer__info container">
<div class="footer__info-data">
<div class="footer__data">
<h4 class="footer__data-text">Company</h4>
<p class="footer__data-details">About Us</p>
<p class="footer__data-details">Blog</p>
<p class="footer__data-details">Career</p>
<p class="footer__data-details">Contact Us</p>
</div>
<div class="footer__data">
<h4 class="footer__data-text">Support</h4>
<p class="footer__data-details">Help Center</p>
<p class="footer__data-details">Safety Center</p>
<p class="footer__data-details">Community Guidelines</p>
</div>
<div class="footer__data">
<h4 class="footer__data-text">Legal</h4>
<p class="footer__data-details">Cookies Policy</p>
<p class="footer__data-details">Privacy Policy</p>
<p class="footer__data-details">Terms of Service</p>
<p class="footer__data-details">Law enforcement</p>
</div>
<div class="footer__data">
<h4 class="footer__data-text">Install App</h4>
<img src="./assets/google-play.svg" class="gplay" alt="googleplay">
<img src="./assets/app-store.svg" alt="appstore">
</div>
</div>
</div>
<hr>
<div class="footer__social container">
<span class="footer__social-copy">© 2020 Landify UI Kit. All rights reserved </span>
<div class="footer__social-icons">
<div class="icon">
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
<div class="icon">
<a href="#"><i class="fab fa-dribbble"></i></a>
</div>
<div class="icon">
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
<div class="icon">
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/hotkeys-js/dist/hotkeys.min.js"></script>
<script src="./js/script.js"></script>
</body>
</html>