-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
759 lines (690 loc) · 40.1 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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Document Title -->
<title>RomanTapps</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="author1.png">
<!-- CSS Files -->
<!--==== Google Fonts ====-->
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700" rel="stylesheet">
<!--==== Bootstrap css file ====-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--==== Font-Awesome css file ====-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Owl Carusel css file -->
<link rel="stylesheet" href="assets/plugins/owl-carousel/owl.carousel.min.css">
<!-- ====video poppu css==== -->
<link rel="stylesheet" href="assets/plugins/Magnific-Popup/magnific-popup.css">
<!--==== Style css file ====-->
<link rel="stylesheet" href="assets/css/style.css">
<!--==== Responsive css file ====-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!--==== Custom css file ====-->
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body>
<!-- Preloader -->
<div class="preLoader">
<div class="preload-inner">
<div class="sk-cube-grid">
<div class="sk-cube sk-cube1"></div>
<div class="sk-cube sk-cube2"></div>
<div class="sk-cube sk-cube3"></div>
<div class="sk-cube sk-cube4"></div>
<div class="sk-cube sk-cube5"></div>
<div class="sk-cube sk-cube6"></div>
<div class="sk-cube sk-cube7"></div>
<div class="sk-cube sk-cube8"></div>
<div class="sk-cube sk-cube9"></div>
</div>
</div>
</div>
<!-- End Of Preloader -->
<!-- Main header -->
<header class="header">
<!-- Start Header Navbar-->
<div class="main-header">
<div class="main-menu-wrap">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-3 col-lg-3 col-md-4 col-6">
<!-- Logo -->
<div class="logo">
<a href="index.html">RomanTApps</a>
</div>
<!-- End of Logo -->
</div>
<div class="col-xl-6 col-lg-6 col-md-4 col-6 menu-button">
<div class="menu--inner-area clearfix">
<div class="menu-wraper">
<nav>
<!-- Header-menu -->
<div class="header-menu dosis">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#app">App Screens</a></li>
<!--<li><a href="blog.html">Blog</a></li>-->
</ul>
</div>
<!-- End of Header-menu -->
</nav>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-5 d-md-block d-none">
<div class="urgent-call text-right"><a href="https://play.google.com/store/apps/dev?id=8527760436938251586" target="_blank" class="btn">Get Apps</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- End Header Navbar-->
</header>
<!-- End of Main header -->
<!-- home banner area -->
<div class="banner-area-inner">
<div class="banner-inner-area banner-area1">
<div class="container">
<div class="row align-items-center">
<div class="col-md-8 col-lg-6 col-xl-5">
<!-- banner text -->
<div class="banner-text-inner">
<div class="banner-shape-wrap">
<div class="banner-shape-inner">
<img src="assets/img/banner/shaps1.png" alt="" class='shape shape1 rotate3d'>
<img src="assets/img/banner/shaps2.png" alt="" class='shape shape2 rotate2d'>
<img src="assets/img/banner/shaps3.png" alt="" class='shape shape3 rotate-2d'>
<img src="assets/img/banner/shaps4.png" alt="" class='shape shape4 rotate3d'>
<img src="assets/img/banner/shaps5.png" alt="" class='shape shape5 rotate2d'>
<img src="assets/img/banner/shaps6.png" alt="" class='shape shape6 rotate-2d'>
<img src="assets/img/banner/shaps7.png" alt="" class='shape shape7 rotate3d'>
</div>
</div>
<h2>RomanT.Apps for everyone.</h2>
<p>In the profile you will find many different applications for self-improvement and development of your personality. Applications will help you learn something new. Gaining knowledge will help to be successful at work and in private life.</p>
<p>There is no too much content in the applications, we have selected for you only the most important information and practical advice. The necessary information is always at hand, if necessary, you can open the application and refresh your knowledge.</p>
<a href="https://play.google.com/store/apps/dev?id=8527760436938251586" target="_blank" class="btn">Download Apps</a>
</div>
<!-- banner text -->
</div>
<div class="col-lg-5 offset-lg-1 col-md-4 offse-xl-2">
<!-- banner image-->
<div class="banner-image">
<img src="assets/img/banner/mockup.png" alt="">
</div>
<!--End of banner image-->
</div>
</div>
</div>
</div>
</div>
<!-- End of home banner area -->
<!-- feature area -->
<section class="pb-110" id='features'>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-8">
<!-- section title -->
<div class="section-title text-center">
<h2>Apps are growing every year!</h2>
<p>We made more than 25 app at 15 different languages for you and your friends. Please feel free to use it and share with people you care.</p>
</div>
<!-- End of section title -->
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-12">
<div class="feature-carousel owl-carousel">
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/united-kingdom.svg" class="svg" alt=""></div>
<h5>English</h5>
</div>
<!-- End of single feature inner -->
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/spain.svg" class="svg" alt=""></div>
<h5>Espanol</h5>
</div>
<!-- End of single feature inner -->
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/portugal.svg" class="svg" alt=""></div>
<h5>Português</h5>
</div>
<!-- End of single feature inner -->
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/germany.svg" class="svg" alt=""></div>
<h5>Deutschy</h5>
</div><!-- End of single feature inner -->
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/france.svg" class="svg" alt=""></div>
<h5>Le français</h5>
</div><!-- End of single feature inner -->
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/russia.svg" class="svg" alt=""></div>
<h5>Русский </h5>
</div><!-- End of single feature inner -->
</div><!--/.feature-carousel-->
</div><!--/.col-->
</div><!--/.row-->
</div><!--/.container-->
</section><!-- End of feature area -->
<!-- Counter up area -->
<section class="border-top pt-120 pb-80">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">1523835</span>
<p>Downloads</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">3889</span>
<p>Likes</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter"> 830</span>
<p>5 Star Reating</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter"> 513</span>
<p>Reviews</p>
</div><!-- single counetr -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.End of Counter up area -->
<!-- interact user -->
<section class="bg-2 pt-120 pb-120">
<div class="container">
<div class="row">
<div class="col-lg-7 col-sm-7">
<!-- user interact image -->
<div class="user-interact-image">
<img src="assets/img/feature/user-interact.png" alt="">
</div>
<!-- End of user interact image -->
</div>
<div class="col-lg-5 col-sm-5">
<!-- user ineract text -->
<div class="user-interact-inner">
</div>
<h2>One update every month!</h2>
<p>We are convinced that every user deserves a high quality product. We read each review carefully to understand what you liked, what needs to be improved, and what needs to be changed. Therefore, we regularly update applications to make them even better. Feel free to leave feedback, it will help us be closer to your needs and expectations. </p>
<a href="https://play.google.com/store/apps/dev?id=8527760436938251586" target="_blank" class="btn">Go to google play store</a></div>
<!--End of user ineract text -->
</div>
</div>
</div>
</section>
<!-- interact user -->
<!-- interact user -->
<section class="pt-120 pb-120">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-5">
<!-- user ineract text -->
<div class="user-interact-inner">
<h1>Develop The Skills You Need For Life</h1>
<p> Here at RomanT Apps, we're passionate about providing high quality information and resources that help you learn and develop the skills you need to make the most of everyday life.
Whether you're at work, a job seeker, student, teacher or parent, or just interested in developing your key skills, you will find plenty of information here about essential life skills. We hope that this information and these resources will help you to improve your personal and professional life. We also hope you find your visit rewarding and tell others about us. </p>
<a href="https://play.google.com/store/apps/dev?id=8527760436938251586" target="_blank" class="btn">Get Started</a>
</div>
<!--End of user ineract text -->
</div>
<div class="col-lg-7 col-sm-7">
<!-- user interact image -->
<div class="user-interact-image type2">
<img src="assets/img/feature/user-interact2.png" alt="">
</div>
<!-- End of user interact image -->
</div>
</div>
</div>
</section>
<!-- interact user -->
<!-- app video -->
<center><iframe width="720" height="480" src="https://www.youtube.com/embed/dQnYMaRhESU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
<!-- End of why bottol water -->
<!-- app screen -->
<section class="pt-120 pb-115" id='app'>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-8">
<!-- section title -->
<div class="section-title text-center">
<h2>RomanT App Screenshots</h2>
<p>A few examples of our app</p>
</div>
<!-- End of section title -->
</div>
</div>
</div>
<div class="app-scrin-inner">
<div class="app-carousel-inner">
<div class="app-carousel owl-carousel">
<!-- slingle app image -->
<div class="single-app-image">
<img src="assets/img/feature/app-img.png" data-rjs="2" alt="">
</div>
<!-- slingle app image -->
<!-- slingle app image -->
<div class="single-app-image">
<img src="assets/img/feature/app-img2.png" data-rjs="2" alt="">
</div>
<!-- slingle app image -->
<!-- slingle app image -->
<div class="single-app-image">
<img src="assets/img/feature/app-img3.png" data-rjs="2" alt="">
</div>
<!-- slingle app image -->
<!-- slingle app image -->
<div class="single-app-image">
<img src="assets/img/feature/app-img4.png" data-rjs="2" alt="">
</div>
<!-- slingle app image -->
<!-- slingle app image -->
<div class="single-app-image">
<img src="assets/img/feature/app-img5.png" data-rjs="2" alt="">
</div>
<!-- slingle app image -->
</div>
</div>
</div>
</section>
<!-- End of app screen -->
<!-- app pricing plan -->
<section class="pb-90" id='pricing'>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-8">
<!-- section title -->
<div class="section-title text-center">
<h2>Our recomendation</h2>
<p></p>
</div>
<!-- End of section title -->
</div>
</div>
<div class="row">
<div class="col-12">
<div class="price-nav-wrap">
<!-- price nav -->
<div class="price--nav-inner">
<nav>
<div class="nav info-tabs"><a class="price--nav-item active" id="nav-contact-tab" data-toggle="tab" href="#month">Popular</a> <a class="price--nav-item" data-toggle="tab" href="#year">New</a></div>
</nav>
</div>
<!-- End of price nav -->
</div>
<!-- nav tab content -->
<div class="tab-content price-content">
<div class="tab-pane fade active show" id="month" role="tabpanel">
<div class="row">
<div class="col-md-6 col-lg-4">
<!--Single price plan -->
<div class="single-price-plan text-center">
<div class="single-price-top">
<h4>6 Principles</h4>
<h4>of Manipulation</h4>
<p><span>440'322</span></p>
<p>installs </p>
</div>
<div class="single-price-body">
<div class="price-list">
<ul>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 6 pages </li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 5 Mb apk size</li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 12 Mb on your device</li>
<li> <span><em class="fa fa-times" aria-hidden="true"></em></span> ads free</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=books.free.psihologinumberfiveteen" target="_blank" class="btn">Download</a></div>
</div>
<!--end of Single price plan -->
</div>
<div class="col-md-6 col-lg-4">
<!--Single price plan -->
<div class="single-price-plan active text-center">
<div class="single-price-top">
<h4>Manipulation</h4>
<h4> and control </h4>
<p><span>227'085</span></p>
<p>installs </p>
</div>
<div class="single-price-body">
<div class="price-list">
<ul>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 6 pages </li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 5 Mb apk size</li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 11 Mb on your device </li>
<li> <span><em class="fa fa-times" aria-hidden="true"></em></span> ads free </li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=my.book.ua.AOUVWFQPJIIAFRHOFO" target="_blank" class="btn">Download</a></div>
</div>
<!--end of Single price plan -->
</div>
<div class="col-md-6 col-lg-4">
<!--Single price plan -->
<div class="single-price-plan text-center">
<div class="single-price-top">
<h4>Technique </h4>
<h4>of lying </h4>
<p><span>268'073</span></p>
<p>installs </p>
</div>
<div class="single-price-body">
<div class="price-list">
<ul>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 6 pages </li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 5 Mb apk size </li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 12 Mb on your device </li>
<li> <span><em class="fa fa-times" aria-hidden="true"></em></span> ads free </li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=my.books.ua.AOUWIFYGOPDBOQOGU" target="_blank" class="btn">Download</a></div>
</div>
<!--end of Single price plan -->
</div>
</div>
</div>
<div class="tab-pane fade" id="year" role="tabpanel">
<div class="row">
<div class="col-md-6 col-lg-4">
<!--Single price plan -->
<div class="single-price-plan text-center">
<div class="single-price-top">
<h4>Time management</h4>
<p><span>17'152</span></p>
<p>installs </p>
</div>
<div class="single-price-body">
<div class="price-list">
<ul>
<li>
<span><i class="fa fa-check" aria-hidden="true"></i></span>
10 pages
</li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 5 Mb apk size </li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 12 Mb on your device </li>
<li> <span><em class="fa fa-times" aria-hidden="true"></em></span> ads free</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=books.free.bussnessnumber007" target="_blank" class="btn">Get Started</a>
</div>
</div>
<!--end of Single price plan -->
</div>
<div class="col-md-6 col-lg-4">
<!--Single price plan -->
<div class="single-price-plan active text-center">
<div class="single-price-top">
<h4>Hipnosis</h4>
<p><span>90'475</span></p>
<p> installs</p>
</div>
<div class="single-price-body">
<div class="price-list">
<ul>
<li>
<span><i class="fa fa-check" aria-hidden="true"></i></span>
10 pages
</li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 5 Mb apk size </li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 10 Mb on your device </li>
<li> <span><em class="fa fa-times" aria-hidden="true"></em></span>ads free</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=my.books.ua.AOUWKAZLTMBUHKHA" target="_blank" class="btn">Get Started</a>
</div>
</div>
<!--end of Single price plan -->
</div>
<div class="col-md-6 col-lg-4">
<!--Single price plan -->
<div class="single-price-plan text-center">
<div class="single-price-top">
<h4>Save Money Challenge</h4>
<p><span>26'903</span></p>
<p>installs </p>
</div>
<div class="single-price-body">
<div class="price-list">
<ul>
<li>
<span><i class="fa fa-check" aria-hidden="true"></i></span>
6 pages
</li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 5 Mb apk size </li>
<li> <span><em class="fa fa-check" aria-hidden="true"></em></span> 11 Mb on your device </li>
<li> <span><em class="fa fa-times" aria-hidden="true"></em></span>ads free</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=my.books.ua.AOUWVCUOEOQRTIXR" target="_blank" class="btn">Get Started</a>
</div>
</div>
<!--end of Single price plan -->
</div>
</div>
</div>
</div>
<!-- End of nav tab content -->
</div>
</div>
</div>
</section>
<!-- End of app pricing plan -->
<!-- testimonial area -->
<section class="pt-120 pb-110 bg-2">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="testimonial-author-arousel text-center">
<div class="testimonial-author-inner">
<div class="author-carousel owl-carousel">
<div class="single-author-imge">
<img src="assets/img/feature/author3.png" alt="">
</div>
<div class="single-author-imge">
<img src="assets/img/feature/author2.png" alt="">
</div>
<div class="single-author-imge">
<img src="assets/img/feature/author1.png" alt="">
</div>
</div>
</div>
</div>
<div class="testimonial-author-comment text-center">
<div class="author-comment-carousel owl-carousel">
<div class="single-author-comment">
<h4>Very good book. Only thing I found wrong that there should be page numbers so that we remember where we stopped reading on a particular topic. The topics are very good, excellent briefings, content is very good. Really appreciate.
<p>Ankit Bansal 15/04/2020</p>
</div>
<div class="single-author-comment">
<h4>Because of the bf go to bed thing. I realise that I have the right to sleep early. My life is messed up because of my sleeping hours. His need for me to stay up drains me and my studies. I often stay up until 4 in the morning and I know I should be assertive about this. Thank you very much...
<p>Jayne Tan 20/12/2019</p>
</div>
<div class="single-author-comment">
<h4>My gf and i split up a couple weeks ago after being together for 11 years and now i know why she wanted me gone! I honestly never thought that i was being that much of a jackass untill i read this hole thing! Its like exactly how everything went! OMG IM SUCH A DUMB A******! Not trying to say that to make anyone feel bad either but i was wow this was definetly a eye opener.
<p>Kent Thompson 10/01/2020</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End of testimonial area -->
<!-- start blog area -->
<section class="border-top pt-115 pb-80" id='blog'>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-12">
<!-- section title -->
<div class="section-title text-center">
<h2>Our News & Articles</h2>
</div>
<!-- End of section title -->
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<!-- single blog inner -->
<div class="single-blog-inner">
<!-- blog image -->
<div class="post-image">
<img src="assets/img/blog/blog1.png" alt="">
<div class="post-date">
<p><span>30</span>Sep</p>
</div>
</div>
<!--/.End of blog image -->
<!-- post content -->
<div class="post-content">
<div class="post-details">
<div class="post-title">
<h3>Time management</h3>
</div>
<p>Time management is an important skill to cultivate. It can help you make the most out of each day, leading to success in areas like work and school. To manage your time, use your time productively by working in the right environment and prioritizing tasks. Minimize distractions by shutting off your phone and social media when necessary. Make sure to follow a daily schedule that allows you to make the most out of each day.</p>
<!-- <a class='blog-btn' href="blog-details.html">Read More</a>-->
</div>
</div><!-- /.End of post content -->
</div><!-- /.End of single blog inner -->
</div>
<div class="col-lg-4 col-md-4">
<!-- single blog inner -->
<div class="single-blog-inner">
<!-- blog image -->
<div class="post-image">
<img src="assets/img/blog/blog2.png" alt="">
<div class="post-date">
<p><span>11</span>Sep</p>
</div>
</div>
<!--/.End of blog image -->
<!-- post content -->
<div class="post-content">
<div class="post-details">
<div class="post-title">
<h3>Business Phone Calls</h3>
</div>
<p>Emails, live chat, web inquirers, and social media all have their place, but the phone is still the preferred communication choice for many when it comes to business. How many times have you spoken with someone on the phone and thought how unprofessional he or she was? Make sure others are not saying the same about you. Here’s everything you need to know about handling calls in a professional manner.</p>
<!-- <a class='blog-btn' href="blog-details.html">Read More</a>-->
</div>
</div><!-- /.End of post content -->
</div><!-- /.End of single blog inner -->
</div>
<div class="col-lg-4 col-md-4">
<!-- single blog inner -->
<div class="single-blog-inner">
<!-- blog image -->
<div class="post-image">
<img src="assets/img/blog/blog3.png" alt="">
<div class="post-date">
<p><span>20</span>Nov</p>
</div>
</div>
<!--/.End of blog image -->
<!-- post content -->
<div class="post-content">
<div class="post-details">
<div class="post-title">
<h3>How to save money</h3>
</div>
<p>Learn how to save wisely. Set realistic time frames for your savings goals. Create a budget and keep track of all your expenses.
Small savings each day can add up over time. Saving $ 10 a day over a 50-year period amounts to $ 180,000, not counting interest. Add a 7% annual return, and that amount jumps to $ 791,335 in the same amount of time! While saving $ 10 a day may not sound too important, it’s actually a good way to set up your retirement. By reducing your spending, using alternatives, and changing your habits, you can save ten dollars a day and build significant savings</p>
<!-- <a class='blog-btn' href="blog-details.html">Read More</a>-->
</div>
</div><!-- /.End of post content -->
</div><!-- /.End of single blog inner -->
</div>
</div>
</div>
</section>
<!-- end of blog artea -->
<!-- download app -->
<section class="border-top pt-110 pb-150">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-md-12">
<div class="download-app-inner text-center">
<h2 class="h1">
Download our App Today &<br>
Experience Endless Possibilities.
</h2>
<h3>it's free</h3>
<a href="https://play.google.com/store/apps/dev?id=8527760436938251586" target="_blank" class="btn">Download App</a>
</div>
</div>
</div>
</div>
</section>
<!-- End of download app -->
<footer class="footer">
<div class="footerbg">
<img src="assets/img/footer-bg.png" alt="">
</div>
<div class="footer-top pt-120 pb-110">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 col-xl-9">
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-text text-center">
<p>© copyright 2017 by RomanT.Apps</p>
</div>
</div>
</footer>
<!-- back to top -->
<div class="back-to-top">
<a href="#"><i class="fa fa-chevron-up"></i></a>
</div>
<!-- back to top -->
<!-- JS Files -->
<!-- ==== JQuery 3.3.1 js file==== -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- ==== Bootstrap js file==== -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- ==== JQuery Waypoint js file==== -->
<script src="assets/plugins/waypoints/jquery.waypoints.min.js"></script>
<!-- ==== Parsley js file==== -->
<script src="assets/plugins/parsley/parsley.min.js"></script>
<!-- ==== parallax js==== -->
<script src="assets/plugins/parallax/parallax.js"></script>
<!-- ==== Owl Carousel js file==== -->
<script src="assets/plugins/owl-carousel/owl.carousel.min.js"></script>
<!-- ==== Menu js file==== -->
<script src="assets/js/menu.min.js"></script>
<!-- ===video popup=== -->
<script src="assets/plugins/Magnific-Popup/jquery.magnific-popup.min.js"></script>
<!-- ====Counter js file=== -->
<script src="assets/plugins/waypoints/jquery.counterup.min.js"></script>
<!-- ==== Script js file==== -->
<script src="assets/js/scripts.js"></script>
<!-- ==== Custom js file==== -->
<script src="assets/js/custom.js"></script>
</body>
</html>