-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathHomePage.html
917 lines (808 loc) · 41.3 KB
/
HomePage.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
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
<!DOCTYPE html>
<html lang="en">
<head>
<title>Static Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="all.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="news-list.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Font styles -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@500&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Kadwa&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
</style>
<!-- Font-awesome css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="header">
<div class="cont">
<div class="header-main">
<div class="logo">
<img src="cropped-pathsoft.png">
</div>
<div class="open-nav-menu">
<span></span>
</div>
<div class="menu-overlay">
</div>
<!-- navigation menu start -->
<nav class="nav-menu">
<div class="close-nav-menu">
X </div>
<ul class="menu">
<li class="menu-item menu-item-has-children">
<a href="#" data-toggle="sub-menu" class="btn-flip" data-back="Home -" data-front="Home +"><i></i></a>
<ul class="sub-menu">
<li class="menu-item"><a href="#">Home 1</a></li>
<li class="menu-item"><a href="#">Home 2</a></li>
<li class="menu-item"><a href="#">Home 3</a></li>
<li class="menu-item"><a href="#">Home 4</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#" data-toggle="sub-menu"class="btn-flip" data-back="About" data-front="About"></a>
</li>
<li class="menu-item menu-item-has-children">
<a href="#" data-toggle="sub-menu" class="btn-flip" data-back="Services -" data-front="Services +"></a>
<ul class="sub-menu">
<li class="menu-item"><a href="#">Service 1</a></li>
<li class="menu-item"><a href="#">Service 2</a></li>
<li class="menu-item"><a href="#">Service 3</a></li>
<li class="menu-item"><a href="#">Service 4</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#" data-toggle="sub-menu" class="btn-flip" data-back="Pages -" data-front="Pages +"></a>
<ul class="sub-menu">
<li class="menu-item"><a href="#">page 1</a></li>
<li class="menu-item"><a href="#">page 2</a></li>
<li class="menu-item"><a href="#">page 3</a></li>
<li class="menu-item"><a href="#">page 4</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#" data-toggle="sub-menu" class="btn-flip" data-back="News -" data-front="News +"></a>
<ul class="sub-menu">
<li class="menu-item"><a href="#">page 1</a></li>
<li class="menu-item"><a href="#">page 2</a></li>
<li class="menu-item"><a href="#">page 3</a></li>
<li class="menu-item"><a href="#">page 4</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#" data-toggle="sub-menu" class="btn-flip" data-back="Gallery-" data-front="Gallery +"></a>
<ul class="sub-menu">
<li class="menu-item"><a href="#">page 1</a></li>
<li class="menu-item"><a href="#">page 2</a></li>
<li class="menu-item"><a href="#">page 3</a></li>
<li class="menu-item"><a href="#">page 4</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#" data-toggle="sub-menu" class="btn-flip" data-back="Contacts -" data-front="Contacts +"></a>
<ul class="sub-menu">
<li class="menu-item"><a href="#">page 1</a></li>
<li class="menu-item"><a href="#">page 2</a></li>
<li class="menu-item"><a href="#">page 3</a></li>
<li class="menu-item"><a href="#">page 4</a></li>
</ul>
</li>
</ul>
</nav>
<!-- navigation menu end -->
</div>
</div>
</header>
<!-- header end -->
<section class="home">
<div class="slider">
<div class="slide active" style="background-image: url('intro-img1.jpg')">
<div class="container">
<div class="caption">
<div class="section-heading shm-none">
<div class="section-subheading">Multipurpose</div>
<h1>Business & Services FastSpeed Template</h1>
<p class="section-desc">You can create a website for any business. The template has many different
sections and section types from which you can create your own unique website. </p>
</div>
<a class="btn-posnawr" href="#">About Us<span></span></a>
<a class="btn-posnawr" href="#">Contact Us<span></span></a>
</div>
</div>
</div>
<div class="slide" style="background-image: url('intro-img2.jpg')">
<div class="container">
<div class="caption">
<div class="section-heading shm-none">
<div class="section-subheading">Multipurpose</div>
<h2>IT Solution for Your Business</h2>
<p class="section-desc">You can create a website for any business. The template has many different
sections and section types from which you can create your own unique website. </p>
</div>
<a class="btn-posnawr" href="#">About Us<span></span></a>
<a class="btn-posnawr" href="#">Contact Us<span></span></a>
</div>
</div>
</div>
<div class="slide" style="background-image: url('intro-img3.jpg')">
<div class="container">
<div class="caption">
<div class="section-heading shm-none">
<div class="section-subheading">Multipurpose</div>
<h2>Business & Services FastSpeed Template</h2>
<p class="section-desc">You can create a website for any business. The template has many different
sections and section types from which you can create your own unique website. </p>
</div>
<a class="btn-posnawr" href="#">About Us<span></span></a>
<a class="btn-posnawr" href="#">Contact Us<span></span></a>
</div>
</div>
</div>
</div>
<!-- controls -->
<div class="controls">
<div class="prev"></div>
<div class="next"></div>
</div>
<!-- indicators -->
<div class="indicator">
</div>
</section>
<!-- counter section -->
<section class="wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;">
<div class="container counter-container">
<div class="row">
<!-- counter -->
<div
class="col-md-3 col-sm-6 bottom-margin text-center counter-section wow fadeInUp sm-margin-bottom-ten animated"
data-wow-duration="300ms" style="visibility: visible; animation-duration: 300ms; animation-name: fadeInUp;">
<i class="fa fa-beer medium-icon"></i> <span id="anim-number-pizza" class="counter-number"></span>
<span class="timer counter alt-font appear" data-to="980" data-speed="7000">2800</span>
<p class="counter-title">Beer Ordered</p>
</div> <!-- end counter -->
<!-- counter -->
<div
class="col-md-3 col-sm-6 bottom-margin text-center counter-section wow fadeInUp sm-margin-bottom-ten animated"
data-wow-duration="600ms" style="visibility: visible; animation-duration: 600ms; animation-name: fadeInUp;">
<i class="fa fa-heart medium-icon"></i> <span class="timer counter alt-font appear" data-to="980"
data-speed="7000">980</span> <span class="counter-title">Happy Clients</span> </div>
<!-- end counter -->
<!-- counter -->
<div
class="col-md-3 col-sm-6 bottom-margin-small text-center counter-section wow fadeInUp xs-margin-bottom-ten animated"
data-wow-duration="900ms" style="visibility: visible; animation-duration: 900ms; animation-name: fadeInUp;">
<i class="fa fa-anchor medium-icon"></i> <span class="timer counter alt-font appear" data-to="810"
data-speed="7000">810</span> <span class="counter-title">Projects Completed</span> </div>
<!-- end counter -->
<!-- counter -->
<div class="col-md-3 col-sm-6 text-center counter-section wow fadeInUp animated" data-wow-duration="1200ms"
style="visibility: visible; animation-duration: 1200ms; animation-name: fadeInUp;"> <i
class="fa fa-user medium-icon"></i> <span class="timer counter alt-font appear" data-to="600"
data-speed="7000">600</span> <span class="counter-title">Clients Served</span> </div>
<!-- end counter -->
</div>
</div>
</section>
<!-- services section -->
<section class="services section-bg" id="services">
<div class="container">
<header class="section-header">
<h3>Our Services</h3>
<p>AREAS WHAT WE SERVE</p>
</header>
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="box">
<div class="icon">
<i class="fa fa-briefcase service-icon" style="color:#fff;"></i>
</div>
<h4 class="title"><a href="">Corporate Solution</a></h4>
<p class="description">Laudem latine persequeris id sed, ex fabulas delectus quo. No vel partiendo
abhorreant vituperatoribus.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="box">
<div class="icon">
<i class="fa fa-clipboard service-icon" style="color: #fff;"></i>
</div>
<h4 class="title"><a href="">Call Center Solutions</a></h4>
<p class="description">Laudem latine persequeris id sed, ex fabulas delectus quo. No vel partiendo
abhorreant vituperatoribus.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="box">
<div class="icon">
<i class="fa fa-cog service-icon" style="color:#fff;"></i>
</div>
<h4 class="title"><a href="">Cloud Development</a></h4>
<p class="description">Laudem latine persequeris id sed, ex fabulas delectus quo. No vel partiendo
abhorreant vituperatoribus.</p>
</div>
</div>
</div>
<div class="button-container">
<button href="#" class="btn hvr-ripple-out">All Services</button>
</div>
</div>
</section>
<!-- some resons to chose us -->
<div class="reason-container">
<div class="reason">
<div class="section-head col-sm-12">
<p>SOME REASONS</p>
<h4>Why Choose Us?</h4>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_one"><i class="fa fa-globe"></i></span>
<h6>Modern Design</h6>
<p>We use latest technology for the latest world because we know the demand of peoples.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_two"><i class="fa fa-anchor"></i></span>
<h6>Creative Design</h6>
<p>We use latest technology for the latest world because we know the demand of peoples.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_three"><i class="fa fa-hourglass-half"></i></span>
<h6>24 x 7 User Support</h6>
<p>We use latest technology for the latest world because we know the demand of peoples.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_four"><i class="fa fa-database"></i></span>
<h6>Business Growth</h6>
<p>We use latest technology for the latest world because we know the demand of peoples.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_five"><i class="fa fa-upload"></i></span>
<h6>Market Strategy</h6>
<p>We use latest technology for the latest world because we know the demand of peoples.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_six"><i class="fa fa-camera"></i></span>
<h6>Affordable cost</h6>
<p>We use latest technology for the latest world because we know the demand of peoples.</p>
</div>
</div>
</div>
</div>
<!-- About Us starting point -->
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading heading-center">
<h1>About us</h1>
</div>
<div class="content">
<div class="img-style"><img width="1600" height="638"
src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/about-img.jpg"
class="attachment-full size-full wp-post-image" alt="" loading="lazy"
srcset="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/about-img.jpg 1600w, https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/about-img-300x120.jpg 300w, https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/about-img-1024x408.jpg 1024w, https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/about-img-768x306.jpg 768w, https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/about-img-1536x612.jpg 1536w"
sizes="(max-width: 1600px) 100vw, 1600px"></div>
<h2>Developing High-quality Apps</h2>
<p class="about-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
<p class="about-text">Welcome to our wonderful world. We sincerely hope that each and every user entering our website will find
exactly what he/she is looking for. With advanced features of activating account and new login widgets, you
will definitely have a great experience of using our web page. It will tell you lots of interesting things
about our company, its products and services, highly professional staff and happy customers. Our site design
and navigation has been thoroughly thought out. The layout is aesthetically appealing, contains concise
texts in order not to take your precious time. Text styling allows scanning the pages quickly. Site
navigation is extremely intuitive and user-friendly. You will always know where you are now and will be able
to skip from one page to another with a single mouse click. We use only trusted, verified content.</p>
<h2>Providing Reliable Software</h2>
<p class="about-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
ea commodo consequat.</p>
<p class="about-text">Welcome to our wonderful world. We sincerely hope that each and every user entering our website will find
exactly what he/she is looking for. With advanced features of activating account and new login widgets, you
will definitely have a great experience of using our web page. It will tell you lots of interesting things
about our company, its products and services, highly professional staff and happy customers. Our site design
and navigation has been thoroughly thought out. The layout is aesthetically appealing, contains concise
texts in order not to take your precious time. Text styling allows scanning the pages quickly. Site
navigation is extremely intuitive and user-friendly. You will always know where you are now and will be able
to skip from one page to another with a single mouse click. We use only trusted, verified content.</p>
<h2>Supporting Our Clients</h2>
<p class="about-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
<p class="about-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
ea commodo consequat.</p>
</div>
</div>
</div>
</div>
<!-- ABout us ending point -->
<script src="Script.js"></script>
<!-- testimonial starts -->
<section class="review">
<div class="heading">
<span>REVIEWS FROM OUR CLIENTS</span>
<h1>What People Say</h1>
</div>
<div class="testimonial">
<div class="card">
<div class="mybox">
<img src="auth-img-1.jpg" class="card-img-top" alt="...">
<div class="title">
<h5>Catherine Williams</h5>
<span>Regular client</span>
</div>
</div>
<div class="card-body">
<p class="card-text">PathSoft offers a high caliber of resources skilled in Microsoft Azure.NET, mobile and
Quality Assurance. They became our true business partners over the past three years.</p>
</div>
</div>
<div class="card">
<div class="mybox">
<img src="auth-img-2.jpg" class="card-img-top" alt="...">
<div class="title">
<h5>Rupert Wood</h5>
<span>Regular client</span>
</div>
</div>
<div class="card-body">
<p class="card-text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Suscipit consequuntur sequi eos
beatae deleniti culpa cupiditate rerum. Similique, blanditiis rem perspiciatis fugiat voluptatem quas
officiis ducimus reprehenderit.</p>
</div>
</div>
<div class="card">
<div class="mybox">
<img src="auth-img-3.jpg" class="card-img-top" alt="...">
<div class="title">
<h5>Samantha Brown</h5>
<span>Regular client</span>
</div>
</div>
<div class="card-body">
<p class="card-text">We sincerely hope that each and every user entering our website will find exactly. With
advanced features of activating account and new login widgets, you will definitely have a great experience
of using our web page.</p>
</div>
</div>
</div>
</section>
<!-- testimonial ends -->
<!-- News List Starts -->
<div class="wrapper style3">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-md-8">
<header class="col-12">
<div class="section-heading heading-center">
<div class="section-subheading">MOST INTERESTING ARTICLES</div>
<h1 id="page-title">News</h1>
</div>
</header>
<div class="col-12 itema">
<div class="blog-list items">
<article class="news-wide-item itema">
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/"
class="news-wide-item-img img-style" title="Key Considerations Of IPaaS">
<img data-src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/gallery-img-2-1024x683.jpg"
class="img-cover lazy"
src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/gallery-img-2-1024x683.jpg" alt=""
data-loaded="true">
</a>
<div class="news-wide-item-info">
<h2 class="news-wide-item-heading item-heading"><a
href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" rel="bookmark"
title="Key Considerations Of IPaaS">Key Considerations Of
IPaaS</a></h2>
<div class="news-wide-item-row">
<div class="news-post-meta">
<div class="news-post-meta-item"><i class="fa fa-clock-o"></i>May 24,
2021
<span class="news-post-meta-item"> by </span><a
href="https://pathsoft.kovalweb.com/author/admin/">Ryan
Wilson</a>
</div>
</div>
</div>
<div class="news-wide-item-desc">
<p>Whenever I’m TA for a introductory CSS class where students learn some
programming language, I have trouble coming up with good exercises.
Problems from Project Euler and the like are usually [...]</p>
</div>
<div class="wrapp-btn-link">
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" class="btn-link">
<span id="news-read-more">Read more</span>
<svg class="btn-link-ico btn-link-ico-right" viewBox="0 0 13 9" width="13px" height="9px">
<use
xlink:href="https://pathsoft.kovalweb.com/wp-content/themes/pathsoft/assets/img/sprite.svg#arrow-right">
</use>
</svg>
</a>
</div>
</div>
</article>
</div>
</div>
<div class="col-12 itema">
<div class="blog-list items">
<article class="news-wide-item itema">
<a href="https://pathsoft.kovalweb.com/benefits-of-async-await-3/"
class="news-wide-item-img img-style" title="Benefits Of Async/Await">
<img data-src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/services-img-6-1024x528.jpg"
class="img-cover lazy"
src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/services-img-6-1024x528.jpg" alt=""
data-loaded="true">
</a>
<div class="news-wide-item-info">
<h2 class="news-wide-item-heading item-heading"><a
href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" rel="bookmark"
title="Key Considerations Of IPaaS">Benefits of
Async/Await</a></h2>
<div class="news-wide-item-row">
<div class="news-post-meta">
<div class="news-post-meta-item"><i class="fa fa-clock-o"></i>May 24,
2021
<span class="news-post-meta-item"> by </span><a
href="https://pathsoft.kovalweb.com/author/admin/">Ryan
Wilson</a>
</div>
</div>
</div>
<div class="news-wide-item-desc">
<p>Whenever I’m TA for a introductory CSS class where students learn some
programming language, I have trouble coming up with good exercises.
Problems from Project Euler and the like are usually [...]</p>
</div>
<div class="wrapp-btn-link">
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" class="btn-link">
<span id="news-read-more">Read more</span>
<svg class="btn-link-ico btn-link-ico-right" viewBox="0 0 13 9" width="13px" height="9px">
<use
xlink:href="https://pathsoft.kovalweb.com/wp-content/themes/pathsoft/assets/img/sprite.svg#arrow-right">
</use>
</svg>
</a>
</div>
</div>
</article>
</div>
</div>
<div class="col-12 itema">
<div class="blog-list items">
<article class="news-wide-item itema">
<a href="https://pathsoft.kovalweb.com/hibernate-query-language-3/"
class="news-wide-item-img img-style" title="Hibernate Query Language">
<img data-src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/gallery-img-5-1024x524.jpg"
class="img-cover lazy"
src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/gallery-img-5-1024x524.jpg" alt=""
data-loaded="true">
</a>
<div class="news-wide-item-info">
<h2 class="news-wide-item-heading item-heading"><a
href="https://pathsoft.kovalweb.com/hibernate-query-language-3/" rel="bookmark"
title="Hibernate Query Language">Hibernate
Query Language</a></h2>
<div class="news-wide-item-row">
<div class="news-post-meta">
<div class="news-post-meta-item"><i class="fa fa-clock-o"></i>May 24,
2021
<span class="news-post-meta-item "> by </span><a
href="https://pathsoft.kovalweb.com/author/admin/">Ryan
Wilson</a>
</div>
</div>
</div>
<div class="news-wide-item-desc">
<p>Whenever I’m TA for a introductory CSS class where students learn some
programming language, I have trouble coming up with good exercises.
Problems from Project Euler and the like are usually [...]</p>
</div>
<div class="wrapp-btn-link">
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" class="btn-link">
<span id="news-read-more">Read more</span>
<svg class="btn-link-ico btn-link-ico-right" viewBox="0 0 13 9" width="13px" height="9px">
<use
xlink:href="https://pathsoft.kovalweb.com/wp-content/themes/pathsoft/assets/img/sprite.svg#arrow-right">
</use>
</svg>
</a>
</div>
</div>
</article>
</div>
</div>
<div class="col-12 itema">
<div class="blog-list items">
<article class="news-wide-item itema">
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/"
class="news-wide-item-img img-style" title="Key Considerations Of IPaaS">
<img data-src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/gallery-img-2-1024x683.jpg"
class="img-cover lazy"
src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/gallery-img-2-1024x683.jpg" alt=""
data-loaded="true">
</a>
<div class="news-wide-item-info">
<h2 class="news-wide-item-heading item-heading"><a
href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" rel="bookmark"
title="Key Considerations Of IPaaS">Key Considerations Of
IPaaS</a></h2>
<div class="news-wide-item-row">
<div class="news-post-meta">
<div class="news-post-meta-item"><i class="fa fa-clock-o"></i>May 24,
2021
<span class="news-post-meta-item"> by </span><a
href="https://pathsoft.kovalweb.com/author/admin/">Ryan
Wilson</a>
</div>
</div>
</div>
<div class="news-wide-item-desc">
<p>Whenever I’m TA for a introductory CSS class where students learn some
programming language, I have trouble coming up with good exercises.
Problems from Project Euler and the like are usually [...]</p>
</div>
<div class="wrapp-btn-link">
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" class="btn-link">
<span id="news-read-more">Read more</span>
<svg class="btn-link-ico btn-link-ico-right" viewBox="0 0 13 9" width="13px" height="9px">
<use
xlink:href="https://pathsoft.kovalweb.com/wp-content/themes/pathsoft/assets/img/sprite.svg#arrow-right">
</use>
</svg>
</a>
</div>
</div>
</article>
</div>
</div>
<div class="col-12 itema">
<div class="blog-list items">
<article class="news-wide-item itema">
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/"
class="news-wide-item-img img-style" title="Key Considerations Of IPaaS">
<img data-src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/gallery-img-2-1024x683.jpg"
class="img-cover lazy"
src="https://pathsoft.kovalweb.com/wp-content/uploads/2021/05/gallery-img-2-1024x683.jpg" alt=""
data-loaded="true">
</a>
<div class="news-wide-item-info">
<h2 class="news-wide-item-heading item-heading"><a
href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" rel="bookmark"
title="Key Considerations Of IPaaS">Key Considerations Of
IPaaS</a></h2>
<div class="news-wide-item-row">
<div class="news-post-meta">
<div class="news-post-meta-item"><i class="fa fa-clock-o"></i>May 24,
2021
<span class="news-post-meta-item"> by </span><a
href="https://pathsoft.kovalweb.com/author/admin/">Ryan
Wilson</a>
</div>
</div>
</div>
<div class="news-wide-item-desc">
<p>Whenever I’m TA for a introductory CSS class where students learn some
programming language, I have trouble coming up with good exercises.
Problems from Project Euler and the like are usually [...]</p>
</div>
<div class="wrapp-btn-link">
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/" class="btn-link">
<span id="news-read-more">Read more</span>
<svg class="btn-link-ico btn-link-ico-right" viewBox="0 0 13 9" width="13px" height="9px">
<use
xlink:href="https://pathsoft.kovalweb.com/wp-content/themes/pathsoft/assets/img/sprite.svg#arrow-right">
</use>
</svg>
</a>
</div>
</div>
</article>
</div>
</div>
<div class="col-12 my-4 itema">
<nav class="Page pagination" aria-labelledby="posts-nav-label">
<ul class="pagination">
<li class="page-item active " aria-current="page">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 my-5 mx-4 content-item" role="complementary">
<div class="sidebar items">
<aside id="search-2" class="sidebar-item itema widget_search">
</aside>
<aside id="recent-posts-2" class="sidebar-item itema widget_recent_entries">
<p class="sidebar-item-heading item-heading">Recent Posts</p>
<ul>
<li>
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-3/">Key
Considerations Of IPaaS</a>
</li>
<li>
<a href="https://pathsoft.kovalweb.com/benefits-of-async-await-3/">Benefits
Of Async/Await</a>
</li>
<li>
<a href="https://pathsoft.kovalweb.com/hibernate-query-language-3/">Hibernate
Query Language</a>
</li>
<li>
<a href="https://pathsoft.kovalweb.com/key-considerations-of-ipaas-2/">Key
Considerations Of IPaaS</a>
</li>
<li>
<a href="https://pathsoft.kovalweb.com/benefits-of-async-await-2/">Benefits
Of Async/Await</a>
</li>
</ul>
</aside>
<aside id="tag_cloud-2" class="sidebar-item itema widget_recent_entries">
<p class="sidebar-item-heading item-heading">Tags</p>
<div class="tagcloud"><a href="https://pathsoft.kovalweb.com/tag/it/"
class="tag-cloud-link tag-link-16 tag-link-position-1" style="font-size: 8pt;"
aria-label="It (1 item)">It</a>
<a href="https://pathsoft.kovalweb.com/tag/programming/"
class="tag-cloud-link tag-link-17 tag-link-position-2" style="font-size: 8pt;"
aria-label="Programming (1 item)">Programming</a>
<a href="https://pathsoft.kovalweb.com/tag/projects/"
class="tag-cloud-link tag-link-14 tag-link-position-3" style="font-size: 8pt;"
aria-label="Projects (1 item)">Projects</a>
<a href="https://pathsoft.kovalweb.com/tag/software-development/"
class="tag-cloud-link tag-link-13 tag-link-position-4" style="font-size: 22pt;"
aria-label="Software Development (3 items)">Software Development</a>
<a href="https://pathsoft.kovalweb.com/tag/startup/"
class="tag-cloud-link tag-link-15 tag-link-position-5" style="font-size: 8pt;"
aria-label="Startup (1 item)">Startup</a>
</div>
</aside>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- News List end -->
<!-- contact section starts -->
<section class="contact">
<div class="heading">
<span>WE ARE ALWAYS IN TOUCH</span>
<h1>Contact Us</h1>
</div>
<div class="contactform">
<div class="address">
<div class="card">
<div class="card-body">
<h5 class="card-title">Get in Touch</h5><br>
<i class="fas fa-map-marker-alt"></i>
<span class="card-text">332,Second Floor,</span>
<span class="card-text">Iscon Mall,</span>
<span class="card-text">150,Ring Road,</span>
<span class="card-text">Rajkot , Gujarat - 360005 </span><br>
<i class="fas fa-mobile-alt"></i>
<span class="card-text">+ 000 000 000</span><br>
<i class="far fa-envelope"></i>
<span class="card-text">[email protected]</span>
</div>
</div>
</div><br>
<div class="form">
<h2>Contact Form</h2>
<form class="contact">
<div class="row mb-3">
<label for="inputEmail3" class="col-sm-2 col-form-label">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputEmail3" placeholder="Your Name">
</div>
</div>
<div class="row mb-3">
<label for="inputEmail3" class="col-sm-2 col-form-label">Phone</label>
<div class="col-sm-10">
<input type="number" class="form-control" id="inputEmail3" placeholder="Phone Number">
</div>
</div>
<div class="row mb-3">
<label for="inputEmail3" class="col-sm-2 col-form-label">Email</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="inputEmail3" placeholder="Your Email">
</div>
</div>
<div class="row mb-3">
<label for="inputEmail3" class="col-sm-2 col-form-label">Message</label>
<div class="col-sm-10">
<textarea name="message" class="form-control" id="message" cols="30" rows="4"
placeholder="Message"></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</section>
<!-- contact section end -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>company</h4>
<ul>
<li><a href="#">about us</a></li>
<li><a href="#">our services</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">affiliate program</a></li>
</ul>
</div>
<div class="footer-col">
<h4>get help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">shipping</a></li>
<li><a href="#">returns</a></li>
<li><a href="#">order status</a></li>
<li><a href="#">payment options</a></li>
</ul>
</div>
<div class="footer-col">
<h4>online shop</h4>
<ul>
<li><a href="#">watch</a></li>
<li><a href="#">bag</a></li>
<li><a href="#">shoes</a></li>
<li><a href="#">dress</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>