-
Notifications
You must be signed in to change notification settings - Fork 0
/
features_heading_styles.html
521 lines (467 loc) · 28.6 KB
/
features_heading_styles.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
<!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>Heading Styles</title>
<!-- bootstrap file -->
<!-- <link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png"> -->
<!-- <link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
-->
<!-- <meta name="msapplication-TileImage" content="icons/ms-icon-144x144.png"> -->
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Luxurious+Roman&family=Orelega+One&family=Roboto+Condensed:ital,wght@1,300&family=Yeseva+One&display=swap"
rel="stylesheet" />
<!-- owl-carousel file -->
<link rel="stylesheet" href="assets/owl/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/owl/css/owl.theme.default.min.css" />
<!-- icon css -->
<link rel="stylesheet" href="assets/css/all.min.css" />
<!-- css file -->
<link rel="stylesheet" href="assets/css/features_heading_styles.css" />
<link rel="stylesheet" href="assets/css/common.css" />
<link rel="stylesheet" href="assets/css/header-footer.css" />
<!-- media query file -->
<link rel="stylesheet" href="assets/css/mediaquery.css">
<!-- ------------- aos animation ------------ -->
<link rel="stylesheet" type="text/css" href="assets/aos/css/aos.css">
</head>
<body>
<!-- ----------- Navbar and First Section -------------- -->
<section class="navbar_section">
<!-- ------------------------Navbar ---------------------------- -->
<nav class="navbar navbar-expand-lg container px-md-5 px-1 py-2">
<div class=""></div>
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="./assets/images/features/portfolio_style/logo.png" class="img-fluid " alt=""> </a>
<button class="navbar-toggler bg-white" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb--2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link d-md-block d-none p-3 py-4 dropdown_custom" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Home <i class="fa-solid fa-angle-right ms-2" style="transform: rotate(90deg);"></i>
</a>
<a class="nav-link d-md-none d-block dropdown-toggle p-3 py-4 dropdown_custom" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Home
</a>
<ul class="dropdown-menu px-4 py-3 rounded-4">
<li><a class="dropdown-item p-2" href="index.html">Main <span class=" ms-3 hot text-danger fw-bold rounded-pill px-3">Hot</span></a></li>
<li><a class="dropdown-item p-2" href="#">Agency Style <span class=" ms-3 new text-success fw-bold rounded-pill px-3">New</span></a></li>
<li><a class="dropdown-item p-2" href="#">Business Style</a></li>
<li><a class="dropdown-item p-2" href="#">Saas Style</a></li>
<li><a class="dropdown-item p-2" href="#">Technology Style</a></li>
</ul>
</li>
<li class="nav-item ">
<a class="nav-link p-3 py-4" aria-current="page" href="about_us.html">About Us</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle p-3 py-4 " href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Pages
</a>
<ul class="dropdown-menu px-4 py-3 rounded-4">
<li class="pe-5"><a class="dropdown-item p-2 pe-5" href="services.html">Services </a></li>
<li class="pe-5"><a class="dropdown-item p-2 pe-5" href="pricing.html">Pricing </a></li>
<li class="pe-5"><a class="dropdown-item p-2 pe-5" href="support.html">Support</a></li>
<li class="pe-5"><a class="dropdown-item p-2 pe-5" href="careers.html">Careers</a></li>
<li class="pe-5"><a class="dropdown-item p-2 pe-5" href="shops.html">Shop</a></li>
<li class="pe-5"><a class="dropdown-item p-2 pe-5" href="cart.html">Cart</a></li>
<li class="pe-5"><a class="dropdown-item p-2 pe-5" href="checkout.html">Checkout</a></li>
</ul>
</li>
<div class="nav-item features d-lg-block d-none">
<div class=" bg-transparent ">
<a class="nav-link dropdown-toggle p-3 py-4 dropdown_custom" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Features
</a>
<div class="">
<div class="dropdown_custom_menu px-md-5 mx-3 bg-white border rounded-4">
<div class="container px-md-5 px-1 py-md-4 py-2">
<div class="row">
<div class="col-md-3 col-12">
<ul class="features_dropdown_custom_menu pe-4 py-3">
<li ><a class="dropdown-item p-2 pe-5 fw-bold" href="#">Intro </a></li>
<li><a class="dropdown-item p-2 pe-5" href="headers.html">Headers </a></li>
<li><a class="dropdown-item p-2 pe-5" href="hero.html">Hero Sections </a></li>
<li><a class="dropdown-item p-2 pe-5" href="page_headers.html">Page Header </a></li>
<li><a class="dropdown-item p-2 pe-5" href="section_pattern.html">Section Patterns <span class=" ms-3 new text-success fw-bold rounded-pill px-3">New</span></a></li>
<li><a class="dropdown-item p-2 pe-5" href="shape_dividers.html">Shape Dividers </a></li>
</ul>
</div>
<div class="col-md-3 col-12">
<ul class="features_dropdown_custom_menu pe-4 py-3">
<li ><a class="dropdown-item p-2 pe-5 fw-bold" href="#">Main Content </a></li>
<li><a class="dropdown-item p-2 pe-5" href="features_heading_styles.html">Heading Style </a></li>
<li><a class="dropdown-item p-2 pe-5" href="features_services_styles.html">Service Style <span class=" ms-3 hot text-danger fw-bold rounded-pill px-3">Hot</span> </a></li>
<li><a class="dropdown-item p-2 pe-5" href="features_pricing.html">Pricing Style </a></li>
<li><a class="dropdown-item p-2 pe-5" href="features_testimonials.html">Testimonials </a></li>
<li><a class="dropdown-item p-2 pe-5" href="features_team_staff.html">Team Staff </a></li>
</ul>
</div>
<div class="col-md-3 col-12">
<ul class="features_dropdown_custom_menu pe-4 py-3">
<li ><a class="dropdown-item p-2 pe-5 fw-bold" href="#">More </a></li>
<li><a class="dropdown-item p-2 pe-5" href="portfolio_style.html">Portfolio Styles <span class=" ms-3 hot text-danger fw-bold rounded-pill px-3">Hot</span></a></li>
<li><a class="dropdown-item p-2 pe-5" href="blog_elements.html">Blog Elements </a></li>
<li><a class="dropdown-item p-2 pe-5" href="call_to_actions.html">Call to Actions </a></li>
<li><a class="dropdown-item p-2 pe-5" href="counters.html">Counters </a></li>
<li><a class="dropdown-item p-2 pe-5" href="woo_commerce.html">WooCommerce </a></li>
</ul>
</div>
<div class="col-md-3 col-12">
<ul class="features_dropdown_custom_menu pe-4 py-3">
<li ><a class="dropdown-item p-2 pe-5 fw-bold" href="#">Ending </a></li>
<li><a class="dropdown-item p-2 pe-5" href="features_faq.html">FAQ </a></li>
<li><a class="dropdown-item p-2 pe-5" href="features_forms.html">Forms</a></li>
<li><a class="dropdown-item p-2 pe-5" href="Mailchimp _forms.html">Mail Chimp Forms </a></li>
<li><a class="dropdown-item p-2 pe-5" href="footer_styles.html">Footer Styles </a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<li class="nav-item dropdown d-lg-none d-block">
<a class="nav-link dropdown-toggle p-3 py-4 dropdown_custom" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Features
</a>
<ul class="dropdown-menu pe-4 py-3 rounded-4">
<ul><a class="dropdown-item p-2 pe-5" onclick="feature_list_1_show_hide()" href="#">Intro <i class="fa-solid fa-angle-down" style="color: #adadad;"></i></a>
<div id="feature_inner_list_1" class="ps-3" style="display: none;">
<li class="py-2"><a href="headers.html" class="text-decoration-none">Headers</a></li>
<li class="py-2"><a href="hero.html" class="text-decoration-none">Hero Sections</a></li>
<li class="py-2"><a href="page_headers.html" class="text-decoration-none">Page Header</a></li>
<li class="py-2"><a href="section_pattern.html" class="text-decoration-none">Section Patterns</a></li>
<li class="py-2"><a href="shape_dividers.html" class="text-decoration-none">Shape Dividers</a></li>
</div>
</ul>
<ul><a class="dropdown-item p-2 pe-5" onclick="feature_list_2_show_hide()" href="#">Main Content <i class="fa-solid fa-angle-down" style="color: #adadad;"></i></a>
<div id="feature_inner_list_2" class="ps-3" style="display: none;">
<li class="py-2"><a href="features_heading_styles.html" class="text-decoration-none">Heading Style</a></li>
<li class="py-2"><a href="features_services_styles.html" class="text-decoration-none">Service Style</a></li>
<li class="py-2"><a href="features_pricing.html" class="text-decoration-none">Pricing Style</a></li>
<li class="py-2"><a href="features_testimonials.html" class="text-decoration-none">Testimonials</a></li>
<li class="py-2"><a href="features_team_staff.html" class="text-decoration-none">Team Staff</a></li>
</div>
</ul>
<ul><a class="dropdown-item p-2 pe-5" onclick="feature_list_3_show_hide()" href="#">More <i class="fa-solid fa-angle-down" style="color: #adadad;"></i></a>
<div id="feature_inner_list_3" class="ps-3" style="display: none;">
<li class="py-2"><a href="portfolio_style.html" class="text-decoration-none">Portfolio Styles </a></li>
<li class="py-2"><a href="blog_elements.html" class="text-decoration-none">Blog Elements</a></li>
<li class="py-2"><a href="call_to_actions.html" class="text-decoration-none">Call to Actions</a></li>
<li class="py-2"><a href="counters.html" class="text-decoration-none">Counters</a></li>
<li class="py-2"><a href="woo_commerce.html" class="text-decoration-none">WooCommerce</a></li>
</div>
</ul>
<ul><a class="dropdown-item p-2 pe-5" onclick="feature_list_4_show_hide()" href="#">Ending <i class="fa-solid fa-angle-down" style="color: #adadad;"></i></a>
<div id="feature_inner_list_4" class="ps-3" style="display: none;">
<li class="py-2"><a href="features_faq.html" class="text-decoration-none">FAQ</a></li>
<li class="py-2"><a href="features_forms.html" class="text-decoration-none">Forms</a></li>
<li class="py-2"><a href="Mailchimp _forms.html" class="text-decoration-none">Mail Chimp Forms</a></li>
<li class="py-2"><a href="footer_styles.html" class="text-decoration-none">Footer Styles</a></li>
</div>
</ul>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle p-3 py-4 dropdown_custom" onclick="window.location.href = 'blogs.html'" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Blog
</a>
<ul class="dropdown-menu px-4 py-3 rounded-4">
<li ><a class="dropdown-item p-2 pe-5" href="single_centered.html">Single Centered </a></li>
<li class="py-2"><a class="dropdown-item p-2 pe-5" href="single_gradient.html">Single with Gradient </a></li>
<li class="py-2"><a class="dropdown-item p-2 pe-5" href="blogs_single_image.html">Single with Image</a></li>
<li class="py-2"><a class="dropdown-item p-2 pe-5" href="blogs_single_sidebar.html">Single with slidebar</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link p-3 py-4 cursor_pointer dropdown_custom" href="contact.html">Contact</a>
</li>
<li class="nav-item d-md-block d-none">
<a class="nav-link p-3 py-4 cursor_pointer"><img src="./assets/images/features/portfolio_style/cca5f068-2d16-4e15-bfad-0293b4010bc6.svg" alt=""> </a>
</li>
<li class="nav-item d-md-block d-none">
<a class="nav-link p-3 py-4 cursor_pointer" onclick="search_box_open()"><img src="./assets/images/features/portfolio_style/4847a986-351f-4a47-afd9-bb30f0f49389.svg" alt=""> </a>
</li>
</ul>
</div>
</div>
</nav>
<div id="search_box_invisible" class="p-5 search_box bg-light shadow">
<div class="container d-flex flex-row w-100 px-5">
<input type="text" placeholder="Search" class="py-2 rounded-2 border border-none px-4 w-100 btn text-start outine-none" >
<a href="" class="m-0 px-4 py-3 text-decoration-none btn btn-primary ">Search</a>
</div>
<div class="pe-5 pt-4 position-absolute top-0 end-0 ">
<i class="fa-solid fa-xmark fs-4" onclick="search_box_close()" style="color: #404040;"></i>
</div>
</div>
<!-- ------------------------Navbar end---------------------------- -->
</section>
<!-- ------------------------------ s1-------------------------------------- -->
<section class="d-flex flex-column align-items-center justify-content-center w-100">
<div class="py-5 container text-center">
<div class="row d-flex justify-content-center py-5">
<div class="col-12 py-5">
<h1 class="pb-4 py-2">Headings Styles</h1>
<p class="text-center"><a href="#" class="text-decoration-none">Home</a><i
class="fa-solid fa-chevron-right px-2"></i><a href="#" class="text-decoration-none">Features</a><i
class="fa-solid fa-chevron-right px-2"></i>Heading Styles</p>
</div>
</div>
</div>
</section>
<section id="build_extend" class="py-2">
<div class="container py-1">
<div class="build_extend_headtitle_content text-center">
<h1 class="m-0 p-0 build_extend_headtitle fw-bolder px-lg-0 px-md-3 px-5"><span class="pe-1">Build or extend your </span><span class="special_font_color" id="typewriter" data-array=""></span><span class="cursor ps-1"></span></br>
<span class="build_extend_headtitle fw-bolder">development team</span></h1>
</div>
</div>
</section>
<section class="d-flex flex-column w-100 py-5">
<div class="container py-5 px-2">
<div class="row justify-content-center">
<div class="col-11 py-4 px-3">
<h1 class="w-lg-100 w-75">Bespoke software development solutions</h1>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-7 col-11 px-3">
<p>We support companies that need agile teams of the best engineers.</br> Build or extend your software development team with ease.</p>
</div>
<div class="col-md-4 text-center py-2">
<a href="#" class="btn btn-primary py-3 px-4">Visit All</a>
</div>
</div>
</div>
</section>
<section class="py-5 d-flex flex-column w-100">
<div class="container text-center py-4">
<h1 class="py-3">Choose a plan and get started</h1>
<p class="py-2 px-5">Scale your software operations through a custom engineering team.</br> Meet the demand of your company’s</p>
</div>
</section>
<section class="bg_theme">
<div class="container py-5">
<h1 class="py-5 text-white text-center">A Design & Branding<br> Agency in <span class="gradient_text">New York</span>.</h1>
</div>
</section>
<section class="d-flex flex-column w-100 py-5">
<div class="container py-5 px-2">
<div class="row justify-content-center">
<div class="col-11 py-2 px-3">
<h6>BRINGING LOGIC TO DESIGN WITH A SPIRIT OF CURIOSITY AND EXCITEMENT</h6>
</div>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-md-7 col-11 px-3">
<h1 class="w-lg-100 w-75">A team of creative designers & strategists</h1>
</div>
<div class="col-md-4 text-center d-flex flex-column py-2 align-items-center">
<a href="#" class="btn btn-primary py-3 px-4">Learn More</a>
</div>
</div>
</div>
</section>
<section class="py-5 bg_sec container d-flex flex-column justify-content-center align-items-center w-100 mb-5">
<div class="d-flex flex-column align-items-center justify-content-center py-5">
<p class="py-3">HELPING ENTREPRENEURS MAKE MORE MONEY</p>
<h1 class="py-2 px-5 w-lg-100 w-75 text-center">Unlimited cash back, zero fees, no credit check</h1>
</div>
</section>
<!-- ------------------------Footer --------------------------------- -->
<footer class="footer py-5">
<div class="container py-5">
<div class="row footer_right_content">
<div class="col-lg-6 col-12 px-5 ">
<img src="./assets/images/main/logo-light.png" alt="">
<p class=" pt-3 pe-lg-5 pe-md-3 pe-0 me-lg-5 me-md-3 me-0 footer_right_para">Creative-powered to fuel your growth goals. We build world-class digital products, software and branding.</p>
</div>
<div class="col-lg-2 col-md-4 col-12 footer_list">
<ul class=" list-style-none footer_list_ul">
<li class="fw-bold py-1 text-light">Products</li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Unify App</a> </li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Page Builder</a> </li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Templates</a> </li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Pricing</a> </li>
</ul>
</div>
<div class="col-lg-2 col-md-4 col-12 footer_list">
<ul class=" list-style-none footer_list_ul">
<li class="fw-bold py-1 text-light">Resources</li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Design</a></li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Inspiration</a></li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Blog</a></li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Jobs</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-4 col-12 footer_list">
<ul class=" list-style-none footer_list_ul">
<li class="fw-bold py-1 text-light">Support</li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Documentation</a></li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Help Desk</a></li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Video Guides</a></li>
<li class="py-2"><a href="services.html" class="text-decoration-none ">Security</a></li>
</ul>
</div>
</div>
<hr>
<div class="d-flex justify-content-between copyright_social_media ps-md-4 ps-0 pe-5 flex-md-row flex-column">
<span class="copyright ps-3">© 2024 Converta Theme. Codeless, LLC. San Francisco, California. USA.</span>
<div class="social_media d-flex justify-content-start pt-md-0 pt-3 ps-md-0 ps-3">
<img src="./assets/images/header_footer/facebook_original.png" class="rounded-circle" alt="">
<img src="./assets/images/header_footer/twitter_original.png" class="rounded-circle" alt="">
<img src="./assets/images/header_footer/youtube_original.png" class="rounded-circle" alt="">
</div>
</div>
</div>
</footer>
<!--------------------------- scroll arrow------------- -->
<div class="scroll_container">
<div class="scroll_rotate"></div>
<div class="scroll_arrow"><i class="fa-solid fa-arrow-up"></i></div>
</div>
<!-- ------------ scrop bottom to top ------ -->
<a href="#" id="scroll" style="display: none;"><span></span></a>
<!-- <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script> -->
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/bootstrap/js/bootstrap.bundle.js"></script>
<script type="text/javascript" src="assets/owl/js/owl.carousel.min.js"></script>
<script type="text/javascript" src="assets/owl/js/owl.carousel.js"></script>
<!-- ----------- light-box------------ -->
<script src="assets/lightbox2-dev/dist/js/lightbox.js"></script>
<!-- --------------- aos script ------------------- -->
<script src="assets/aos/js/aos.js"></script>
<script>
AOS.init();
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
var scrollContainer = document.querySelector('.scroll_container');
var navbarSection = document.querySelector('.navbar_section');
window.addEventListener('scroll', function() {
if (window.scrollY > window.innerHeight / 2) {
scrollContainer.style.display = 'flex';
} else {
scrollContainer.style.display = 'none';
}
if (window.scrollY > window.innerHeight) {
navbarSection.classList.add('fixed-top');
navbarSection.classList.add('bg-white')
} else {
navbarSection.classList.remove('fixed-top');
}
});
scrollContainer.addEventListener('click', function() {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
});
</script>
<script>
var typeWriterElement = document.getElementById('typewriter');
// The TextArray:
var textArray = ["Website","Business","Software"];
// You can also do this by transfering it through a data-attribute
// var textArray = typeWriterElement.getAttribute('data-array');
// function to generate the backspace effect
function delWriter(text, i, cb) {
if (i >= 0 ) {
typeWriterElement.innerHTML = text.substring(0, i--);
// generate a random Number to emulate backspace hitting.
var rndBack = 10 + Math.random() * 100;
setTimeout(function() {
delWriter(text, i, cb);
},rndBack);
} else if (typeof cb == 'function') {
setTimeout(cb,1000);
}
};
// function to generate the keyhitting effect
function typeWriter(text, i, cb) {
if ( i < text.length+1 ) {
typeWriterElement.innerHTML = text.substring(0, i++);
// generate a random Number to emulate Typing on the Keyboard.
var rndTyping = 250 - Math.random() * 100;
setTimeout( function () {
typeWriter(text, i++, cb)
},rndTyping);
} else if (i === text.length+1) {
setTimeout( function () {
delWriter(text, i, cb)
},1000);
}
};
// the main writer function
function StartWriter(i) {
if (typeof textArray[i] == "undefined") {
setTimeout( function () {
StartWriter(0)
},1000);
} else if(i < textArray[i].length+1) {
typeWriter(textArray[i], 0, function () {
StartWriter(i+1);
});
}
};
// wait one second then start the typewriter
setTimeout( function () {
StartWriter(0);
},1000);
</script>
<script>// ---------------NavBar js --------------------
function search_box_open(){
let search_box = document.getElementById('search_box_invisible');
search_box.style = "top: 0px; opacity: 1;display:block !important; "
}
function search_box_close(){
let search_box = document.getElementById('search_box_invisible');
search_box.style = "display:none !important; "
}
function feature_list_1_show_hide(){
let list_heading = document.getElementById('feature_inner_list_1');
list_heading.classList.toggle('d-block')
}
function feature_list_2_show_hide(){
let list_heading = document.getElementById('feature_inner_list_2');
list_heading.classList.toggle('d-block')
}
function feature_list_3_show_hide(){
let list_heading = document.getElementById('feature_inner_list_3');
list_heading.classList.toggle('d-block')
}
function feature_list_4_show_hide(){
let list_heading = document.getElementById('feature_inner_list_4');
list_heading.classList.toggle('d-block')
}
// ---------------NavBar js end--------------------
</script>
</body>
</html>