-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
544 lines (479 loc) · 25.4 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
<!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>Google-Athlete</title>
<!-- external-css -->
<link rel="stylesheet" href="./css/style.css">
<!-- bootstrap-css & js-->
<link rel="stylesheet" href="./css/bootstrap.css">
<script src = "js/bootstrap-min.js" ></script>
<!-- fontawesom-css & js-->
<link rel="stylesheet" href="./css/fontawesome-all.css">
<!-- animate-css-link -->
<link rel="stylesheet" href="./css/animated.css">
<script src="./js/fontawesome.js"></script>
<script src ="./js/jquery.min.js"></script>
</head>
<body>
<!------------------- header-section---------------------------------->
<!-- navbar-section -->
<section class="nav-section">
<div class="container container-xl container-xxl">
<div class="row align-items-center">
<nav class="navbar navbar-expand-lg navbar-light t">
<a class="navbar-brand" href="./index.html"><img src="./img/main-logo.png" alt="main-logo" class="main-logo img-fluid"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 custom-nav">
<li class="nav-item ">
<a class="nav-link custom-link active" aria-current="page" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./web-design.html">Web Design & Redesign</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#" tabindex="-1" aria-disabled="true">Our Books</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#" tabindex="-1" aria-disabled="true">Blog</a>
</li>
</ul>
<div class="weekly" >
<a class="btn btn-primary request-btn animated-buttonns victoria-one " href="javascript:void(0)">Request a free review</a>
<p class="request-text text-primary"> <a class="links" href="javascript:void(0)"><i class="fa-regular fa-envelope pe-2"></i>Subscribe</a> </p>
<p><img src="./img/aarrow.png" alt="arrow" class="arrow"></p>
<p class="get-weekly-txt">Get Weekly <br>Google tips</p>
</div>
</div>
</nav>
</div>
</div>
</section>
<!-- get-more-leads-section -->
<section class="get-more-leads-section">
<div class="container container-xl container-xxl">
<div class="row align-items-center ">
<div class="col-lg-6 col-md-6 lead-left wow slidddeInLeft" data-wow-duration="2000ms" data-wow-delay="200ms">
<p>Google Business profile Web Design Agency</p>
<div class="container-text">
<h1>Get More <br>
<!-- <span >Leads</span>, <span>Sales</span>, and <span>Traffic</span> -->
<span class="typed-text"></span><span class="cursor"> </span>
<br/>
with Google</h1>
</div>
<p>Request your website and Google Business Profile for free. Our results-driven Google Athletes will show you how to dominate your competitors on Google, drive more leads and sales to your business through a highly-optimised Google Business Profile and web design linked content.</p>
<div class="get-more-lead-btn">
<a class="btn btn-primary animated-buttonns victoria-one " href="javascript:void(0)">Request a free Website or Google Profile Review</a>
</div>
</div>
<div class="col-lg-6 col-md-6 wow slideInRight hover14 hover01" data-wow-duration="2000ms" data-wow-delay="200ms">
<figure>
<img src="./img/Couch-Official-Logo.png" alt="get-more-lead-img" class="img-fluid">
</figure>
</div>
</div>
</div>
</section>
<!-- review-section -->
<section class="review-section">
<div class="container container-xl container-xxl">
<div class="row justify-content-center wow slideInDown" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="col-lg-4 hover14 hover01">
<figure class="text-center" ><img src="./img/google-review.png" alt="google-review" class="img-fluid">
</figure>
<p class="review-text">Excellent Reviews</p>
</div>
</div>
</div>
</section>
<!-- free-review-section -->
<section class="dotted-bg">
<div class="container container-xl container-xxl">
<div class="row">
<div class="col-lg-4 box-2 ">
<!-- <div class="Review-box wow bounceInUp" data-wow-duration="2s" data-wow-delay="0.3s">
<span><img src="./img/main-logo.png" alt="free-review" class="img-fluid free-review"></span><span>Please help with a free review</span>
<div class="text-end text-box">
<a href="javascript:void(0)" class="website-review"><b>Website review</b></a>
<a href="javascript:void(0)" class="btn btn-primary animated-buttonns victoria-one">Google Review</a>
<a href="javascript:void(0)" class="close-btn"><i class="fa-solid fa-xmark "></i></a>
</div>
</div> -->
</div>
<div class="col-lg-4 review-box-right d-flex justify-content-center mt-3 mt-lg-0">
<div class="dotted-motion" data-component="dotted">
<svg class="vertical-dots" height="100%" role="presentation" aria-hidden="true">
<line class="vertical-dots__line" x1="6" x2="6" y1="6" y2="100%" stroke-width="2.5" stroke-linecap="round" stroke-dasharray="0, 18" stroke = "#80868b"></line>
<circle cx="6" cy="6" r="6" class="scroll-circle ">
</circle>
</svg></div>
</div>
</div>
</div>
</section>
<!-- Get-your-wesite-and-google-Business-profile -->
<section class="get-your-website">
<div class="container container-xl container-xxl">
<div class="row align-items-center">
<div class="col-lg-12 text-center center-section wow slideInUp" data-wow-duration="2000ms" data-wow-delay="200ms">
<h1>Get your Website and Google Business <br> Profile in Elite Shape with Google Athlete</h1>
</div>
<div class="col-lg-6 get-your-left-section mt-lg-5 mt-3 wow slideInLeft" data-wow-duration="2000ms" data-wow-delay="200ms">
<p>We're Google Athlete, and we know how to optimise your website and Google Business Profile for peak performance</p>
<p>With our expertise in, <a href="javascript:void(0)" class="links">website design</a>, <a href="javascript:void(0)" class="links">website redesign</a>, <a href="javascript:void(0)" class="links">content marketing</a>, <a class="links" href="javascript:void(0)">search engine optimisation</a>,<a href="javascript:void(0)" class="links"> YouTube and social media optimisation</a> we'll help you rank on Google to get more leads. Our secret Google Business Profile optimisation and website design services drive online growth for businesses in the US, UK and around the world.</p>
<p>Many businesses just like yours rely on us to design and deliver high-quality website designs that rank high in Google maps and search results, helping them meet ambitious business growth objectives.</p>
<div class="get-more-lead-btn">
<a class="btn btn-primary animated-buttonns victoria-one " href="javascript:void(0)">Request a free Website or Google Profile Review</a>
</div>
</div>
<div class="col-lg-6 get-your-right-section hover14 mt-lg-5 mt-3 text-center wow slideInRight" data-wow-duration="2000ms" data-wow-delay="200ms">
<figure>
<img src="./img/we-are-google-athelets.png" alt="we-are-google-athlete" class="img-fluid ">
</figure>
</div>
<div class="col-lg-4 mt-lg-5 ">
<!-- <div class="Review-box wow bounceInUp" data-wow-duration="2s" data-wow-delay="0.2s">
<span><img src="./img/main-logo.png" alt="free-review" class="img-fluid free-review"></span><span>Please help with a free review</span>
<div class="text-end">
<a href="javascript:void(0)" class="website-review"><b>Website review</b></a><a href="javascript:void(0)" class="btn btn-primary ">Google Review</a>
<a href="javascript:void(0)" class="close-btn"><i class="fa-solid fa-xmark "></i></a>
</div>
</div> -->
</div>
</div>
</div>
</section>
<!-- are-you-ready-section -->
<section class="are-you-ready-sec">
<div class="container container-xl container-xxl">
<div class="row align-items-center wow slideInUp" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="col-lg-9 ready-section-left">
<h1>Are You Ready to Take on Your Ambitious Growth Targets with Our Google Athletes?</h1>
<p>Through effective web design and content, we’ll help you achieve your goals.</p>
<p>Web design and ranking on Google is a complex one, but we are experts!</p>
<p>Our Google Athletes create bespoke website and content that generate leads and sales</p>
<p>We recommend the best strategy to help you achieve your growth targets.</p>
<p>With extensive skills and talents in web design, creative content campaigns, and social media advertising, we bring a wide range of talents to the table</p>
<div class="ready-section-btn">
<a class="btn btn-primary animated-buttonns victoria-one " href="javascript:void(0)">Request a free Website or Google Profile Review</a>
</div>
</div>
<div class="col-lg-3 hover14 hover01">
<figure class="google-athelets-image hover15">
<img src="./img/Google-athlete-run.png" alt="are-you-ready" class="img-fluid w-100">
</figure>
</div>
</div>
<!-- card-section -->
<div class="row">
<div class="col-lg-4 mt-lg-5 col-md-6">
<div class="card custom-card wow bounceIn" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="d-flex align-items-center">
<!-- <p><img src="./img/website-design.png" alt="website-design" class="img-fluid "></p> -->
<div id="item-box">
<div class="item">
<img src="./img/website-design.png" alt="website-design" class="img-fluid ">
<div class="circle" style="animation-delay: -3s;"></div>
<div class="circle" style="animation-delay: -2s;"></div>
<div class="circle" style="animation-delay: -1s;"></div>
<div class="circle" style="animation-delay: 0s;"></div>
</div>
</div>
<h5 class="mb-lg-3">Website design and redesign</h5>
</div>
<div class="card-body">
<p class="card-text">We create powerful websites that not only beautiful, but rank high on Google.We also optimise our websites for Google near me searches and tageted keywords in order to generate more organic leads and sales.</p>
<div class="d-flex justify-content-between align-items-center get-btn">
<a href="javascript:void(0)" class="btn btn-primary animated-buttonns victoria-one">Get started</a><a href="javascript:void(0)"><i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-lg-5 col-md-6">
<div class="card custom-card wow bounceIn" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="d-flex align-items-center">
<div id="item-box">
<div class="item">
<img src="./img/google-business.png" alt="google-business" class="img-fluid ">
<div class="circle" style="animation-delay: -3s;"></div>
<div class="circle" style="animation-delay: -2s;"></div>
<div class="circle" style="animation-delay: -1s;"></div>
<div class="circle" style="animation-delay: 0s;"></div>
</div>
</div>
<h5 class="mb-lg-3">Google Business Profile</h5>
</div>
<div class="card-body">
<p class="card-text">We create powerful websites that not only beautiful, but rank high on Google.We also optimise our websites for Google near me searches and tageted keywords in order to generate more organic leads and sales.</p>
<div class="d-flex justify-content-between align-items-center get-btn">
<a href="javascript:void(0)" class="btn btn-primary animated-buttonns victoria-one">Get started</a><a href="javascript:void(0)"><i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-lg-5 col-md-6">
<div class="card custom-card wow bounceIn" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="d-flex align-items-center">
<!-- <p><img src="./img/google-pay-ads.png" alt="google-pay-ads" class="img-fluid "></p> -->
<div id="item-box">
<div class="item">
<img src="./img/google-pay-ads.png" alt="google-pay-ads" class="img-fluid ">
<div class="circle" style="animation-delay: -3s;"></div>
<div class="circle" style="animation-delay: -2s;"></div>
<div class="circle" style="animation-delay: -1s;"></div>
<div class="circle" style="animation-delay: 0s;"></div>
</div>
</div>
<h5 class="mb-lg-3">Google Pay-per-Click Advertising</h5>
</div>
<div class="card-body">
<h5 class="card-title">Google My Business</h5>
<p class="card-text">We create powerful websites that not only beautiful, but rank high on Google.We also optimise our websites for Google near me searches and tageted keywords in order to generate more organic leads and sales.</p>
<div class="d-flex justify-content-between align-items-center">
<a href="javascript:void(0)" class="btn btn-primary animated-buttonns victoria-one">Get started</a><a href="javascript:void(0)"><i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="card custom-card wow bounceIn" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="d-flex align-items-center">
<!-- <p><img src="./img/Content-maketing.png" alt="Content-maketing" class="img-fluid "></p> -->
<div id="item-box">
<div class="item">
<img src="./img/Content-maketing.png" alt="Content-maketing" class="img-fluid ">
<div class="circle" style="animation-delay: -3s;"></div>
<div class="circle" style="animation-delay: -2s;"></div>
<div class="circle" style="animation-delay: -1s;"></div>
<div class="circle" style="animation-delay: 0s;"></div>
</div>
</div>
<h5 class="mb-lg-3">Content Marketing</h5>
</div>
<div class="card-body">
<p class="card-text">We create powerful websites that not only beautiful, but rank high on Google.We also optimise our websites for Google near me searches and tageted keywords in order to generate more organic leads and sales.</p>
<div class="d-flex justify-content-between align-items-center">
<a href="javascript:void(0)" class="btn btn-primary animated-buttonns victoria-one">Get started</a><a href="javascript:void(0)"><i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card custom-card wow bounceIn" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="d-flex align-items-center">
<!-- <p><img src="./img/search-engine.png" alt="search-engine" class="img-fluid "></p> -->
<div id="item-box">
<div class="item">
<img src="./img/search-engine.png" alt="search-engine" class="img-fluid ">
<div class="circle" style="animation-delay: -3s;"></div>
<div class="circle" style="animation-delay: -2s;"></div>
<div class="circle" style="animation-delay: -1s;"></div>
<div class="circle" style="animation-delay: 0s;"></div>
</div>
</div>
<h5 class="mb-lg-3">Search Engine Optimisation</h5>
</div>
<div class="card-body">
<p class="card-text">We create powerful websites that not only beautiful, but rank high on Google.We also optimise our websites for Google near me searches and tageted keywords in order to generate more organic leads and sales.</p>
<div class="d-flex justify-content-between align-items-center">
<a href="javascript:void(0)" class="btn btn-primary animated-buttonns victoria-one">Get started</a><a href="javascript:void(0)"><i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card custom-card wow bounceIn" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="d-flex align-items-center">
<!-- <p><img src="./img/social-optimize.png" alt="social-optimize" class="img-fluid "></p> -->
<div id="item-box">
<div class="item">
<img src="./img/social-optimize.png" alt="social-optimize" class="img-fluid ">
<div class="circle" style="animation-delay: -3s;"></div>
<div class="circle" style="animation-delay: -2s;"></div>
<div class="circle" style="animation-delay: -1s;"></div>
<div class="circle" style="animation-delay: 0s;"></div>
</div>
</div>
<h5 class="mb-lg-3">YouTube and Social Media Optimisation</h5>
</div>
<div class="card-body">
<p class="card-text">We create powerful websites that not only beautiful, but rank high on Google.We also optimise our websites for Google near me searches and tageted keywords in order to generate more organic leads and sales.</p>
<div class="d-flex justify-content-between align-items-center end-btns">
<a href="javascript:void(0)" class="btn btn-primary animated-buttonns victoria-one">Get started</a><a href="javascript:void(0)"><i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- trust-section -->
<section class="trust-section wow slideInUp" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="container container-xl container-xxl">
<div class="row">
<div class="col-lg-12 text-center text-white ">
<h2>Google Athlete Agency You Can Trust</h2>
<p>By building trust between us and our clients, we create long-term relationships.</p>
<p>Become Google's top business on the web when we work together.</p>
<a href="javascript:void(0)" class="btn animated-buttonns victoria-one">Request My Free Website or Google Profie Review</a>
</div>
</div>
</div>
</section>
<!-- bestselling-book -->
<section class="bestselling-book">
<div class="container container-xl container-xxl">
<div class="row align-items-center">
<div class="col-lg-4 hover01 book-col wow slideInLeft" data-wow-duration="2000ms" data-wow-delay="200ms">
<figure>
<img src="./img/book.png" alt="book" class="img-fluid ">
</figure>
</div>
<div class="col-lg-8 col-sm-6 get-a-free-copy mt-lg-0 mt-3 wow slideInRight" data-wow-duration="2000ms" data-wow-delay="200ms">
<h2><strong>Get a Free Copy of Our Bestselling Book</strong></h2>
<p>Since 2013, our book, "<a href="#" class="links">How To Get To The Top of Google</a>" has been helping business
owners and marketing managers to learn about the business-changing benefits of <a href="#" class="links">Search Engine Optimisation.</a></p>
<p>Cemented in bestseller lists for eight years, the book continues to explain how businesses
like yours can rank at the top of Google and earn increases in traffic, leads, and sales — <strong>and
we'd like to give you a copy for free.</strong></p>
<p>Click the button below to download your free copy.</p>
<div class="text-center">
<a href="#" class="btn btn-primary animated-buttonns victoria-one">Get My Free Copy</a>
</div>
</div>
</div>
</div>
</section>
<!-- business-from-all-section -->
<section class="map-sec text-center">
<div class="container container-xl container-xxl">
<div class="row">
<div class="col-lg-12">
<h2 class=" wow bounceIn" data-wow-duration="2000ms" data-wow-delay="200ms">We Helped Businesses From <br/>
All Over the World</h2>
<img src="./img/map-img.png" alt="map" class="img-fluid mt-lg-0 mt-3">
</div>
</div>
</div>
</section>
<!-- google-review-section -->
<section class="google-review mt-lg-0 mt-5">
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-7095e9f1-a989-41a0-8b1b-c70708a78fb0"></div>
</section>
<!-- need-help-choosing-section -->
<section class="need-help-section">
<div class="container container-xl container-xxl">
<div class="row justify-content-center">
<div class="col-lg-6 text-center wow slideInDown" data-wow-duration="2000ms" data-wow-delay="200ms">
<div class="d-flex justify-content-center">
<div class="dotted-motion" data-component="dotted">
<svg class="vertical-dots" height="100%" role="presentation" aria-hidden="true">
<line class="vertical-dots__line" x1="6" x2="6" y1="6" y2="100%" stroke-width="2.5" stroke-linecap="round" stroke-dasharray="0, 18" stroke = "#80868b"></line>
<circle cx="6" cy="6" r="6" class="scroll-circle green-circle " >
</circle>
</svg></div>
</div>
<h2 class="need-help-text">Need help choosing?</h2>
<p>Get in touch with one of our <b>Web Design Consultants</b> today</p>
<p class="mb-0">Let us review your Google business profile and website for free.</p>
<p>It's time for your business to succeed</p>
<div class="get-more-lead-btn mt-lg-4">
<a class="btn btn-primary animated-buttonns victoria-one " href="javascript:void(0)">Request a free Website or Google Profile Review</a>
</div>
</div>
</div>
</div>
</section>
<!-- footer-section -->
<section class="footer-section">
<div class="contianer container-xl container-xxl">
<div class="row align-items-center">
<div class="col-lg-2 col-3 footer-logo">
<a href="./index.html"><img src="./img/main-logo.png" alt="footer-logo" class="img-fluid"></a>
</div>
<div class="col-lg-10 col-9">
<ul class="footer-link">
<li> <a href="javascript:void(0)" >Privacy</a></li>
<li><a href="javascript:void(0)">Terms</a></li>
<li><a href="javascript:void(0)">About Google</a></li>
<li><a href="javascript:void(0)">Stay safe with Google</a></li>
<li><a href="javascript:void(0)"><i class="fa-solid fa-circle-question"></i> Help</a></li>
</ul>
</div>
</div>
</div>
</section>
<script src="js/wow.min.js"></script>
<script>
wow = new WOW(
{
} )
.init();
</script>
<script>
// $(document).ready (function(){
// $('.close-btn').click(function(){
// $('.Review-box').hide();
// });
// });
</script>
<!--Start of Tawk.to Script-->
<!--End of Tawk.to Script-->
<script>
const typedTextSpan = document.querySelector(".typed-text");
const cursorSpan = document.querySelector(".cursor");
const textArray = ["Leads, Sales and Traffic"];
const typingDelay = 100;
const erasingDelay = 100;
const newTextDelay = 1000; // Delay between current and next text
let textArrayIndex = 0;
let charIndex = 0;
function type() {
if (charIndex < textArray[textArrayIndex].length) {
if(!cursorSpan.classList.contains("typing")) cursorSpan.classList.add("typing");
typedTextSpan.textContent += textArray[textArrayIndex].charAt(charIndex);
charIndex++;
setTimeout(type, typingDelay);
}
else {
cursorSpan.classList.remove("typing");
setTimeout(erase, newTextDelay);
}
}
function erase() {
if (charIndex > 0) {
if(!cursorSpan.classList.contains("typing")) cursorSpan.classList.add("typing");
typedTextSpan.textContent = textArray[textArrayIndex].substring(0, charIndex-1);
charIndex--;
setTimeout(erase, erasingDelay);
}
else {
cursorSpan.classList.remove("typing");
textArrayIndex++;
if(textArrayIndex>=textArray.length) textArrayIndex=0;
setTimeout(type, typingDelay + 1100);
}
}
document.addEventListener("DOMContentLoaded", function() { // On DOM Load initiate the effect
if(textArray.length) setTimeout(type, newTextDelay + 250);
});
</script>
<script>
window.addEventListener("load", function(){
setTimeout(
function open(event){
document.querySelector(".Review-box").style.display = "block";
},
1000
)
});
</script>
</body>
</html>