-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
539 lines (525 loc) · 26.7 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
528
529
530
531
532
533
534
535
536
537
538
539
<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">
<!-- bootstarp style sheet -->
<link rel="stylesheet" href="css/bootstrap">
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- bootstarp style sheet -->
<!-- page style sheet -->
<link rel="stylesheet" href="css/style.css">
<!-- page style sheet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<title>Document</title>
</head>
<body>
<!-- start header -->
<header>
<div class="container">
<nav>
<div class="div_for_img">
<img src="images/logo.svg" alt="">
</div>
<div class="for_icon">
<i class="fa fa-bars" style="font-size:48px;"></i>
</div>
<div class="div_for_links">
<ul>
<li><a href="#description">DESCRIPTION</a></li>
<li><a href="#">FEATURES</a></li>
<li><a href="#screen">SCREENS</a></li>
<li><a href="#">EXTRA</a></li>
</ul>
</div>
<div class="div_for_button">
<button>DOWNLOAD</button>
</div>
</nav>
</div>
</header>
<!-- end header -->
<!-- start landing -->
<div class="landing">
<div class="container">
<div class="image1"><img src="images/decorative-green-diamond.svg"> </div>
<div class="text">
<h1>Mobile App Landing Page <img src="images/decorative-yellow-circle.svg"></h1>
<p>Start focusing on your goals and get more things done with Sync mobile application. It's the first app to harness the power of social connections to help you stay focused and get organized</p>
</div>
<div class="buttons">
<button>DownLoad</button>
<button>DownLoad</button>
</div>
</div>
</div>
<!-- end landing -->
<!-- start images -->
<div class="images">
<div class="container">
<img src="images/decorative-white-circle.svg" alt="" class="image1">
<img src="images/decorative-blue-circle.svg" alt="" class="image2" style="z-index: 2;">
<div class="image3">
<img src="images/header-iphone.png" alt="" >
</div>
</div>
</div>
<!-- end images -->
<!-- start icons -->
<div class="icons">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-4 ico">
<div style="background-color: rgba(132, 29, 206, 0.24);">
<i class="fa fa-group group"></i>
</div>
<p>Identify Goals</p>
</div>
<div class="col-lg-2 col-md-4 ico">
<div style="background-color: rgba(74, 204, 85, 0.24);">
<i class="fa fa-code code"></i>
</div>
<p>Situation Analysis</p>
</div>
<div class="col-lg-2 col-md-4 ico">
<div style="background-color: rgba(219, 89, 89, 0.555);">
<i class="fa fa-gear settings"></i>
</div>
<p>Tasks Settings</p>
</div>
<div class="col-lg-2 col-md-4 ico">
<div style="background-color: rgba(233, 233, 104, 0.521)">
<i class="fa fa-comments comment"></i>
</div>
<p>Social Interaction</p>
</div>
<div class="col-lg-2 col-md-4 ico">
<div style="background-color: rgba(89, 148, 216, 0.432)">
<i class="fa fa-rocket rocket"></i>
</div>
<p>Get Things Done</p>
</div>
<div class="col-lg-2 col-md-4 ico">
<div style="background-color: rgba(132, 29, 206, 0.24);">
<i class="fa fa-group group"></i>
</div>
<p>Identify Goals</p>
</div>
</div>
</div>
</div>
<!-- end icons -->
<!-- start DESCRIPTION -->
<div class="description" id="description">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 imagess">
<img src="images//description-1-app.png" alt="">
</div>
<div class="col-lg-6 col-md-12 text">
<h1>Organize Your Time And Start Getting Results
</h1>
<p>Sync is the first mobile app on the market to harness the power of social connections to help you stop procrastinating and start getting things done. Give it a try and see the changes right away</p>
<ul>
<li>Analyse and evaluate your current status and productivity</li>
<li>Begin monitoring your day to day routine with Sync app</li>
<li>See the improved results in no more than a couple of weeks</li>
</ul>
<button class="showPopup">LIGHTBOX</button>
<div class="popup">
<div class="inner">
<i class="fa fa-close close"></i>
<div class="content">
<div class="iamge">
<img src="images/description-1-details-lightbox.jpg" alt="">
</div>
<div class="text">
<h3>Goals Setting</h3>
<p>The app can easily help you track your personal development evolution if you take the time to set it up</p>
<h4>User Feedback</h4>
<p>This is a great app which can help you save time and make your live easier. And it will help improve your productivity.</p>
<ul>
<li>Splash screen panel</li>
<li> Statistics graph report</li>
<li>Events calendar layout</li>
<li>Location details screen</li>
<li>Onboarding steps interface</li>
</ul>
<button>DownLoad</button>
<button class="close">Back</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end DESCRIPTION -->
<!-- start FEATURES -->
<div class="features" id="description">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 thing1">
<button class="Schedule active">Schedule</button>
<button class="Tracking">Tracking</button>
<button class="Organize">Organize</button>
<div class="p_for_Schedule">
<span style="color:#201e1ea2; font-weight: bolder ; font-size: 19px;">Schedule tasks</span> to keep track of their completion. Sync provides multiple scheduling options including alarms and reminders.
<ul>
<li>You can always add new tasks or change the settings of existing ones in your calendar view or the app control panel</li>
<li>It's easy to stay focused on your most important daily activities that will get you closer to meeting your goals</li>
<li>Use phone reminders to free up your long term memory which will reduce stress and make you more productive</li>
</ul>
<button class ="button1">TERMS</button>
<button class ="button2">PRIVACY</button>
</div>
<div class="p_for_Tracking">
<span style="color:#201e1ea2; font-weight: bolder ; font-size: 19px;">Keep track of everything </span>and analyse your progress while using the app. In less than a month you should be seeing improved results when it comes to time management and task prioritization
<br>
<br>
<span style="color:#201e1ea2; font-weight: bolder ; font-size: 19px;">Anyone can enjoy the app</span> no matter their gender, age, occupation or location in the world. Sync's algorithms have been built to be flexible and functional for any person in the world
<br>
<br>
<span style="color:#201e1ea2; font-weight: bolder ; font-size: 19px;">Achieve the impossible</span> just by carefully monitoring your progress and keeping the app updated with daily operations. It's easier than you think and it only takes a couple of minutes
</div>
<div class="p_for_Organize">
<span style="color:#201e1ea2; font-weight: bolder ; font-size: 19px;">Use the power of social interactivity</span> to keep you motivated and focused on your daily and long term goals. It's revolutionary
<ul>
<li>Commiting to something in front of a crowd gives you little room to walk back on your promise and makes you push on</li>
<li> No more frustrations of loosing focus and not being efficient. Sync main purpose is to solve just that and make you happy</li>
<li>It's the first mobile app that can turn you in a better organized person without the pressure of failing like other systems</li>
<li>Recognized by a lot of trainers and life coaches Sync is the number one tool they recommend time management</li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-12 thing2">
<img src="images/description-2-app.png" alt="">
</div>
</div>
</div>
</div>
<!-- end FEATURES -->
<!-- start features2 -->
<div class="fearture2">
<div class="container">
<h1>Special Features</h1>
<p>Sync's features are designed to help you improve your time management skills and become a better organized person. Organize your tasks, schedule your appointments and meet your personal development goals with Sync</p>
<div class="contents">
<div class="row">
<div class="textAndIcon col-lg-4" style="direction: rtl; ">
<div class="contents1">
<div class="icon" >
<i class="fa fa-group" style="color: blueviolet;
font-size: 65px;"></i>
</div>
<div class="text">
<h3 style="font-weight: bolder;">Goal Setting</h3>
<p style="margin: 0px 0px 0px 50px;">Like any self improving process, everything starts with setting your goals and committing to them</p>
</div>
</div>
<div class="contents1">
<div class="icon">
<i class="fa fa-code" style="color: blueviolet;
font-size: 65px;"></i>
</div>
<div class="text">
<h3 style="font-weight: bolder;">Situation Analysis</h3>
<p style="margin: 0px 0px 0px 50px;">Sync provides a well designed and ergonomic visual editor for you to edit your quick notes</p>
</div>
</div>
<div class="contents1">
<div class="icon">
<i class="fa fa-gear" style="color: blueviolet;
font-size: 65px;"></i>
</div>
<div class="text">
<h3 style="font-weight: bolder;">Tasks Settings</h3>
<p style="margin: 0px 0px 0px 50px;">Each option packaged in the app's menus is provided in order to improve you personally</p>
</div>
</div>
</div>
<div class="images col-lg-4">
<img src="images/features-app.jpg " alt="">
</div>
<div class="textAndIcon col-lg-4">
<div class="contents1">
<div class="icon" >
<i class="fa fa-comments" style="color: blueviolet;
font-size: 65px;"></i>
</div>
<div class="text">
<h3 style="font-weight: bolder;">Social Interaction</h3>
<p style="margin: 0px 50px 0px 0px;">Schedule your appointments, meetings and periodical evaluations using the tools</p>
</div>
</div>
<div class="contents1">
<div class="icon">
<i class="fa fa-rocket" style="color: blueviolet;
font-size: 65px;"></i>
</div>
<div class="text">
<h3 style="font-weight: bolder;"> Get Things Done</h3>
<p style="margin: 0px 50px 0px 0px;">Reading focus mode for long form articles, ebooks and other materials with long text</p>
</div>
</div>
<div class="contents1">
<div class="icon">
<i class="fa fa-download" style="color: blueviolet;
font-size: 65px;"></i>
</div>
<div class="text">
<h3 style="font-weight: bolder;">Good Foundation</h3>
<p style="margin: 0px 50px 0px 0px;">Get a solid foundation for your self development efforts. Try Sync mobile app for devices</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end features2 -->
<!-- start Screen -->
<div class="another" id="screen">
<div class="container">
<h1>User Testimonials</h1>
<div class="row">
<div class="col-lg-4">
<div class="rateing">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div class="text">
<p>I love using Sync for my personal development needs. It meets all my requirements and it actually helps a lot with
<br>
<span>Rick Jones - Designer</span> </p>
</div>
</div>
<div class="col-lg-4">
<div class="rateing">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div class="text">
<p>After trying out a large number of personal coaching apps I decided to give Sync a try and what a wonderful surprise it was.
<br>
<span>Lynda Marquez - Developer
</span> </p>
</div>
</div>
<div class="col-lg-4">
<div class="rateing">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div class="text">
<p>Never dreamed I could learn so fast how to focus on my personal goals and improve my life to levels I never thought possible.
<br>
<span>Jay Frisco - Marketer</span> </p>
</div>
</div>
</div>
<div class="images_company">
<div class="row">
<div class="col-lg-2 col-md-4">
<div class="customer">
<img src="images/customer-logo-1.png" alt="">
</div>
</div>
<div class="col-lg-2 col-md-4">
<div class="customer">
<img src="images/customer-logo-2.png" alt="">
</div>
</div>
<div class="col-lg-2 col-md-4">
<div class="customer">
<img src="images/customer-logo-3.png" alt="">
</div>
</div>
<div class="col-lg-2 col-md-4">
<div class="customer">
<img src="images/customer-logo-4.png" alt="">
</div>
</div>
<div class="col-lg-2 col-md-4">
<div class="customer">
<img src="images/customer-logo-5.png" alt="">
</div>
</div>
<div class="col-lg-2 col-md-4">
<div class="customer">
<img src="images/customer-logo-1.png" alt="">
</div>
</div>
</div>
</div>
<div class="row" style="margin: 70px 0px ;">
<div class="col-lg-4">
<div class="rateing">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div class="text">
<p>I love using Sync for my personal development needs. It meets all my requirements and it actually helps a lot with
<br>
<span>Rick Jones - Designer</span> </p>
</div>
</div>
<div class="col-lg-4">
<div class="rateing">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div class="text">
<p>After trying out a large number of personal coaching apps I decided to give Sync a try and what a wonderful surprise it was.
<br>
<span>Lynda Marquez - Developer
</span> </p>
</div>
</div>
<div class="col-lg-4">
<div class="rateing">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div class="text">
<p>Never dreamed I could learn so fast how to focus on my personal goals and improve my life to levels I never thought possible.
<br>
<span>Jay Frisco - Marketer</span> </p>
</div>
</div>
</div>
</div>
</div>
<!-- End Screen -->
<div class="screen2">
<div class="container">
<div class="row">
<div class="content col-lg-2 col-md-4 col-sm-6">
<i class="fa fa-group"></i>
<h1 id="number" max="231">231</h1>
<p>Happy Users</p>
</div>
<div class="content col-lg-2 col-md-4 col-sm-6">
<i class="fa fa-code"></i>
<h1 id="number" max="231">385</h1>
<p>Issues Solved</p>
</div>
<div class="content col-lg-2 col-md-4 col-sm-6">
<i class="fa fa-gear"></i>
<h1 id="number" max="159">159</h1>
<p>Good Reviews</p>
</div>
<div class="content col-lg-2 col-md-4 col-sm-6">
<i class="fa fa-comments"></i>
<h1 id="number" max="127">127</h1>
<p>Case Studies</p>
</div>
<div class="content col-lg-2 col-md-4 col-sm-6">
<i class="fa fa-rocket"></i>
<h1 id="number" max="211">211</h1>
<p>Orders Received</p>
</div>
</div>
</div>
</div>
<!-- end screen2 -->
<!-- start images -->
<div class="images">
<div class="container">
<img src="images/decorative-white-circle.svg" alt="" class="image1">
<img src="images/decorative-blue-circle.svg" alt="" class="image2">
<div class="image3">
<img src="images/download-iphone.png" alt="" >
</div>
</div>
</div>
<!-- end images -->
<div class="landing" style="margin-bottom: 100px ;">
<div class="container">
<div class="text">
<p>Start focusing on your goals and get more things done with Sync mobile application. It's the first app to harness the power of social connections to help you stay focused and get organized</p>
</div>
<div class="buttons">
<button>DownLoad</button>
<button>DownLoad</button>
</div>
</div>
</div>
<hr>
<!-- Strat footer2 -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-6 content">
<h4>About Sync</h4>
<p>
Sync is a landing page HTML template built with Bootstrap 4 for presenting mobile apps
</p>
</div>
<div class="col-lg-2 col-md-6 content">
<h4>Contact Info</h4>
<ul>
<li><i class="fa fa-map-marker"></i> 22 Innovation Street CA, US</li>
<li><i class="fa fa-envelope"></i> [email protected]</li>
<li><i class="fa fa-phone"></i> +44 376 945 23</li>
</ul>
</div>
<div class="col-lg-2 col-md-6 content">
<h4>Value Links</h4>
<p>
Terms & Conditions
<br>
Privacy Policy
<br>
Article Details
</p>
</div>
<div class="col-lg-2 col-md-6 content">
<h4>Other Apps</h4>
<p>
Scientific Calculator
<br>
Advanced Timer
<br>
Music Store
</p>
</div>
<div class="col-lg-2 col-md-6 content"">
<img src="images/icons/facebook.png" alt="">
<img src="images/icons/twitter.png" alt="">
<img src="images/icons/youtube.png" alt="">
<img src="images/icons/instagram.png" alt="">
</div>
</div>
<div class="copy">
<p>Copyright © 2020 Inovatik - All rights reserved</p>
</div>
</div>
</div>
<!-- end footer2 -->
<button class="Up"><img src="images//up-arrow.png" alt=""></button>
<script src="script/jquery-3.6.0.min.js"></script>
<script src="script/script.js"></script>
</body>
</html>