-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
579 lines (467 loc) · 24.7 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>JASWIK TECHNOLOGY</title>
<link rel="shortcut icon" type="image/gif" href="images/logo1.png">
<!-- bootstrap 5 css -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!-- bootstrap 5 css -->
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- style css -->
<!-- font icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- font icon -->
<!-- themify icons -->
<link rel="stylesheet" href="./themify-icons/themify-icons.css">
<!--[if lt IE 8]><!-->
<link rel="stylesheet" href="./themify-icons/ie7/ie7.css">
<!--<![endif]-->
<!-- themify icons -->
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar">
<!-- container-fluid start-->
<div class="container-fluid">
<!-- row header start here -->
<div class="row header" id="header">
<div class="col-md-12">
<!-- navigation section start-->
<section id="navigation" class="bg-dark">
<nav class="navbar navbar-expand-lg bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="images/logo2.png" class="img-fluid">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#products" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Services
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#itservices">IT Services</a></li>
<li><a class="dropdown-item" href="#jips">Jaswik Institute of Professionals</a></li>
<li><a class="dropdown-item" href="#jsp">Jaswik Software Solutions For Professions</a></li>
<li><a class="dropdown-item" href="#digitalbookindia">Digital Book of India</a></li>
<!-- <li><a class="dropdown-item" href="#onliedeals">Onlie Deals</a></li> -->
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#productsolution" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Products & Solutions
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#product">PRODUCTS</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#product">GPS tracker</a></li>
<li><a class="dropdown-item" href="#product">Scanner</a></li>
<li><a class="dropdown-item" href="#product">Facial Recognition</a></li>
<li><a class="dropdown-item" href="#product">Temperature Detection</a></li>
<li><a class="dropdown-item" href="#product">more...</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#solution">SOLUTIONS</a></li>
<li><a class="dropdown-item" href="#solution">IT Surveillances</a></li>
<li><a class="dropdown-item" href="#solution">Biometric & FR SolutionsBiometric</a></li>
<li><a class="dropdown-item" href="#solution">Network & Security</a></li>
<li><a class="dropdown-item" href="#solution">more...</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonial">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#products" role="button" data-bs-toggle="dropdown" aria-expanded="false">
More
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="">Special</a></li>
<li><a class="dropdown-item" href="">Blog</a></li>
<li><a class="dropdown-item" href="">Careers</a></li>
</ul>
</li>
<!-- <li class="nav-item">
<a class="nav-link disabled">Disabled</a>
</li> -->
</ul>
</div>
</div>
</nav>
</section>
<!-- navigation section end-->
</div>
</div>
<!-- row header end here -->
<!-- ------------------------------------------------------------------------------------ -->
<!-- home section start-->
<section class="home" id="home">
<!-- carousel start-->
<div id="carouselExampleFade" class="carousel slide carousel-fade" data-bs-ride="carousel" data-bs-interval="1500">
<div class="carousel-inner">
<div class="carousel-item active banner1">
<img src="./images/banner1.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item banner2">
<img src="./images/banner2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item banner3">
<img src="./images/banner3.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item banner4">
<img src="./images/banner4.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item banner5">
<img src="./images/banner5.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item banner5">
<img src="./images/banner6.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item banner8">
<img src="./images/banner8.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item banner7">
<img src="./images/banner7.jpg" class="d-block w-100" alt="...">
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- carousel end-->
<!-- about us start-->
<section id="aboutus" class="aboutus">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="headline text-center mb-5">
<h2 class="pb-3 position-relative d-inline-block">JASWIK TECHNOLOGY-Discover the Power of Digital India : Get All-in-One Tech Solutions</h2>
</div>
</div>
<div class="col-sm-12">
<div class="aboutus-info-inner">
<p class="aboutus-info-1 font-weight-bold">Welcome to our tech agency, your go-to partner for all your digital needs! We take pride in offering a wide array of services to cater to diverse requirements. From efficient IT solutions and custom software development to boosting the online presence of local businesses through top-notch digital marketing strategies, we've got you covered. Unlock your true potential with our specialized professional courses and studies, designed to equip you with the skills needed for success in various industries. And if you're considering stepping into the world of online selling, we can create an engaging and user-friendly ecommerce site to help your business thrive in the digital marketplace. Let's embark on this exciting digital journey together!</p>
</div>
</div>
</div>
</div>
</section>
<!-- about us end-->
</section>
<!-- home section end-->
<!-- ---------------------------------------------------------------------------- -->
<!-- service start-->
<section id="services" class="services">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="headline text-center mb-5">
<h2 class="pb-3 position-relative d-inline-block">Our Services</h2>
</div>
</div>
<div class="col-sm-12">
<div class="row justify-content-evenly">
<div class="col-md-5 card card-1" id="itservices">
<h4>IT Services</h4>
<p>IT services provide a range of tech solutions to optimize your business. From technical support to cloud computing and cybersecurity, our expert team ensures smooth IT operations, safeguarding your data and systems. With tailored services, we empower your business to thrive in the digital age. Trust us as your IT partner and conquer the ever-evolving tech landscape.</p>
</div>
<div class="col-md-5 card card-2 mx-2" id="jips">
<h4>Jaswik Institute of Professional Studies</h4>
<p>Discover a world of possibilities with our friendly professional courses and studies! Upskill, change careers, or pursue your passion with expert-led programs across diverse industries. Embrace personalized learning, gain practical knowledge, and shape a brighter future. Let's embark on this fulfilling journey together, unlocking your full potential and achieving your goals!</p>
</div>
</div>
<div class="row justify-content-evenly">
<div class="col-md-5 card card-3 mt-5" id="jsp">
<h4>Jaswik Software For Professionals</h4>
<p>Discover Software Solutions, where we combine expertise with a friendly approach! Our team is committed to delivering custom software development and efficient IT solutions, ensuring seamless operations and success in the digital world. With personalized services, we cater to your unique needs and goals. Let's embark on this exciting tech journey together, achieving excellence in the ever-evolving digital landscape!</p>
</div>
<div class="col-md-5 card card-4 mt-5" id="digitalbookindia">
<h4>Digital Book of India</h4>
<p>Discover the power of digital business in India, where we ensure all businesses, regardless of their size or industry, gain internet exposure and flourish in the digital realm. From effective online marketing strategies to user-friendly ecommerce sites, we cater to all your needs. Embrace boundless opportunities as we connect you with a vast online audience, guiding you towards a successful and thriving digital presence.</p>
<a href="https://digitalbookofindia.com/">Go the site</a>
</div>
</div>
<!-- <div class="row mt-5 justify-content-evenly">
<div class="col-4 card card-4" id="digitalbookindia">
<h4>Digital Book of India</h4>
<p>Discover the power of digital business in India, where we ensure all businesses, regardless of their size or industry, gain internet exposure and flourish in the digital realm. From effective online marketing strategies to user-friendly ecommerce sites, we cater to all your needs. Embrace boundless opportunities as we connect you with a vast online audience, guiding you towards a successful and thriving digital presence.</p>
</div>
<div class="col-4 card card-5" id="onliedeals">
<h4>ONLIEDEALS</h4>
<p>Welcome to "OnlieDeals," your gateway to earn lots of money regular in the Ecommerce world! With our user-friendly platform, you can discover and offer unbeatable deals on a wide range of products. Embrace the potential of online retail and tap into a vast customer base. Leverage our curated selection of deals and promotions to maximize your profits and achieve success in this lucrative business venture. Start your journey to financial success today!</p>
</div>
</div> -->
</div>
</div>
</div>
</section>
<!-- service end-->
<!-- product & solution start-->
<section id="productsolution" class="productsolution">
<section class="product" id="product">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="headline text-center mb-5">
<h2 class="pb-3 position-relative d-inline-block">Products</h2>
</div>
</div>
</div>
<div class="row d-flex justify-content-around">
<div class="col-sm-12 col-md-12 col-lg-12 productCard mt-5">
<img src="images/products/gpsTracker.jpg">
<div class="h5 mt-3 text-center">GPS tracker</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12 productCard mt-5">
<img src="images/products/scanner.jpg">
<div class="h5 mt-3 text-center">Scanner</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12 productCard mt-5">
<img src="images/products/faceRecognition.jpg">
<div class="h5 mt-3 text-center">Facial Recognition</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12 productCard mt-5">
<img src="images/products/TemperatureDetection.jpg">
<div class="h5 mt-3 px-2 text-center">Temperature Detection</div>
</div>
</div>
</div>
</section>
<section class="solution" id="solution">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="headline text-center mb-5">
<h2 class="pb-3 position-relative d-inline-block">Solutions</h2>
</div>
</div>
</div>
<div class="row d-flex justify-content-around mt-2">
<div class="col-7 col-sm-7 col-md-7 col-lg-3 solutionCard mt-5">
<img src="images/solutions/cctv.jpg">
<div class="h5 mt-4 text-center">CCTV Surveillance</div>
</div>
<div class="col-7 col-sm-7 col-md-7 col-lg-3 solutionCard mt-5">
<img src="images/solutions/Biometric&FRSolutions.jpg">
<div class="h5 mt-4 text-center">Biometric & FR Solutions</div>
</div>
<div class="col-7 col-sm-7 col-md-7 col-lg-3 solutionCard mt-5">
<img src="images/solutions/UnifiedCommunication.jpg">
<div class="h5 mt-4 text-center">Unified Communication</div>
</div>
</div>
<div class="row d-flex justify-content-around mt-5">
<div class="col-7 col-sm-7 col-md-7 col-lg-3 solutionCard mt-5">
<img src="images/solutions/Network&Security.jpg">
<div class="h5 mt-4 text-center">Network & Security</div>
</div>
<div class="col-7 col-sm-7 col-md-7 col-lg-3 solutionCard mt-5">
<img src="images/solutions/WirelessSolutions.jpg">
<div class="h5 mt-4 text-center">Wireless Solutions</div>
</div>
<div class="col-7 col-sm-7 col-md-7 col-lg-3 solutionCard mt-5">
<img src="images/solutions/CustomSoftwareDevelopment.jpg">
<div class="h5 mt-4 px-1 text-center">Custom Software Development</div>
</div>
</div>
</div>
</section>
</section>
<!-- product & solution end-->
<!-- statistics start-->
<section id="statistics" class="statistics">
<div class="row justify-content-center">
<div class="col-sm-2 mx-5">
<h3>20+</h3>
<p>Industries We Cover</p>
</div>
<div class="col-sm-2 mx-5">
<h3>1000+</h3>
<p>Served Clients</p>
</div>
<!-- <div class="col-sm-2">
<h3>100cr+</h3>
<p>Annual Revenue</p>
</div> -->
<div class="col-sm-2 mx-5">
<h3>18+</h3>
<p>Years Of Experience</p>
</div>
</div>
</section>
<!-- statistics end-->
<!-- home section end-->
<!-- testimonails start-->
<section id="testimonial" class="testimonial">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="headline text-center mb-5">
<h2 class="pb-3 position-relative d-inline block">Testimonials</h2>
</div>
</div>
<div class="col-sm-12 col-lg-8 offset-lg-2 text-center">
<div id="carouselExampleIndicatorsTwo" class="carousel slide" data-bs-ride="carousel" data-bs-interval="5000">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicatorsTwo" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicatorsTwo" data-bs-slide-to="1" aria-label="Slide 2"></button>
<!-- <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button> -->
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="testimonial-wrapper">
<div class="row">
<div class="col-sm-12">
<img src="./images/doggy1.jpg" class="img-fluid">
</div>
<div class="username">
<h3>Harsh Bandral, Founder</h3>
<span>Jaswik Technology</span>
<p>"As the founder of this company, I'm immensely proud of our journey in providing top-notch IT services. Guided by a passion for innovation, we've empowered businesses to thrive in the digital age through bespoke IT solutions, fostering growth, and building lasting partnerships."</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-wrapper">
<div class="row">
<div class="col-sm-12">
<img src="./images/doggy2.jpg" class="img-fluid">
</div>
<div class="username">
<h3>Martin Johe, Co-Founder / CEO</h3>
<span>Fastcompany ltd.</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing 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>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicatorsTwo" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true">
<span class="ti-angle-left slider-icon"></span>
</span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicatorsTwo" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true">
<span class="ti-angle-right slider-icon"></span>
</span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- testimonails end-->
<!-- contact section start-->
<section id="contact">
<div class="contact">
<div class="container">
<div class="mb-5 text-center">
<h5>Lets Start a Conversation!</h5>
<h2 class="fw-bold">Contact Us</h2>
</div>
<div class="row">
<div class="col-lg-5 col-md-5 socials">
<h4 class="fw-bold">Contact Us</h4>
<ul class="info list-unstyled">
<li class="d-flex align-items-center">
<span><i class="fa-brands fa-square-instagram fa-beat pe-3 fs-5"></i></span>
<p><a href="https://www.instagram.com/jaswiktechnologysolutions/">https://www.instagram.com/jaswiktechnologysolutions/</a></p>
</li>
<li class="d-flex align-items-center">
<span><i class="fa-brands fa-square-facebook fa-beat pe-3 fs-5"></i></i></span>
<p><a href="https://www.facebook.com/jaswiktechnologiesindia/">https://www.facebook.com/jaswiktechnologiesindia/</a></p>
</li>
<li class="d-flex align-items-center">
<span><i class="fa-brands fa-square-twitter fa-beat pe-3 fs-5"></i></span>
<p><a href="https://twitter.com/jaswiktech">https://twitter.com/jaswiktech</a></p>
</li>
<li class="d-flex align-items-center">
<span><i class="fa-brands fa-linkedin fa-beat pe-3 fs-5"></i></span>
<p><a href="https://www.linkedin.com/in/jaswiktechnologies/">https://www.linkedin.com/in/jaswiktechnologies</a></p>
</li>
</ul>
</div>
<div class="col-lg-7 col-md-7 pt-lg-0 pt-md-0 pt-4 inputs">
<form>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" name="name" id="name" required placeholder="Your name">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" required placeholder="Email address">
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea type="text" class="textarea" name="message" cols="30" rows="4" id="message" required placeholder="Enter your message"></textarea>
</div>
</div>
<div class="col-md-12">
<button class="btn btn-success" type="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Scroll to top button -->
<button id="scrollToTopBtn"><i class="fa-solid fa-arrow-up fa-flip"></i></button>
</div>
</section>
<!-- contact section end-->
<!-- scroll back to top -->
<div id="scrollUp" title="Scroll To Top">
<a href="#home"><i class="fa-solid fa-arrow-up fa-flip" ></i></a>
</div>
<!-- scroll back to top -->
<!-- footer section start-->
<footer>
<div class="p-3 copyright">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6 p-1 p-lg-3 text-center text-lg-start">
<p class="my-0">Copyright © 2023<a href="#">Jaswik Technology</a>All Rights Reserved</p>
</div>
<div class="col-12 col-lg-6 p-1 p-lg-3 text-center text-lg-end">
<!-- <p class="my-0">Designed by<a href="#" target="_blank">Arif Akhtar</a>.</p> -->
</div>
</div>
</div>
</div>
</footer>
<!-- footer section end-->
</div>
<!-- container-fluid end-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>