-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
654 lines (607 loc) · 36.4 KB
/
Copy pathindex.html
File metadata and controls
654 lines (607 loc) · 36.4 KB
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
<!DOCTYPE html>
<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">
<title>Learnn</title>
<link rel="icon" href="./assets/imgs/logo1.png" type="image">
<link rel="stylesheet" href="./assets/css/all.min.css">
<link rel="stylesheet" href="./assets/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="./assets/css/style.css" type="text/css">
<link rel="stylesheet" href="./assets/css/flickity-docs.css" type="text/css">
<link rel="stylesheet" href="./assets/css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Header Start -->
<section>
<div class="row container">
<!-- Nav Bar -->
<div class="col-md-12">
<header class="header">
<a href="index.html" class="header__logo"><img src="./assets/imgs/logo.png" alt="logo"
width="114spx">
</a>
<ion-icon name="menu-outline" class="header__toggle" id="nav-toggle"></ion-icon>
<nav class="nav" id="nav-menu">
<div class="nav__content bd-grid">
<ion-icon name="close-outline" class="nav__close" id="nav-close"></ion-icon>
<div class="nav__perfil">
<a href="index.html" class=""><img src="./assets/imgs/logo.png" alt="logo"
width="114spx"></a>
</div>
<!-- <div class="col-md-1"></div> -->
<div class="nav__menu">
<ul class="nav__list">
<li class="nav__item">
<div class="sec-center">
<input class="dropdown" type="checkbox" id="dropdown" name="dropdown" />
<label class="for-dropdown" for="dropdown">Products
<i class="fa-solid fa-chevron-down" style="margin-left: 10px;"></i>
</label>
<div class="section-dropdown">
<a href="industry.html">Industries</i></a>
<a href="feature.html">Features</i></a>
<a href="benefits.html">Benifits</i></a>
</div>
</div>
</li>
<!-- <li class="nav__item"><a href="#" class="nav__link active">Products</a></li> -->
<li class="nav__item"><a href="pricing.html" class="nav__link">Pricing</a></li>
<li class="nav__item"><a href="partners.html" class="nav__link">partners</a></li>
<li class="nav__item">
<div class="sec-center2">
<input class="dropdown2" type="checkbox" id="dropdown2" name="dropdown2" />
<label class="for-dropdown2" for="dropdown2">Company
<i class="fa-solid fa-chevron-down" style="margin-left: 10px;"></i>
</label>
<div class="section-dropdown2">
<a href="about.html">About </a>
<a href="blog.html">Blogs</a>
<a href="casestudy.html">Case Studies</a>
<a href="contact.html">Contact</a>
</div>
</div>
</li>
</ul>
</div>
<!-- <div class="col-md-1"></div> -->
<div class="nav__buttons">
<a href="#" type="button" class="btn btn1 btn-light btn-outline-primary btn-sm">Get
Demo</a>
<button type="button"
class="btn btn2 btn-primary btn-outline-light btn-sm">Login</button>
</div>
</div>
</nav>
</header>
</div>
<!-- Nav Bar End -->
</div>
</section>
<!-- Header End -->
<!-- Main -->
<div class="container main" id="main">
<!-- Hero Section -->
<section id="hero" class="d-flex align-items-center mt-5 background">
<div class="container mt-5" id="div1">
<div class=" row" id="div2">
<div class="col-md-1 col-12"></div>
<div class="col-md-6 col-sm-12 col-12 itm1">
<h1 class=" text-wrap" style="font-size: 2.5rem;font-family: Poppins , Ariel ">
<img class="img-fluid" src="./assets/imgs/Automate_Your_Phone_Support_Watch_KPIs_Soar.png"
alt="">
</h1>
<h2 class="text-wrap"
style="font-size: 1.5rem; font-weight:400; font-family: Poppins , ariel;">
<img class="img-fluid" src="./assets/imgs/Risk-Free-Performance-Pricing.png" alt="">
</h2>
<form action="">
<div class="form-group position-relative">
<i class="fa fa-envelope icon position-absolute text-light"></i>
<input class="form-control input-lg rounded-1" id="email" name="email" type="text"
placeholder="Email" required="">
</div>
<div class="hero_button">
<button type="button" class="btn btn3 btn-primary btn-outline-light btn-sm">
<Span>
Start your free trail
</Span>
</button>
</div>
</form>
<p class="text-wrap my-3"
style=" font-size: 12px; color:white; line-height: 100%; font-weight:400; font-family: Poppins , ariel;">
90% convert after free trail.
</p>
</div>
<div class=" col-md-4 col-12">
<img class="img-fluid" src="./assets/imgs/robot.png" alt="logo">
</div>
</div>
</div>
</section>
<!-- Hero Section End -->
<!-- Section 1-->
<section>
<div class="justify-content-lg-around" id="section1">
<div class="row r1">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-12 main3itm d-flex justify-content-center">
<h1>
<img class="img-fluid" src="./assets/imgs/the-basic-What-does-our-app-do_.png" alt="">
</h1>
</div>
<div class="col-md-2"></div>
<div class="col-md-1"></div>
<div class="col-md-10">
<p class="text-wrap para">
Techbot is your customer service voice assistant. Anyone who calls, anytime, will
immediately be
greeted. Techbot will
help your customers complete simple requests, and smoothly pass more complex situations to
your
team.
</p>
</div>
<div class="col-md-1"></div>
</div>
<div class="row container d-flex justify-content-around mx-auto mt-3 cardContent"
style="padding: 10px;">
<div class="col-md-1"></div>
<div class=" col-12 col-md-10 col-lg-12 d-flex justify-content-center">
<img class="img-fluid" src="./assets/imgs/infographic_section.png" alt="">
</div>
<div class="col-md-1"></div>
</div>
</div>
</section>
<!-- Section 1 End -->
<!-- Section 2 -->
<section>
<div class="container section2 my-4" id="section2">
<div class="row r2 main-carousel container d-flex justify-content-end mx-auto "
data-flickity='{ "cellAlign": "right", "contain": true }'>
<div class="row col-12 col-md-12 col-lg-12 d-flex justify-content-center my-5">
<div class="col-md-2 col-lg-2"></div>
<div class="col-md-8 col-lg-8">
<div class="c1 text-dark mt-5 m-4 ">
<div class=" card-body " style=" padding: 10px;">
<div class="row justify-content-center">
<div class="col-md-4"></div>
<div class="col-md-4 d-flex justify-content-center">
<img src="./assets/imgs/Ellipse3.png" alt="image of a client"
style="border-radius: 50px; width: 83px; height: 83px;">
</div>
<div class="col-md-4"></div>
</div>
<p class="text-wrap card-text box-content m-2 text-center"
style="padding: 8px; font-family: Poppins , ariel; font-weight: 400; font-size: 20px; color: white; line-height: 120%;">
“Automation has obvious proven ROI, and TechBot has brought it to the almighty
phone
channel.”
</p>
</div>
</div>
</div>
<div class="col-md-2 col-lg-2"></div>
</div>
<div class="row col-12 col-md-12 col-lg-12 d-flex justify-content-center my-5">
<div class="col-md-2 col-lg-2"></div>
<div class="col-md-8 col-lg-8">
<div class="c1 text-dark mt-5 m-4 ">
<div class=" card-body " style=" padding: 10px;">
<div class="row justify-content-center">
<div class="col-md-4"></div>
<div class="col-md-4 d-flex justify-content-center">
<img src="./assets/imgs/Ellipse3.png" alt="image of a client"
style="border-radius: 50px; width: 83px; height: 83px;">
</div>
<div class="col-md-4"></div>
</div>
<p class="text-wrap card-text box-content m-2 text-center"
style="padding: 8px; font-family: Poppins , ariel; font-weight: 400; font-size: 20px; color: white; line-height: 120%;">
“Automation has obvious proven ROI, and TechBot has brought it to the almighty
phone
channel.”
</p>
</div>
</div>
</div>
<div class="col-md-2 col-lg-2"></div>
</div>
</div>
<div class="sec2_button row">
<div class="col-md-4"></div>
<div class="col-md-4 out_btn5">
<a href="casestudy.html" type="button"
class="btn btn5 btn-primary btn-outline-light btn-sm d-flex justify-content-center">
<Span>
read our case studies
</Span>
</a>
</div>
<div class="col-md-4"></div>
</div>
</div>
</section>
<!-- Section 2 End -->
<!-- Section 3 -->
<section>
<div class="justify-content-lg-around" id="section3">
<div class="row r3">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-12 main3itm">
<h1>
<img class="img-fluid" src="./assets/imgs/idyswwtdtym.png" alt="">
</h1>
</div>
<div class="col-md-2"></div>
</div>
<div class="justify-content-lg-around" id="all_container">
<div class="row r3 container d-flex justify-content-around mx-auto mt-3 cardContent">
<div class=" col-12 col-md-4 col-lg-4 d-flex justify-content-md-end justify-content-sm-center">
<div class="card c1 text-dark mt-5">
<div class=" card-body text-center mt-3" id="cardBody" style=" padding: 10px;">
<div class="card-text1 text-center text-white d-flex justify-content-center">
<p>Radical Improvement in KPIs</p>
</div>
<div class="text-white" style="margin: 6rem 0; ">
<h6 class="text-wrap card-title fw-bold">
Improve CX or Reduce Cost
</h6>
<p class="text-wrap card-text box-content text-center">
Ultimately the barrier to a great customer service experience is too many
requests
for too few agents. Problem solved.
</p>
</div>
</div>
</div>
</div>
<div class=" col-12 col-md-4 col-lg-4 d-flex justify-content-center">
<div class="card c1 text-dark mt-5">
<div class=" card-body text-center mt-3" id="cardBody" style=" padding: 10px;">
<div class="card-text1 text-center text-white d-flex justify-content-center">
<p>Easy & Risk-Free To Try</p>
</div>
<div class="text-white" style="margin: 6rem 0; ">
<h6 class="text-wrap card-title fw-bold">
Cheap in Money and Time
</h6>
<p class="text-wrap card-text box-content text-center">
RedRoute is free for 30 days and takes 30 minutes to turn on. Lunch break?
Boring all hands? House on fire? Dip your toe
with 10% of calls for a day.
</p>
</div>
</div>
</div>
</div>
<div class=" col-12 col-md-4 col-lg-4 d-flex justify-content-center justify-content-md-start">
<div class="card c1 text-dark mt-5">
<div class=" card-body text-center mt-3" id="cardBody" style=" padding: 10px;">
<div class="card-text1 text-center text-white d-flex justify-content-center">
<p>Results On Day 1</p>
</div>
<div class="text-white" style="margin: 6rem 0; ">
<h6 class="text-wrap card-title fw-bold">
No Exaggeration
</h6>
<p class="text-wrap card-text box-content text-center">
You will see the reduction in call volume, improvement in hold time, missed
calls, AHT, cost/call, CSAT, NPS,
CLTV…instantly.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="sec3_button row my-5">
<div class="col-md-4"></div>
<div class="col-md-4 out_btn6">
<a href="benefits.html" type="button"
class="btn btn6 btn-primary btn-outline-light btn-sm d-flex justify-content-center">
<Span>
learn more about the benefits
</Span>
</a>
</div>
<div class="col-md-4"></div>
</div>
</div>
</div>
</section>
<!-- Section 3 End -->
<!-- Section 4-->
<section>
<div class="justify-content-lg-around" id="section4" style="margin-top: 7rem;">
<div class="row r4">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-12 d-flex justify-content-center main3itm">
<h1>
<img class="img-fluid" src="./assets/imgs/supported-integration.png" alt="">
</h1>
</div>
<div class="col-md-2"></div>
</div>
<div class="col-md-12 col-12">
<div class="justify-content-lg-around" id="all_container">
<div class="row r container d-flex justify-content-around mx-auto cardContent">
<div class="col-12 col-md-2 col-lg-2 d-flex justify-content-center">
<div class="card c text-dark mt-5"
style="background-image: url(./assets/imgs/Rectangle28.png); background-repeat: no-repeat;">
<div class=" card-body" id="cardBody">
<div class="card-text text-center text-white d-flex justify-content-center">
<img class="img1" src="./assets/imgs/whatsapp.png" alt="">
</div>
</div>
</div>
</div>
<div class="col-12 col-md-2 col-lg-2 d-flex justify-content-center">
<div class="card c text-dark mt-5"
style="background-image: url(./assets/imgs/Rectangle29.png); background-repeat: no-repeat;">
<div class=" card-body" id="cardBody">
<div class="card-text text-center text-white d-flex justify-content-center">
<img class="img1" src="./assets/imgs/Group63.png" alt="">
</div>
</div>
</div>
</div>
<div class="col-12 col-md-2 col-lg-2 d-flex justify-content-center">
<div class="card c text-dark mt-5"
style="background-image: url(./assets/imgs/Rectangle30.png); background-repeat: no-repeat;">
<div class=" card-body" id="cardBody">
<div class="card-text text-center text-white d-flex justify-content-center">
<img class="img1" src="./assets/imgs/messenger.png" alt="">
</div>
</div>
</div>
</div>
<div class="col-12 col-md-2 col-lg-2 d-flex justify-content-center">
<div class="card c text-dark mt-5"
style="background-image: url(./assets/imgs/Rectangle31.png); background-repeat: no-repeat;">
<div class=" card-body" id="cardBody">
<div class="card-text text-center text-white d-flex justify-content-center">
<img class="img1" src="./assets/imgs/FreeSWITCH_logo.png" alt="">
</div>
</div>
</div>
</div>
<div class="col-12 col-md-2 col-lg-2 d-flex justify-content-center">
<div class="card c text-dark mt-5"
style="background-image: url(./assets/imgs/Rectangle32.png); background-repeat: no-repeat;">
<div class=" card-body" id="cardBody">
<div class="card-text text-center text-white d-flex justify-content-center">
<img class="img1" src="./assets/imgs/sms.png" alt="">
</div>
</div>
</div>
</div>
<div class="col-12 col-md-2 col-lg-2 d-flex justify-content-center">
<div class="card c text-dark mt-5"
style="background-image: url(./assets/imgs/Rectangle33.png); background-repeat: no-repeat;">
<div class=" card-body" id="cardBody">
<div class="card-text text-center text-white d-flex justify-content-center">
<img class="img1" src="./assets/imgs/asterisk.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section 4 End -->
<!-- Section 5 -->
<section>
<div id="section5">
<div class="row d-flex ">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-12 d-flex justify-content-center main3itm">
<h1>
<img class="img-fluid" src="./assets/imgs/what-we’re-Seeing-Saying-and-Thinking..png"
alt="">
</h1>
</div>
<div class="col-md-2"></div>
</div>
<div class="justify-content-lg-around" id="all_container5">
<div class="row r5 container d-flex justify-content-around mx-auto mt-3 cardContent">
<div class=" col-12 col-md-4 col-lg-4 d-flex justify-content-md-end justify-content-center">
<div class="card c5 text-dark mt-5">
<div class=" card-body mt-3" id="cardBody5" style=" padding: 10px;">
<div class="card-text5 text-center text-white d-flex justify-content-center">
<img src="./assets/imgs/unsplash_smgTvepind4.png" alt="">
</div>
<div class="text-white mt-2 cardtext_e">
<h6 class="text-wrap card-title fw-bold"
style="font-weight: bold; font-size: 16px; line-height: 100%;">
How Brooklinen Launched RedRoute’s Voice Assistant
</h6>
<p class="text-wrap card-text box-content p_1">
March 22, 2022|Perspectives
</p>
<p class="text-wrap card-text box-content p_2">
Opus Research hosted our CEO, Brian Schiff, and Brooklinen's Sr ...
</p>
</div>
<div class="d-flex justify-content-center">
<a href="blogdetails.html" type="button"
class="btn btn8 btn-primary btn-outline-light btn-sm text-center ">
Read More
</a>
</div>
</div>
</div>
</div>
<div class=" col-12 col-md-4 col-lg-4 d-flex justify-content-md-center justify-content-center">
<div class="card c5 text-dark mt-5">
<div class=" card-body mt-3" id="cardBody5" style=" padding: 10px;">
<div class="card-text5 text-center text-white d-flex justify-content-center">
<img src="./assets/imgs/unsplash_smgTvepind4.png" alt="">
</div>
<div class="text-white mt-2 cardtext_e">
<h6 class="text-wrap card-title fw-bold"
style="font-weight: bold; font-size: 16px; line-height: 100%;">
Launch & Learn: Gorgias + RedRoute
</h6>
<p class="text-wrap card-text box-content p_1">
February 2, 2022|Perspectives
</p>
<p class="text-wrap card-text box-content p_2">
Last November, RedRoute built a Gorgias integration to give brands ...
</p>
</div>
<div class="d-flex justify-content-center">
<a href="blogdetails.html" type="button"
class="btn btn8 btn-primary btn-outline-light btn-sm text-center ">
Read More
</a>
</div>
</div>
</div>
</div>
<div class=" col-12 col-md-4 col-lg-4 d-flex justify-content-md-start justify-content-center">
<div class="card c5 text-dark mt-5">
<div class=" card-body mt-3" id="cardBody5" style=" padding: 10px;">
<div class="card-text5 text-center text-white d-flex justify-content-center">
<img src="./assets/imgs/unsplash_zbLW0FG8XU8.png" alt="">
</div>
<div class="text-white mt-2 cardtext_e">
<h6 class="text-wrap card-title fw-bold"
style="font-weight: bold; font-size: 16px; line-height: 100%;">
How to Keep Calm and Carry On this Holiday Season
</h6>
<p class="text-wrap card-text box-content p_1">
December 22, 2021|Perspectives
</p>
<p class="text-wrap card-text box-content p_2">
The holidays came in hot this year, and CS teams ...
</p>
</div>
<div class="d-flex justify-content-center">
<a href="blogdetails.html" type="button"
class="btn btn8 btn-primary btn-outline-light btn-sm text-center ">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sec5_button row my-5">
<div class="col-md-4"></div>
<div class="col-md-4 out_btn9">
<a href="blog.html" type="button"
class="btn btn9 btn-primary btn-outline-light btn-sm d-flex justify-content-center">
<Span>
Read More...
</Span>
</a>
</div>
<div class="col-md-4"></div>
</div>
</div>
</section>
<!-- Section 5 End -->
</div>
<!-- Main End -->
<!-- Footer -->
<div class="mt-5">
<footer class="text-center text-lg-start text-white" id="footer">
<div class="container p-4 pb-0">
<section id="footer_main" class="d-flex align-items-center mt-5 background">
<div class="container mt-5" id="f_div1">
<div class=" row" id="div2">
<div class="col-md-1 col-12"></div>
<div class="col-md-6 col-sm-12 col-12 itm1">
<h1 class=" text-wrap" style="font-size: 2.5rem;font-family: Poppins , Ariel ">
<img class="img-fluid"
src="./assets/imgs/Start-Automating-Your-Calls-For-free-now.png" alt="">
</h1>
<form action="">
<div class="form-group position-relative">
<i class="fa fa-envelope icon position-absolute text-light"></i>
<input class="form-control input-lg rounded-1" id="email" name="email"
type="text" placeholder="Email" required="">
</div>
<div class="hero_button">
<button type="button" class="btn btn3 btn-primary btn-outline-light btn-sm">
<Span>
Start your free trail
</Span>
</button>
</div>
</form>
<p class="text-wrap my-3"
style=" font-size: 12px; color:white; line-height: 100%; font-weight:400; font-family: Poppins , ariel;">
Or schedule a demo with sales
</p>
<p>
--------------------------------------------
</p>
<h1 class=" text-wrap my-2"
style="font-family: Poppins , Ariel; font-weight: 700; font-size: 16px; line-height: 100%;">
Site Map
</h1>
<p class="list-unstyled color-white" id="link-ftr"
style="font-weight: 100; font-family: Poppins , arial;">
<strong>
<a class="nav-link active" href="index.html">Home</a>
<a class="nav-link" href="benefits.html">Benifits</a>
<a class="nav-link" href="feature.html">Features</a>
<a class="nav-link" href="industry.html">Industries</a>
<a class="nav-link" href="pricing.html">Pricing</a>
<a class="nav-link" href="partners.html">Partners</a>
<a class="nav-link" href="about.html">About Us</a>
<a class="nav-link" href="blog.html">Blogs</a>
<a class="nav-link" href="contact.html">Contact Us</a>
<a class="nav-link" href="casestudy.html">Case Studies</a>
</strong>
</p>
</div>
<div class=" col-md-4 col-12 item2">
<img class="img-fluid" src="./assets/imgs/robot2.png" alt="logo">
</div>
</div>
</div>
</section>
</div>
<div class="text-center p-3"
style="background-color: black; font-weight: 400; font-size: 12px; line-height: 100%;">
PTCL Training Center, IT Park, Peshawar Pakistan | info@techbot.com | <a class="text-white"
href="#">Terms
of Service</a> |
<a class="text-white" href=" #">Cookie Policy</a> | © Copyright 2022 techbot, Inc.
<a class=" text-white" href="#"></a>
</div>
</footer>
</div>
<!-- Footer End -->
<body>
</body>
<script src="./assets/js/main.js"></script>
<script src="./assets/js/all.min.js"></script>
<script src="./assets/js/bootstrap.js"></script>
<script src="./assets/js/jQuery.js"></script>
<script src="./assets/js/flickity-docs.min.js"></script>
<script src="./assets/js/carousel.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://unpkg.com/ionicons@5.1.2/dist/ionicons.js"></script>
<script>
$(function () {
$(window).on("scroll", function () {
if ($(window).scrollTop() > 50) {
$(".header").addClass("header_scrol");
} else {
$(".header").removeClass("header_scrol");
}
});
});
</script>
</html>