-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
559 lines (537 loc) · 27.3 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<title>Title</title>
<!--== Required meta tags ==-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--== Google fonts link ==-->
<link
href="https://fonts.googleapis.com/css?family=Material+Icons%7CMaterial+Icons+Outlined%7CMaterial+Icons+Two+Tone%7CMaterial+Icons+Round%7CMaterial+Icons+Sharp"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Istok+Web&display=swap" rel="stylesheet">
<!--== Font awesome links ==-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" />
<!--== Bootstrap CSS ==-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!--== CSS fayls ==-->
<link rel="stylesheet" href="./css/about.css">
<link rel="stylesheet" href="./css/animation.css">
<link rel="stylesheet" href="./css/crumbs.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<a name="geriqayt"></a>
<!--== Start Header-Contact nav ==-->
<nav id="header-contact">
<div class="container con">
<div class="row align-items-center justify-content-between">
<!--== Header contact info start ==-->
<div class="col-auto">
<ul class="header-top-info align-items-center justify-content-between d-flex">
<li>
<a href="mailto:[email protected]">
<i class="fas fa-envelope"></i>
<span>[email protected]</span>
</a>
</li>
<li>
<a href="tel:+18887771234">
<i class="fas fa-headset"></i>
<span>1-888-777-1234</span>
</a>
</li>
</ul>
</div>
<!--== Header contact info end ==-->
<!--== Header Social Icon start ==-->
<div class="col-auto">
<div class="header-top-links align-items-center justify-content-between d-flex ">
<ul class="social-links">
<li>
<a href="#!"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="#!"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="#!"><i class="fab fa-linkedin-in"></i></a>
</li>
<li>
<a href="#!"><i class="fab fa-twitter "></i></a>
</li>
</ul>
<div class="header-top-btn">
<a href="#" class="header-call-back-link">
<i class="material-icons">ring_volume</i>
<span>Callback</span>
</a>
</div>
</div>
</div>
<!--== Header Social Icon end ==-->
</div>
</div>
</nav>
<!--== End Header-Contact nav ==-->
<!--== meniu-navbar start ==-->
<section id="meniu-bar" class="sticky-menu">
<div class="meniu-nav">
<div class="logo">
<a href="./index.html"><img src="./img/logo.png" alt="">
<span>PathSoft</span>
</a>
</div>
<div class="meniu-item">
<ul>
<li>
<a href="./index.html" class="menu-list-to" data-title="Home">
<span data-title="Home"> Home</span>
<i class=""></i>
</a>
</li>
<li>
<a href="./about.html" class="menu-list-to" data-title="About Us">
<span data-title="About Us">About Us </span>
<i class=""></i>
</a>
</li>
<li>
<a href="./services.html" class="menu-list-to" data-title="Services">
<span data-title="Services"> Services</span>
<i class=""></i>
</a>
</li>
<li>
<a href="./blog.html" class="menu-list-to" data-title="News">
<span data-title="News">News </span>
<i class=""></i>
</a>
</li>
<li>
<a href="./gallery.html" class="menu-list-to" data-title="Gallery">
<span data-title="Gallery">Gallery </span>
<i class=""></i>
</a>
</li>
<li>
<a href="./contact.html" class="menu-list-to" data-title="Contact Us">
<span data-title="Contact Us">Contact Us </span>
<i class=""></i>
</a>
</li>
<li>
<a href="./login.html" class="menu-list-to" data-title="Login">
<span data-title="Login"> Login</span>
<i class=""></i>
</a>
</li>
<li>
<a href="#!" class="menu-list-to" data-title="En">
<span data-title="En">En </span>
<i class=""></i>
</a>
</li>
<li class="menu-search">
<a href="http://">
<i class="material-icons md-22 header-search-ico-search">search</i></a>
</li>
</ul>
</div>
</div>
</section>
<!--== meniu-navbar end ==-->
<!-- crumbs section start -->
<section id="crumbs">
<div class="container crumbs-bread">
<div class="row align-items-center justify-content-between">
<div class="col-auto">
<div class="crumbs-info">
<span class="crumbs-home"><a href="./index.html">Home</a></span> <i
class="fas fa-angle-right"></i>
<span class="crumbs-about">About us</span>
</div>
</div>
</div>
</div>
</section>
<!-- crumbs section end -->
<!-- more-info-about-us section start -->
<section id="more-info-about-us">
<div class="container section-padding">
<div class="row">
<div class="col-12">
<div class="section-heading">
<span class="section-heading-span">MORE INFO</span>
<h2 class="section-heading-h2">About us </h2>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="about-item">
<div class="about-img">
<img src="./img/about-img.jpg" alt="">
</div>
<h2>Developing High-quality Apps</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.</p>
<p>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>
<h3>Providing Reliable Software</h3>
<p>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>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>
<h3>Supporting Our Clients</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.</p>
<p>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>
</section>
<!-- more-info-about-us section end -->
<!-- Reasons section start -->
<section id="reasons" class="section-padding">
<div class="container">
<div class="row ">
<div class="col-12">
<div class="section-heading">
<span class="section-heading-span">SOME REASONS</span>
<h2 class="section-heading-h2">Why Choose Us</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 col-margin reason-scroll">
<div class="reasons-item">
<div class="reasons-item-number"><span>01</span></div>
<div class="reasons-item-info">
<h4>High Quality Hardware</h4>
<p>We use top-notch hardware to develop the most efficient apps for our customers</p>
</div>
</div>
</div>
<div class="col-4 col-margin reason-scroll">
<div class="reasons-item">
<div class="reasons-item-number"><span>02</span></div>
<div class="reasons-item-info">
<h4>Dedicated 24\7 Support</h4>
<p>You can rely on our 24/7 tech support that will gladly solve any app issue you may have.
</p>
</div>
</div>
</div>
<div class="col-4 col-margin reason-scroll">
<div class="reasons-item">
<div class="reasons-item-number"><span>03</span></div>
<div class="reasons-item-info">
<h4>30-Day Money-back Guarantee</h4>
<p>If you are not satisfied with our apps, we will return your money in the first 30 days.
</p>
</div>
</div>
</div>
<div class="col-4 col-margin reason-scroll">
<div class="reasons-item">
<div class="reasons-item-number"><span>04</span></div>
<div class="reasons-item-info">
<h4>Agile and Fast Working Style</h4>
<p>This type of approach to our work helps our specialists to quickly develop better apps.
</p>
</div>
</div>
</div>
<div class="col-4 col-margin reason-scroll">
<div class="reasons-item">
<div class="reasons-item-number"><span>05</span></div>
<div class="reasons-item-info">
<h4>Some Apps are Free</h4>
<p>We also develop free apps that can be downloaded online without any payments.</p>
</div>
</div>
</div>
<div class="col-4 col-margin reason-scroll">
<div class="reasons-item">
<div class="reasons-item-number"><span>06</span></div>
<div class="reasons-item-info">
<h4>High Level of Usability</h4>
<p>All our products have high usability allowing users to easily operate the apps.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Reasons section end -->
<!-- customers section start -->
<section id="customers">
<div class="container section-padding">
<div class="row ">
<div class="col-12">
<div class="section-heading">
<span class="section-heading-span">THE BEST</span>
<h2 class="section-heading-h2">Our customers</h2>
<div class="col-6 margin-auto-ab">
<p>Our customers have disrupted industries, opened new markets, and made countless lives
better.
We are privileged to work with hundreds of future-thinking businesses, including many of
the
world’s top hardware, software, and consumer brands.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-3 animation col-margin">
<div class="customers-item">
<img src="./img/costum1.png" alt="">
</div>
</div>
<div class="col-3 animation col-margin">
<div class="customers-item">
<img src="./img/costum2.png" alt="">
</div>
</div>
<div class="col-3 animation col-margin">
<div class="customers-item">
<img src="./img/costum3.png" alt="">
</div>
</div>
<div class="col-3 animation col-margin">
<div class="customers-item">
<img src="./img/costum4.png" alt="">
</div>
</div>
<div class="col-3 animation col-margin">
<div class="customers-item">
<img src="./img/costum5.png" alt="">
</div>
</div>
<div class="col-3 animation col-margin">
<div class="customers-item">
<img src="./img/costum6.png" alt="">
</div>
</div>
<div class="col-3 animation col-margin">
<div class="customers-item">
<img src="./img/costum7.png" alt="">
</div>
</div>
<div class="col-3 animation col-margin">
<div class="customers-item">
<img src="./img/costum8.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- customers section end -->
<!-- footer section start -->
<section id="footer">
<div class="container section-padding">
<div class="row">
<div class="col-4">
<div class="footer-item">
<div class="logo">
<a href="./index.html"><img src="./img/logo.png" alt="LOGO PathSoft">
<span><b>PathSoft</b></span></a>
</div>
<div class="company-info">
<p>Our company has been developing high-quality and reliable software for corporate needs
since 2008. We are renowned professionals of software development.</p>
</div>
<div class="company-sosial-media">
<a href="https://www.facebook.com/">
<div class="company-sosial-icon"><i class="fab fa-facebook-f"></i></div>
</a>
<a href="http://www.instagram.com/">
<div class="company-sosial-icon"><i class="fab fa-instagram"></i></div>
</a>
<a href="http://www.linkedin.com">
<div class="company-sosial-icon"><i class="fab fa-linkedin-in"></i></div>
</a>
<a href="http://www.twitter.com">
<div class="company-sosial-icon"><i class="fab fa-twitter"></i></div>
</a>
</div>
</div>
</div>
<div class="col-2">
<div class="company-menu">
<h4>Menu</h4>
<ul class="company-footer-meniu">
<li>
<a href="./about.html" class="menu-list-to footer-list-to" data-title="About Us">
<span data-title="About Us"> About Us</span>
</a>
</li>
<li>
<a href="./services.html" class="menu-list-to footer-list-to"
data-title="Services">
<span data-title="Services"> Services</span>
</a>
</li>
<li>
<a href="./team.html" class="menu-list-to footer-list-to" data-title="Our Team">
<span data-title="Our Team"> Our Team</span>
</a>
</li>
<li>
<a href="./blog.html" class="menu-list-to footer-list-to" data-title="News">
<span data-title="News"> News</span>
</a>
</li>
<li>
<a href="./contact.html" class="menu-list-to footer-list-to"
data-title="Contact Us">
<span data-title="Contact Us"> Contact Us</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-2">
<div class="company-menu">
<h4>What We Offer</h4>
<ul class="company-footer-meniu">
<li>
<a href="#" class="menu-list-to footer-list-to" data-title="DB Management">
<span data-title="DB Management"> DB Management</span>
</a>
</li>
<li>
<a href="#" class="menu-list-to footer-list-to" data-title="IOS/MacOS">
<span data-title="IOS/MacOS"> IOS/MacOS</span>
</a>
</li>
<li>
<a href="#" class="menu-list-to footer-list-to" data-title="Android Apps">
<span data-title="Android Apps"> Android Apps</span>
</a>
</li>
<li>
<a href="#" class="menu-list-to footer-list-to" data-title="Windows Apps">
<span data-title="Windows Apps"> Windows Apps</span>
</a>
</li>
<li>
<a href="#" class="menu-list-to footer-list-to" data-title="UX & UI">
<span data-title="UX & UI"> UX & UI</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-4">
<div class="company-contacts">
<h4>Our contacts</h4>
<div class="company-contacts-item">
<ul class="footer-contact">
<li class="d-flex">
<i class="fas fa-map-marker-alt"></i>
<div class="footer-contact-info">301 S Irving Blvd Los Angeles, CA 90020</div>
</li>
<li class="d-flex">
<i class="fas fa-mobile-alt"></i>
<div class="footer-contact-info"> <a href="tel:+1 323-913-4688">+1 323-913-4688</a>
</div>
</li>
<li class="d-flex">
<i class="fas fa-mobile-alt"></i>
<div class="footer-contact-info"><a href="tel:+1 323-888-4554"> +1 323-888-4554</a>
</div>
</li>
<li class="d-flex">
<i class="fas fa-envelope"></i>
<div class="footer-contact-info"><a
href="mailto:[email protected]">[email protected]</a>
</div>
</li>
</ul>
<div class="company-contacts-form">
<h4>Subscribe</h4>
<div class="contacts-form">
<form action="" class="d-flex">
<input type="text" placeholder="Your email" name="mail" required
class="form-email">
<input type="submit" value="Subscribe" class="form-subscribe">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer section end -->
<!-- footer Copyright start -->
<section id="copyright">
<div class="container copyright-padding">
<div class="row">
<div class="col-12">
<div class="copyright-item">
<div class="footer-links">
<a href="http://"><span class="conditions">Terms and Conditions</span> </a>
<a href="http://"><span class="privacy">Privacy Policy</span></a>
</div>
<div class="copyright-text">© 2020 PathSoft. All rights reserved.</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer Copyright end -->
<a href="#geriqayt" class="geriqayt">
<i class="material-icons"> east</i>
</a>
<!--== Optional JavaScript ==-->
<script src="./js/app.js"></script>
<!--== jQuery first, then Popper.js, then Bootstrap JS ==-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>