forked from Braxify/new-providence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
436 lines (402 loc) · 23.8 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
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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>New Providence</title>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body>
<header class="header">
<div class="container">
<div class="header__inner">
<div class="header__top">
<button class="hamburger-menu"><span></span></button>
<nav class="menu">
<button class="close-menu">×</button>
<div class="menu__list">
<div class="menu__item"><a href="#">Tour</a></div>
<div class="menu__item"><a href="#">Features</a></div>
<div class="menu__item"><a href="#">Pricing</a></div>
</div>
<div class="menu__list">
<a href="#"><img class="logo" src="img/logo.svg" alt="Logo"></a>
</div>
<div class="menu__list">
<div class="menu__item"><a href="#">Help</a></div>
<div class="menu__item"><a href="#">Contacts</a></div>
<div class="menu__item"><a class="btn" href="#"><img src="img/apple-icon.svg" alt=""> Get
App</a></div>
</div>
</nav>
</div>
<div class="header__content">
<h1 class="header__content-title">What happens tomorrow?</h1>
<p class="header__content-descr">The sight of the tumblers restored Bob Sawyer to a degree of
equanimity which he had not possessed since his interview with his landlady. His face brightened
up, and he began to feel quite convivial.</p>
<div class="header__btn"><a class="header__btn-link" href="#"><img src="img/play-icon.svg"
alt="play">Watch
Video</a></div>
</div>
<div class="header__phone-wrapper"><img class="header__phone" src="img/iphone-header.png" alt=""></div>
</div>
</div>
</header>
<section class="features">
<div class="container">
<div class="features__items">
<div class="features__item">
<img src="img/lock-icon.svg" alt="">
<div class="features__item-title">Real-time all the time</div>
<div class="features__item-descr">
Thus much I thought proper to tell you in relation to yourself, and to the trust I reposed in
you.
</div>
<div class="features__item-descr">
Just then her head struck against the roof of the hall: in fact she was now more than nine feet
high, and she at once took up the little golden key and hurried off to the garden door.
</div>
</div>
<div class="features__item">
<img src="img/clock-icon.svg" alt="">
<div class="features__item-title">Adopt without any obstacles</div>
<div class="features__item-descr">
This sounded a very good reason, and Alice was quite pleased to know it. 'I never thought of
that before!' she said.
</div>
<div class="features__item-descr">
This I have produced as a scantling of Jack’s great eloquence and the force of his reasoning
upon such abstruse matters.
</div>
</div>
</div>
</div>
</section>
<section class="protection">
<div class="container">
<div class="protection__box">
<div class="protection__content">
<div class="protection__title">Your day <br>is protected</div>
<div class="protection__descr">There have not been any since we have lived here, said my mother.
</div>
<div class="protection__descr">We thought - Mr. Copperfield thought - it was quite a large rookery;
but the nests were very old ones, and the birds have deserted them a long while.</div>
<a href="#" class="btn protection__content-btn">Try to hack us <img src="img/arrow-right.svg"
alt=""></a>
<a href="#" class="protection__content-more">Learn more</a>
</div>
</div>
</div>
</section>
<section class="everywhere">
<div class="container">
<div class="everywhere__box">
<div class="everywhere__content">
<div class="everywhere__content-title">We are almost
everywhere</div>
<div class="everywhere__content-descr">Now the races of these two have been for some ages utterly
extinct, and besides to discourse any further of them would not be at all to my purpose.</div>
<div class="everywhere__content-descr">Thus much I thought proper to tell you in relation to
yourself, and to the trust I reposed in you.</div>
<div class="everywhere__partners">
<div class="partners__title">Partners</div>
<div class="partners__items">
<img class="partners__item" src="img/partners-1.svg" alt="">
<img class="partners__item" src="img/partners-2.svg" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="phone-screens">
<div class="container">
<div class="phone-screens__text">
<div class="phone-screens__title">Beautiful Interface</div>
<div class="phone-screens__subtitle">Landing Screen</div>
</div>
</div>
<div class="phone-screens__slider">
<div class="phone-screens__slider-item"><img src="img/phone-1.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-2.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-3.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-4.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-5.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-1.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-2.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-3.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-4.png" alt=""></div>
<div class="phone-screens__slider-item"><img src="img/phone-5.png" alt=""></div>
</div>
</section>
<section class="ready">
<div class="container">
<div class="ready__content">
<div class="ready__suptitle">
<span>New</span>Providence
</div>
<div class="ready__title">
Get it to your smartphone
</div>
<div class="ready__invite">
<input class="ready__invite-address" type="text" placeholder="[email protected]">
<button class="ready__invite-btn">Send Invite <img src="img/arrow-right.svg" alt=""></button>
</div>
<div class="ready__alternative">
<div class="ready__alternative-download">or Download From</div>
<a href="#" class="ready__alternative-link">
<div class="ready__alternative-logo"><img src="img/apple-logo.svg" alt=""></div>
<div class="ready__alternative-text">
<div>Download on the</div>
<div>App Store</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="reviews">
<div class="container">
<div class="reviews__slider">
<div class="reviews__slider-item">
<img src="img/avatar-1.jpeg" class="reviews__item-avatar" alt="user-avatar">
<div class="reviews__item-content">
<div class="reviews__item-title">New Providence is the great UI kit </div>
<div class="reviews__item-descr">Just then her head struck against the roof of the hall: in
fact
she was now more than nine feet high, and she at once took up the little golden key and
hurried off to the garden door.</div>
<div class="reviews__item-stars">
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
</div>
<div class="reviews__item-author">Cameron Dowman</div>
</div>
</div>
<div class="reviews__slider-item">
<img src="img/avatar-2.jpeg" class="reviews__item-avatar" alt="user-avatar">
<div class="reviews__item-content">
<div class="reviews__item-title">New Providence is the great UI kit </div>
<div class="reviews__item-descr">Just then her head struck against the roof of the hall: in
fact
she was now more than nine feet high, and she at once took up the little golden key and
hurried off to the garden door.</div>
<div class="reviews__item-stars">
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
</div>
<div class="reviews__item-author">Cameron Dowman</div>
</div>
</div>
<div class="reviews__slider-item">
<img src="img/avatar-3.jpeg" class="reviews__item-avatar" alt="user-avatar">
<div class="reviews__item-content">
<div class="reviews__item-title">New Providence is the great UI kit </div>
<div class="reviews__item-descr">Just then her head struck against the roof of the hall: in
fact
she was now more than nine feet high, and she at once took up the little golden key and
hurried off to the garden door.</div>
<div class="reviews__item-stars">
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
</div>
<div class="reviews__item-author">Cameron Dowman</div>
</div>
</div>
<div class="reviews__slider-item">
<img src="img/avatar-1.jpeg" class="reviews__item-avatar" alt="user-avatar">
<div class="reviews__item-content">
<div class="reviews__item-title">New Providence is the great UI kit </div>
<div class="reviews__item-descr">Just then her head struck against the roof of the hall: in
fact
she was now more than nine feet high, and she at once took up the little golden key and
hurried off to the garden door.</div>
<div class="reviews__item-stars">
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
</div>
<div class="reviews__item-author">Cameron Dowman</div>
</div>
</div>
<div class="reviews__slider-item">
<img src="img/avatar-2.jpeg" class="reviews__item-avatar" alt="user-avatar">
<div class="reviews__item-content">
<div class="reviews__item-title">New Providence is the great UI kit </div>
<div class="reviews__item-descr">Just then her head struck against the roof of the hall: in
fact
she was now more than nine feet high, and she at once took up the little golden key and
hurried off to the garden door.</div>
<div class="reviews__item-stars">
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
</div>
<div class="reviews__item-author">Cameron Dowman</div>
</div>
</div>
<div class="reviews__slider-item">
<img src="img/avatar-3.jpeg" class="reviews__item-avatar" alt="user-avatar">
<div class="reviews__item-content">
<div class="reviews__item-title">New Providence is the great UI kit </div>
<div class="reviews__item-descr">Just then her head struck against the roof of the hall: in
fact
she was now more than nine feet high, and she at once took up the little golden key and
hurried off to the garden door.</div>
<div class="reviews__item-stars">
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
<div class="reviews__item-star"><img src="img/star-icon.svg" alt="star"></div>
</div>
<div class="reviews__item-author">Cameron Dowman</div>
</div>
</div>
</div>
</div>
</section>
<section class="plans">
<div class="container">
<div class="plans__inner">
<div class="choose-plan">
<div class="choose-plan__title">Choose your perfect plan</div>
<div class="choose-plan__select">
<span>You are</span>
<div class="person__type-wrapper">
<button class="person__type-item person__type-item--active">Individual</button>
<button class="person__type-item">Company</button>
</div>
</div>
<div class="choose-plan__description">Thus much I thought proper to tell you in relation to
yourself, and to the trust I reposed in you.</div>
<div class="choose-plan__suggestion">Have a bigger team? <a href="#">Let‘s talk</a></div>
</div>
<div class="plan-cards">
<div class="plan-cards__item plan-cards__item--active">
<div class="plan-cards__title">Starter</div>
<div class="plan-cards__price">Free</div>
<div class="plan-cards__description">Build your schedule <br> every day</div>
<div class="plan-cards__advantages">
<ul class="plan-cards__advantages-list">
<li>Unlimited events</li>
<li>Connect Dropbox & Evernote</li>
</ul>
</div>
<button class="plan-cards__btn">Get started</button>
</div>
<div class="plan-cards__item">
<div class="plan-cards__title">Pro</div>
<div class="plan-cards__price">$4.99</div>
<div class="plan-cards__description">Make your life <br> better</div>
<div class="plan-cards__advantages">
<ul class="plan-cards__advantages-list">
<li>Unlimited events</li>
<li>Connect Dropbox & Evernote</li>
<li>Personal Assistant</li>
</ul>
</div>
<button class="plan-cards__btn">Make me a Pro</button>
</div>
</div>
</div>
</div>
</section>
<section class="subscribe">
<div class="container">
<div class="subscribe__inner">
<div class="subscribe__title">Subscribe our newsletters</div>
<div class="subscribe__field">
<input class="subscribe__address" type="text" placeholder="Your e-mail">
<button class="subscribe__btn">Subscribe</button>
</div>
<div class="subscribe__description">We promise to never spam you.</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer__inner">
<div class="footer-top">
<div class="footer__info">
<img src="img/logo.svg" class="footer__logo" alt="Footer Logo">
<div class="footer__description">It was some time before he obtained any answer, and the reply, when
made, was unpropitious.</div>
<a href="#" class="footer__download-link">
<div class="footer__download-logo"><img src="img/apple-logo.svg" alt="apple logo"></div>
<div class="footer__download-text">
<div>Download on the</div>
<div>App Store</div>
</div>
</a>
<div class="footer__social">
<a href="#" class="footer__social-link"><img src="img/twitter-icon.svg" alt=""></a>
<a href="#" class="footer__social-link"><img src="img/facebook-icon.svg" alt=""></a>
<a href="#" class="footer__social-link"><img src="img/google-icon.svg" alt=""></a>
<a href="#" class="footer__social-link"><img src="img/tumbler-icon.svg" alt=""></a>
<a href="#" class="footer__social-link"><img src="img/pinterest-icon.svg" alt=""></a>
<a href="#" class="footer__social-link"><img src="img/linked-in-icon.svg" alt=""></a>
</div>
</div>
<div class="footer__links">
<div class="footer__links-box">
<div class="footer__links-title">Learn More</div>
<div class="footer__links-items">
<a href="#" class="footer__links-item">How it works?</a>
<a href="#" class="footer__links-item">Meeting tools</a>
<a href="#" class="footer__links-item">Live striming</a>
<a href="#" class="footer__links-item">Contact method</a>
</div>
</div>
<div class="footer__links-box">
<div class="footer__links-title">About Us</div>
<div class="footer__links-items">
<a href="#" class="footer__links-item">About us</a>
<a href="#" class="footer__links-item">Features</a>
<a href="#" class="footer__links-item">Privacy police</a>
<a href="#" class="footer__links-item">Terms & Conditions</a>
</div>
</div>
<div class="footer__links-box">
<div class="footer__links-title">Support</div>
<div class="footer__links-items">
<a href="#" class="footer__links-item">F.A.Q.</a>
<a href="#" class="footer__links-item">Contact us</a>
<a href="#" class="footer__links-item">Live chat</a>
<a href="#" class="footer__links-item">Phone call</a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer__visit">
For more freebies visit: <a href="#">http://getcraftwork.com</a>
</div>
<div class="footer__copyright">
Made with Love by <img src="img/footer-logo.svg" alt="">
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/libs.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>