-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
527 lines (519 loc) · 25.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
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.min.css?_v=20221031111327">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css?_v=20221031111327"/>
<title>Главная</title>
</head>
<body>
<div class="wrapper">
<header class="header">
<div class="header__container">
<a class="header__logo"><img src="img/header/Logo.svg" alt="logo"></a>
<div class="header__body">
<div class="header__menu menu">
<div class="menu__overflow"></div>
<nav class="menu__body">
<ul class="menu__list">
<li class="menu__item"><a href="" class="menu__link">Products</a></li>
<li class="menu__item"><a href="" class="menu__link">Solutions</a></li>
<li class="menu__item"><a href="" class="menu__link">Resources</a></li>
<li class="menu__item"><a href="" class="menu__link">Pricing</a></li>
</ul>
</nav>
</div>
<div class="header__button button-header">
<button class="button-header__item button-header__item_login">Login</button>
<button class="button-header__item button-header__item_try">Try Whitepace free</button>
</div>
<div class="header__burger"><span></span></div>
</div>
</div>
</header>
<main class="page">
<section class="page__main main">
<div class="main__container">
<div class="main__body main-block">
<div class="main-block__content main-block__content_40">
<h2 class="main-block__title main-block__title_white-main">Get More Done with whitepace</h2>
<div class="main-block__text main-block__text_white">Project management software that enables your teams to collaborate, plan, analyze and manage everyday tasks</div>
<button class="main-block__button">Try Whitepace free</button>
</div>
<div class="main-block__image">
<picture><source srcset="img/main/main.webp" type="image/webp"><img src="img/main/main.jpg" alt=""></picture>
</div>
</div>
</div>
</section>
<section class="page_project project">
<div class="project__container">
<div class="project__body content-block">
<div class="content-block__body">
<div class="content-block__content content-block__content_black">
<h2 class="content-block__title">Project <span>Management</span></h2>
<div class="content-block__text">Images, videos, PDFs and audio files are supported. Create math expressions and diagrams directly from the app. Take photos with the mobile app and save them to a note.</div>
</div>
<button class="content-block__button">Get Started</button>
</div>
<div class="content-block__image">
<picture><source srcset="img/main/main.webp" type="image/webp"><img src="img/main/main.jpg" alt=""></picture>
</div>
</div>
</div>
</section>
<section class="page_together together">
<div class="together__container">
<div class="together__body content-block">
<div class="content-block__image">
<img src="img/together/together.svg" alt="together">
</div>
<div class="content-block__body">
<div class="content-block__content content-block__content_black">
<h2 class="content-block__title">Work <span>together</span></h2>
<div class="content-block__text">With whitepace, share your notes with your colleagues and collaborate on them.
You can also publish a note to the internet and share the URL with others.
</div>
</div>
<button class="content-block__button">Try it now</button>
</div>
</div>
</div>
</section>
<section class="page_extention extention">
<div class="extention__container">
<div class="extention__body content-block">
<div class="content-block__body">
<div class="content-block__content content-block__content_white">
<h2 class="content-block__title">Use as <span>Extension</span></h2>
<div class="content-block__text">Use the web clipper extension, available on Chrome and Firefox, to save web pages or take screenshots as notes.</div>
</div>
<button class="content-block__button">Let’s Go</button>
</div>
<div class="content-block__image">
<picture><source srcset="img/main/main.webp" type="image/webp"><img src="img/main/main.jpg" alt="together"></picture>
</div>
</div>
</div>
</section>
<section class="page_customise customise">
<div class="customise__container">
<div class="customise__body content-block">
<div class="content-block__image">
<picture><source srcset="img/main/main.webp" type="image/webp"><img src="img/main/main.jpg" alt="together"></picture>
</div>
<div class="content-block__body">
<div class="content-block__content content-block__content_black">
<h2 class="content-block__title">Customise it <span>your needs</span></h2>
<div class="content-block__text">Customise the app with plugins, custom themes and multiple text editors (Rich Text or Markdown). Or create your own scripts and plugins using the Extension API.</div>
</div>
<button class="content-block__button button">Let’s Go</button>
</div>
</div>
</div>
</section>
<section class="page__plans plans">
<div class="plans__container">
<div class="plans__header content-block">
<div class="content-block__content content-block__content_black">
<h2 class="content-block__title">Choose <span>Your Plan</span></h2>
<div class="content-block__text">Whether you want to get organized, keep your personal life on track, or boost workplace productivity, Evernote has the right plan for you.</div>
</div>
</div>
<!-- Slider main container -->
<div class="plans__swiper swiper">
<!-- Additional required wrapper -->
<div class="plans__rows swiper-wrapper">
<div class="plans__item item-plans swiper-slide">
<div class="item-plans__content">
<h2 class="item-plans__title">Free</h2>
<div class="item-plans__price">$0</div>
<div class="item-plans__text">Capture ideas and find them quickly</div>
<ul class="item-plans__list">
<li class="item-plans__item">Sync unlimited devices</li>
<li class="item-plans__item">10 GB monthly uploads</li>
<li class="item-plans__item">200 MB max. note size</li>
<li class="item-plans__item">Customize Home dashboard and access extra widgets</li>
<li class="item-plans__item">Connect primary Google Calendar account</li>
<li class="item-plans__item">Add due dates, reminders, and notifications to your tasks</li>
</ul>
</div>
<button class="item-plans__button">Get Started</button>
</div>
<div class="plans__item item-plans item-plans_active swiper-slide">
<div class="item-plans__content">
<h2 class="item-plans__title">Personal</h2>
<div class="item-plans__price">$11.99</div>
<div class="item-plans__text">Keep home and family on track</div>
<ul class="item-plans__list">
<li class="item-plans__item">unlimited devices</li>
<li class="item-plans__item">10 GB monthly uploads</li>
<li class="item-plans__item">200 MB max. note size</li>
<li class="item-plans__item">Customize Home dashboard and access extra widgets</li>
<li class="item-plans__item">Connect primary Google Calendar account</li>
<li class="item-plans__item">Add due dates, reminders, and notifications to your tasks</li>
</ul>
</div>
<button class="item-plans__button">Get Started</button>
</div>
<div class="plans__item item-plans swiper-slide">
<div class="item-plans__content">
<h2 class="item-plans__title">Organization</h2>
<div class="item-plans__price">$49.99</div>
<div class="item-plans__text">Capture ideas and find them quickly</div>
<ul class="item-plans__list">
<li class="item-plans__item">Sync unlimited devices</li>
<li class="item-plans__item">10 GB monthly uploads</li>
<li class="item-plans__item">200 MB max. note size</li>
<li class="item-plans__item">Customize Home dashboard and access extra widgets</li>
<li class="item-plans__item">Connect primary Google Calendar account</li>
<li class="item-plans__item">Add due dates, reminders, and notifications to your tasks</li>
</ul>
</div>
<button class="item-plans__button">Get Started</button>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
</div>
<!-- <div class="plans__rows">
<div class="plans__item item-plans ">
<div class="item-plans__content">
<h2 class="item-plans__title">Free</h2>
<div class="item-plans__price">$0</div>
<div class="item-plans__text">Capture ideas and find them quickly</div>
<ul class="item-plans__list">
<li class="item-plans__item">Sync unlimited devices</li>
<li class="item-plans__item">10 GB monthly uploads</li>
<li class="item-plans__item">200 MB max. note size</li>
<li class="item-plans__item">Customize Home dashboard and access extra widgets</li>
<li class="item-plans__item">Connect primary Google Calendar account</li>
<li class="item-plans__item">Add due dates, reminders, and notifications to your tasks</li>
</ul>
</div>
<button class="item-plans__button">Get Started</button>
</div>
<div class="plans__item item-plans item-plans_active">
<div class="item-plans__content">
<h2 class="item-plans__title">Personal</h2>
<div class="item-plans__price">$11.99</div>
<div class="item-plans__text">Keep home and family on track</div>
<ul class="item-plans__list">
<li class="item-plans__item">unlimited devices</li>
<li class="item-plans__item">10 GB monthly uploads</li>
<li class="item-plans__item">200 MB max. note size</li>
<li class="item-plans__item">Customize Home dashboard and access extra widgets</li>
<li class="item-plans__item">Connect primary Google Calendar account</li>
<li class="item-plans__item">Add due dates, reminders, and notifications to your tasks</li>
</ul>
</div>
<button class="item-plans__button">Get Started</button>
</div>
<div class="plans__item item-plans">
<div class="item-plans__content">
<h2 class="item-plans__title">Organization</h2>
<div class="item-plans__price">$49.99</div>
<div class="item-plans__text">Capture ideas and find them quickly</div>
<ul class="item-plans__list">
<li class="item-plans__item">Sync unlimited devices</li>
<li class="item-plans__item">10 GB monthly uploads</li>
<li class="item-plans__item">200 MB max. note size</li>
<li class="item-plans__item">Customize Home dashboard and access extra widgets</li>
<li class="item-plans__item">Connect primary Google Calendar account</li>
<li class="item-plans__item">Add due dates, reminders, and notifications to your tasks</li>
</ul>
</div>
<button class="item-plans__button">Get Started</button>
</div>
</div> -->
</div>
</section>
<section class="page_work work">
<div class="work__container">
<div class="work__body content-block">
<div class="content-block__body">
<div class="content-block__content content-block__content_white">
<h2 class="content-block__title">Your work, everywhere <span>you are</span></h2>
<div class="content-block__text">Access your notes from your computer, phone or tablet by synchronising with various services, including whitepace, Dropbox and OneDrive. The app is available on Windows, macOS, Linux, Android and iOS. A terminal app is also available!</div>
</div>
<button class="content-block__button button">Try Taskey</button>
</div>
</div>
</div>
</section>
<section class="page_data data">
<div class="data__container">
<div class="data__body content-block">
<div class="content-block__body">
<div class="content-block__content content-block__content_black">
<h2 class="content-block__title">100% <span>your data</span></h2>
<div class="content-block__text">The app is open source and your notes are saved to an open format, so you'll always have access to them. Uses End-To-End Encryption (E2EE) to secure your notes and ensure no-one but yourself can access them.</div>
</div>
<button class="content-block__button button">Read more</button>
</div>
<div class="content-block__image">
<img src="img/data/image.svg" alt="together">
</div>
</div>
</div>
</section>
<section class="page__sponsor sponsor">
<div class="sponsor__container">
<div class="sponsor__body">
<h2 class="content-block__title content-block__content_black">Our <span>sponsors</span></h2>
<div class="sponsor__images">
<div class="sponsor__item"><img src="img/sponsor/Apple.svg" alt="apple"></div>
<div class="sponsor__item"><img src="img/sponsor/Microsoft.svg" alt="apple"></div>
<div class="sponsor__item"><img src="img/sponsor/Slack.svg" alt="apple"></div>
<div class="sponsor__item"><img src="img/sponsor/Google.svg" alt="apple"></div>
</div>
</div>
</div>
</section>
<section class="page_apps apps">
<div class="apps__container">
<div class="apps__body content-block">
<div class="content-block__image">
<img src="img/apps/Apps.svg" alt="together">
</div>
<div class="content-block__body">
<div class="content-block__content content-block__content_white">
<h2 class="content-block__title">Work with Your Favorite Apps Using whitepace</h2>
<div class="content-block__text">Whitepace teams up with your favorite software. Integrate with over 1000+ apps with Zapier to have all the tools you need for your project success.</div>
</div>
<button class="content-block__button button">Read more</button>
</div>
</div>
</div>
</section>
<section class="page__reviews reviews">
<div class="reviews__container">
<div class="content-block__content content-block__content_black">
<h2 class="content-block__title center">What Our Clients <span>Says</span></h2>
</div>
<!-- Slider main container -->
<div class="reviews__swiper swiper">
<!-- Additional required wrapper -->
<div class="reviews__items swiper-wrapper">
<div class="reviews__item item-reviews swiper-slide">
<div class="item-reviews__body">
<div class="item-reviews__image">
<svg class="item-reviews__svg">
<use href="img/icons/icons.svg#Quote"></use>
</svg>
</div>
<div class="item-reviews__comment">Whitepate is designed as a collaboration tool for businesses that is a full project management solution.</div>
<div class="item-reviews__user">
<div class="item-reviews__avatar"><picture><source srcset="img/reviews/01.webp" type="image/webp"><img src="img/reviews/01.png" alt="avatar"></picture></div>
<div class="item-reviews__info">
<div class="item-reviews__name">Oberon Shaw, MCH</div>
<div class="item-reviews__adress">Head of Talent Acquisition, North America</div>
</div>
</div>
</div>
</div>
<div class="reviews__item item-reviews swiper-slide">
<div class="item-reviews__body">
<div class="item-reviews__image">
<svg class="item-reviews__svg">
<use href="img/icons/icons.svg#Quote"></use>
</svg>
</div>
<div class="item-reviews__comment">Whitepate is designed as a collaboration tool for businesses that is a full project management solution.</div>
<div class="item-reviews__user">
<div class="item-reviews__avatar"><picture><source srcset="img/reviews/02.webp" type="image/webp"><img src="img/reviews/02.png" alt="avatar"></picture></div>
<div class="item-reviews__info">
<div class="item-reviews__name">Oberon Shaw, MCH</div>
<div class="item-reviews__adress">Head of Talent Acquisition, North America</div>
</div>
</div>
</div>
</div>
<div class="reviews__item item-reviews swiper-slide">
<div class="item-reviews__body">
<div class="item-reviews__image">
<svg class="item-reviews__svg">
<use href="img/icons/icons.svg#Quote"></use>
</svg>
</div>
<div class="item-reviews__comment">Whitepate is designed as a collaboration tool for businesses that is a full project management solution.</div>
<div class="item-reviews__user">
<div class="item-reviews__avatar"><picture><source srcset="img/reviews/03.webp" type="image/webp"><img src="img/reviews/03.png" alt="avatar"></picture></div>
<div class="item-reviews__info">
<div class="item-reviews__name">Oberon Shaw, MCH</div>
<div class="item-reviews__adress">Head of Talent Acquisition, North America</div>
</div>
</div>
</div>
</div>
<div class="reviews__item item-reviews swiper-slide">
<div class="item-reviews__body">
<div class="item-reviews__image">
<svg class="item-reviews__svg">
<use href="img/icons/icons.svg#Quote"></use>
</svg>
</div>
<div class="item-reviews__comment">Whitepate is designed as a collaboration tool for businesses that is a full project management solution.</div>
<div class="item-reviews__user">
<div class="item-reviews__avatar"><picture><source srcset="img/reviews/02.webp" type="image/webp"><img src="img/reviews/02.png" alt="avatar"></picture></div>
<div class="item-reviews__info">
<div class="item-reviews__name">Oberon Shaw, MCH</div>
<div class="item-reviews__adress">Head of Talent Acquisition, North America</div>
</div>
</div>
</div>
</div>
<div class="reviews__item item-reviews swiper-slide">
<div class="item-reviews__body">
<div class="item-reviews__image">
<svg class="item-reviews__svg">
<use href="img/icons/icons.svg#Quote"></use>
</svg>
</div>
<div class="item-reviews__comment">Whitepate is designed as a collaboration tool for businesses that is a full project management solution.</div>
<div class="item-reviews__user">
<div class="item-reviews__avatar"><picture><source srcset="img/reviews/03.webp" type="image/webp"><img src="img/reviews/03.png" alt="avatar"></picture></div>
<div class="item-reviews__info">
<div class="item-reviews__name">Oberon Shaw, MCH</div>
<div class="item-reviews__adress">Head of Talent Acquisition, North America</div>
</div>
</div>
</div>
</div>
<div class="reviews__item item-reviews swiper-slide">
<div class="item-reviews__body">
<div class="item-reviews__image">
<svg class="item-reviews__svg">
<use href="img/icons/icons.svg#Quote"></use>
</svg>
</div>
<div class="item-reviews__comment">Whitepate is designed as a collaboration tool for businesses that is a full project management solution.</div>
<div class="item-reviews__user">
<div class="item-reviews__avatar"><picture><source srcset="img/reviews/01.webp" type="image/webp"><img src="img/reviews/01.png" alt="avatar"></picture></div>
<div class="item-reviews__info">
<div class="item-reviews__name">Oberon Shaw, MCH</div>
<div class="item-reviews__adress">Head of Talent Acquisition, North America</div>
</div>
</div>
</div>
</div>
<div class="reviews__item item-reviews swiper-slide">
<div class="item-reviews__body">
<div class="item-reviews__image">
<svg class="item-reviews__svg">
<use href="img/icons/icons.svg#Quote"></use>
</svg>
</div>
<div class="item-reviews__comment">Whitepate is designed as a collaboration tool for businesses that is a full project management solution.</div>
<div class="item-reviews__user">
<div class="item-reviews__avatar"><picture><source srcset="img/reviews/01.webp" type="image/webp"><img src="img/reviews/01.png" alt="avatar"></picture></div>
<div class="item-reviews__info">
<div class="item-reviews__name">Oberon Shaw, MCH</div>
<div class="item-reviews__adress">Head of Talent Acquisition, North America</div>
</div>
</div>
</div>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
</div>
</div>
</section>
<section class="page__trial trial">
<div class="trial__container">
<div class="trial__content">
<h2 class="trial__title content-block__title">Try Whitepace today</h2>
<div class="trial__text">Get started for free. <p>Add your whole team as your needs grow.</p></div>
</div>
<div class="trial__buttom button">Try Taskey free</div>
<div class="trial__text">On a big team? Contact sales</div>
<div class="trial__apps">
<div class="trial__image"><img src="img/trial/apple.svg" alt="apple"></div>
<div class="trial__image"><img src="img/trial/windows.svg" alt="windows"></div>
<div class="trial__image"><img src="img/trial/android.svg" alt="android"></div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__container">
<div class="footer__info">
<div class="footer__rows">
<div class="footer__logo"><img src="img/header/Logo.svg" alt="logo"></div>
<div class="footer__text">whitepace was created for the new ways we live and work. We make a better workspace around the world</div>
</div>
<div class="footer__rows">
<div class="footer__title">Product</div>
<nav class="footer__nav">
<ul class="footer__list">
<li class="footer__item"><a href="" class="footer__link">Overview</a></li>
<li class="footer__item"><a href="" class="footer__link">Pricing</a></li>
<li class="footer__item"><a href="" class="footer__link">Customer stories</a></li>
</ul>
</nav>
</div>
<div class="footer__rows">
<div class="footer__title">Resources</div>
<nav class="footer__nav">
<ul class="footer__list">
<li class="footer__item" ><a href="" class="footer__link">Blog</a></li>
<li class="footer__item"><a href="" class="footer__link">Guides & tutorials</a></li>
<li class="footer__item"><a href="" class="footer__link">Help center</a></li>
</ul>
</nav>
</div>
<div class="footer__rows">
<div class="footer__title">Company</div>
<nav class="footer__nav">
<ul class="footer__list">
<li class="footer__item"><a href="" class="footer__link">About us</a></li>
<li class="footer__item"><a href="" class="footer__link">Careers</a></li>
<li class="footer__item"><a href="" class="footer__link">Media kit</a></li>
</ul>
</nav>
</div>
<div class="footer__rows">
<div class="footer__title">Try It Today</div>
<div class="footer__text">Get started for free.Add your whole team as your needs grow.</div>
<button class="footer__button button">Start today</button>
</div>
</div>
<div class="footer__btm">
<div class="footer__rows">
<nav class="footer__lng lng-footer">
<ul class="lng-footer__list">
<li class="lng-footer__item lng-footer__item_main"><a class="lng-footer__link">English</a>
<ul class="lng-footer__many-lng">
<li class="lng-footer__item"><a class="lng-footer__link">Deutsch</a></li>
<li class="lng-footer__item"><a class="lng-footer__link">Ukrainisch</a></li>
<li class="lng-footer__item"><a class="lng-footer__link">Spanisch</a></li>
</ul>
</li>
</ul>
</nav>
<a class="footer__link">Terms & privacy</a>
<a class="footer__link">Security</a>
<a class="footer__link">Status</a>
<div class="footer__copy">©2021 Whitepace LLC.</div>
</div>
<div class="sp-line"></div>
<div class="footer__rows">
<a class="footer__icon"><img src="img/footer/Facebook.svg" alt="facebook"></a>
<a class="footer__icon"><img src="img/footer/Linkedin.svg" alt="Linkedin"></a>
<a class="footer__icon"><img src="img/footer/Twitter.svg" alt="Twitter"></a>
</div>
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js?_v=20221031111327"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js?_v=20221031111327"></script>
<script src="js/app.min.js?_v=20221031111327"></script>
</body>
</html>