-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
741 lines (685 loc) · 40.3 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
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
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
<head>
<title>Nexvosys</title>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<!-- favicon -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Stylesheets-->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Poppins:400,500,600%7CTeko:300,400,500%7CMaven+Pro:500">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css">
<!-- Swiper JS and CSS (meet the team) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css">
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<style>.ie-panel{display: none;background: #212121;padding: 10px 0;box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;position: relative;z-index: 1;} html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {display: block;}</style>
</head>
<body>
<div class="ie-panel"><a href="http://windows.microsoft.com/en-US/internet-explorer/"><img src="images/ie8-panel/warning_bar_0000_us.jpg" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a></div>
<div class="preloader">
<div class="preloader-body">
<div class="cssload-container"><span></span><span></span><span></span><span></span>
</div>
</div>
</div>
<div class="page">
<div id="home">
<!-- Page Header-->
<header class="section page-header">
<!-- Navbar-->
<div class="rd-navbar-wrap">
<nav class="rd-navbar rd-navbar-classic" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed" data-lg-layout="rd-navbar-static" data-lg-device-layout="rd-navbar-fixed" data-xl-layout="rd-navbar-static" data-xl-device-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static" data-xxl-device-layout="rd-navbar-static" data-lg-stick-up-offset="46px" data-xl-stick-up-offset="46px" data-xxl-stick-up-offset="46px" data-lg-stick-up="true" data-xl-stick-up="true" data-xxl-stick-up="true">
<div class="rd-navbar-main-outer">
<div class="rd-navbar-main">
<!-- Navbar Panel-->
<div class="rd-navbar-panel">
<!-- Navbar Toggle-->
<button class="rd-navbar-toggle" data-rd-navbar-toggle=".rd-navbar-nav-wrap"><span></span></button>
<!-- Navbar Brand-->
<div class="rd-navbar-brand"><a class="brand" href="index.html"><img src="images/logo 1.png" alt="" width="223" height="50"/></a></div>
</div>
<div class="rd-navbar-main-element">
<div class="rd-navbar-nav-wrap">
<!-- Navbar Share-->
<div class="rd-navbar-share fl-bigmug-line-share27" data-rd-navbar-toggle=".rd-navbar-share-list">
<ul class="list-inline rd-navbar-share-list">
<li class="rd-navbar-share-list-item"><a class="icon fa fa-facebook" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-twitter" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-google-plus" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-instagram" href="#"></a></li>
</ul>
</div>
<ul class="rd-navbar-nav">
<li class="rd-nav-item active"><a class="rd-nav-link" href="#home">Home</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="/service.html">Services</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="/projects.html">Projects</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="#team">Team</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="#news">News</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="#contacts">Contacts</a></li>
</ul>
<div class="rd-navbar-auth-buttons">
<a href="#" class="auth-button-signup button-ujaraks " onclick="showSignupModal()">Sign Up</a>
<a href="#" class="auth-button-login" onclick="showloginModal()">Log In</a>
</div>
<!-- auth form -->
<!-- Signup Modal -->
<div id="signupModal" class="modal">
<div class="modal-content">
<span class="close" onclick="closeSignupModal()">×</span>
<h2>Sign Up</h2>
<input type="text" id="signup-name" placeholder="Username" required>
<input type="email" id="signup-email" placeholder="Email" required>
<input type="password" id="signup-password" placeholder="Create Password" required>
<!-- Terms and conditions checkbox -->
<label class="terms-label">
<input type="checkbox" id="termsCheckbox" required> By creating an account, you agree to our
<a href="#" class="terms-link">terms and conditions</a>.
</label>
<button type="submit" class="auth-button-submit ">Create Account</button>
</div>
</div>
<!-- Login Modal -->
<div id="loginModal" class="modal">
<div class="modal-content">
<span class="close" onclick="closeloginModal('loginModal')">×</span>
<h2>Log In</h2>
<form id="loginForm">
<input type="text" id="login-username" placeholder="Email/Username" required>
<input type="password" id="login-password" placeholder="Password" required>
<a href="#" onclick="forgotPassword()" style="color: #6689FF; display: block; margin-top: 5px; margin-bottom: 5px;">Forgot Password?</a>
<button type="submit" class="auth-button-submit">Log In</button>
</form>
<!-- Login Credentials Section -->
<div class="login-credentials-section">
<h3>Login Credentials</h3>
<div class="login-options">
<button class="login-option" id="adminLogin">Admin Login</button>
<button class="login-option" id="developerLogin">Developer Login</button>
<button class="login-option" id="clientLogin">Client Login</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- Swiper-->
<section class="section swiper-container swiper-slider swiper-slider-classic" data-loop="true" data-autoplay="4859" data-simulate-touch="true" data-direction="vertical" data-nav="false">
<div class="swiper-wrapper text-center">
<div class="swiper-slide">
<video autoplay muted loop class="video-bg">
<source src="/images/office.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="video-overlay"></div> <!-- White shadow overlay -->
<div class="swiper-slide-caption section-md text-black">
<div class="container">
<h2 data-caption-animate="fadeInLeft" data-caption-delay="0" style="color: white;">One Solution for All Your Digital Needs</h2>
<p class="text-width-large" data-caption-animate="fadeInRight" data-caption-delay="100">Nexvosys brings all your digital solutions—web development, app development, design, and marketing—under one roof. Simplify your workflow with our comprehensive services, tailored to help your business grow.</p>
<a class="button cta-button button-ujaraks" href="#modalCta" data-toggle="modal" data-caption-animate="fadeInUp" data-caption-delay="200">Get in touch</a>
</div>
</div>
</div>
<!-- Video slide with white overlay -->
<div class="swiper-slide">
<video autoplay muted loop class="video-bg">
<source src="/images/webvid.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="video-overlay"></div> <!-- White shadow overlay -->
<div class="swiper-slide-caption section-md text-black">
<div class="container">
<h2 data-caption-animate="fadeInLeft" data-caption-delay="0" style="color: white;">Full-Stack Web and App Development</h2>
<p class="text-width-large" data-caption-animate="fadeInRight" data-caption-delay="100">Nexvosys specializes in creating powerful websites and mobile apps, providing seamless user experiences that drive engagement and growth. Your one-stop solution for web and app development excellence.</p>
<a class="button cta-button button-ujaraks" href="#modalCta" data-toggle="modal" data-caption-animate="fadeInUp" data-caption-delay="200">Get in touch</a>
</div>
</div>
</div>
<div class="swiper-slide">
<video autoplay muted loop class="video-bg">
<source src="/images/dmvid.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="video-overlay"></div> <!-- White shadow overlay -->
<div class="swiper-slide-caption section-md text-black">
<div class="container">
<h2 data-caption-animate="fadeInLeft" data-caption-delay="0" style="color: white;">Elevate Your Brand with Expert Marketing</h2>
<p class="text-width-large" data-caption-animate="fadeInRight" data-caption-delay="100">At Nexvosys, we create stunning graphic designs and user-friendly UI/UX experiences, ensuring your brand stands out and engages your audience effectively.</p>
<a class="button cta-button button-ujaraks" href="#modalCta" data-toggle="modal" data-caption-animate="fadeInUp" data-caption-delay="200">Get in touch</a>
</div>
</div>
</div>
</div>
<!-- Swiper Pagination-->
<div class="swiper-pagination__module">
<div class="swiper-pagination__fraction"><span class="swiper-pagination__fraction-index">00</span><span class="swiper-pagination__fraction-divider">/</span><span class="swiper-pagination__fraction-count">00</span></div>
<div class="swiper-pagination__divider"></div>
<div class="swiper-pagination"></div>
</div>
</section>
</div>
<!-- what we offer-->
<section class="section section-sm section-first bg-default text-center" id="services">
<div class="container">
<div class="row row-30 justify-content-center">
<div class="col-md-7 col-lg-5 col-xl-6 text-lg-left wow fadeInUp whatweoffer"><img src="images/whatweoffer.jpg" alt="" width="415" height="592"/>
</div>
<div class="col-lg-7 col-xl-6">
<div class="row row-30">
<div class="col-sm-6 wow fadeInRight">
<article class="box-icon-modern box-icon-modern-custom">
<div>
<h3 class="box-icon-modern-big-title">What We Offer</h3>
<div class="box-icon-modern-decor"></div><a class="button button-primary button-ujarak" href="/service.html">View All Services</a>
</div>
</article>
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-delay=".1s">
<article class="box-icon-modern box-icon-modern-2">
<div class="box-icon-modern-icon linearicons-laptop-phone"></div>
<h5 class="box-icon-modern-title"><a href="#">Full-Stack Web &<br>App Development</a></h5>
<div class="box-icon-modern-decor"></div>
<p class="box-icon-modern-text">Comprehensive development for responsive websites and mobile apps.</p>
</article>
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-delay=".2s">
<article class="box-icon-modern box-icon-modern-2">
<div class="box-icon-modern-icon linearicons-magic-wand"></div>
<h5 class="box-icon-modern-title"><a href="#">Web & Ui/Ux Design<br>Graphics Design</a></h5>
<div class="box-icon-modern-decor"></div>
<p class="box-icon-modern-text">Intuitive UI/UX and engaging graphics for enhanced user experience.</p>
</article>
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-delay=".3s">
<article class="box-icon-modern box-icon-modern-2">
<div class="box-icon-modern-icon linearicons-chart-bars"></div>
<h5 class="box-icon-modern-title"><a href="#">Digital Marketing<br></a></h5>
<div class="box-icon-modern-decor"></div>
<p class="box-icon-modern-text">Comprehensive digital marketing strategies using SEO, content marketing, and social media to increase online visibility and drive customer engagement.</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Cta banner-->
<section class="section section-fluid bg-default">
<div class="parallax-container" data-parallax-img="images/1770x550.jpg">
<div class="parallax-content section-xl context-dark bg-overlay-68 bg-mobile-overlay">
<div class="container">
<div class="row row-30 justify-content-end text-right" style="text-align: left;">
<div class="col-sm-7">
<h3 class="wow fadeInLeft">Let's Develop Your Next Great App!</h3>
<p>Need a custom software solution? Our expert team designs apps that enhance efficiency, improve user experience, and align with your business goals. Let's build your next great app together!</p>
<div class="group-sm group-middle group justify-content-end" style="justify-content: flex-end;">
<a class="button cta-button button-white-outline button-ujaraks" href="#modalCta" data-toggle="modal">Get in Touch</a>
<a class="button cta-button button-white-outline button-ujaraks" href="#">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Latest Projects-->
<!-- All in one place-->
<section class="section section-sm bg-default">
<div class="container">
<div class="row row-30 row-xl-24 justify-content-center align-items-center align-items-lg-start text-left">
<div class="col-md-6 col-lg-5 col-xl-4 text-center"><a class="text-img" href="#">
<div id="particles-js"></div><span class="counter">01</span></a></div>
<div class="col-sm-8 col-md-6 col-lg-5 col-xl-4">
<div class="text-width-extra-small offset-top-lg-24 wow fadeInUp">
<h3 class="title-decoration-lines-left">Comprehensive IT Solutions, All in One Place</h3>
<p class="text-gray-500">Offering a full spectrum of IT solutions in one place, from web development to digital marketing, tailored for your growth.</p><a class="button button-secondary button-pipaluk" href="#">Get in touch</a>
</div>
</div>
<div class="col-sm-10 col-md-8 col-lg-6 col-xl-4 wow fadeInRight" data-wow-delay=".1s">
<div class="row justify-content-center border-2-column offset-top-xl-26">
<div class="col-9 col-sm-6">
<div class="counter-amy">
<h6 class="counter-amy-title" >Comprehensive IT Solutions</h6>
<p class="text-gray-500">We offer a range of IT services, from web development to marketing
</p>
</div>
</div>
<div class="col-9 col-sm-6">
<div class="counter-amy">
<h6 class="counter-amy-title">Client-Centric Approach</h6>
<p class="text-gray-500">Our team collaborates closely with clients to tailor solutions that meet unique needs </p>
</div>
</div>
<div class="col-9 col-sm-6">
<div class="counter-amy">
<h6 class="counter-amy-title">Innovative Designs</h6>
<p class="text-gray-500">
We create visually appealing and user-friendly interfaces that enhance engagement </p>
</div>
</div>
<div class="col-9 col-sm-6">
<div class="counter-amy">
<h6 class="counter-amy-title">Fast-Track Deployment</h6>
<p class="text-gray-500">
We deliver quality solutions quickly while remaining flexible to feedback.</p>
</div>
</div>
</div>
</div>
<!-- company logo -->
</div>
</div>
</section>
<!-- Meet The Team-->
<section class="section section-sm section-fluid bg-default" id="team">
<div class="container-fluid">
<h2>Meet The Team</h2>
<div class="team-slider swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="team-member">
<article class="team-classic team-classic-lg">
<a class="team-classic-figure" href="#">
<img src="images/team/p2.jpg" alt="Joyant Sheikhar" width="420" height="424"/>
</a>
<div class="team-classic-caption">
<h4 class="team-classic-name"><a href="#">Abid Shahriar</a></h4>
<p class="team-classic-status">Front-end Developer</p>
</div>
</article>
</div>
</div>
<div class="swiper-slide">
<div class="team-member">
<article class="team-classic team-classic-lg">
<a class="team-classic-figure" href="#">
<img src="images/team/p3.jpg" alt="Sahid Ahmed" width="420" height="424"/>
</a>
<div class="team-classic-caption">
<h4 class="team-classic-name"><a href="#">Sahid Ahmed</a></h4>
<p class="team-classic-status">Full Stack Developer</p>
</div>
</article>
</div>
</div>
<div class="swiper-slide">
<div class="team-member">
<article class="team-classic team-classic-lg">
<a class="team-classic-figure" href="#">
<img src="images/team/p1.jpg" alt="Joyant Sheikhar" width="420" height="424"/>
</a>
<div class="team-classic-caption">
<h4 class="team-classic-name"><a href="#">Joyant Sheikhar</a></h4>
<p class="team-classic-status">Software Developer</p>
</div>
</article>
</div>
</div>
<div class="swiper-slide">
<div class="team-member">
<article class="team-classic team-classic-lg">
<a class="team-classic-figure" href="#">
<img src="images/team/p4.jpg" alt="Navid Z. Khan" width="420" height="424"/>
</a>
<div class="team-classic-caption">
<h4 class="team-classic-name"><a href="#">Navid Z. Khan</a></h4>
<p class="team-classic-status">Back-end Developer</p>
</div>
</article>
</div>
</div>
<div class="swiper-slide">
<div class="team-member">
<article class="team-classic team-classic-lg">
<a class="team-classic-figure" href="#">
<img src="images/team/p5.jpg" alt="New Member" width="420" height="424"/>
</a>
<div class="team-classic-caption">
<h4 class="team-classic-name"><a href="#">Mahbuba Khanom</a></h4>
<p class="team-classic-status">Designer</p>
</div>
</article>
</div>
</div>
<div class="swiper-slide">
<div class="team-member">
<article class="team-classic team-classic-lg">
<a class="team-classic-figure" href="#">
<img src="images/team/p6.jpg" alt="New Member" width="420" height="424"/>
</a>
<div class="team-classic-caption">
<h4 class="team-classic-name"><a href="#">Sadman Sakib Khan</a></h4>
<p class="team-classic-status">Business Analyst</p>
</div>
</article>
</div>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Navigation -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
</section>
<script>
const swiper = new Swiper('.team-slider', {
slidesPerView: 1, // Default to show 1 slide on mobile
spaceBetween: 30,
loop: true, // Enable loop mode
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
breakpoints: {
640: {
slidesPerView: 1, // Show 1 slide on small devices
},
768: {
slidesPerView: 2, // Show 2 slides on medium devices
},
1024: {
slidesPerView: 3, // Show 3 slides on larger devices
},
1280: {
slidesPerView: 4, // Show 4 slides on larger devices
},
1600: {
slidesPerView: 5, // Show 5 slides on very large devices
},
1920: {
slidesPerView: 6, // Show 6 slides on extra large devices
},
}
});
</script>
<!-- get more with us -->
<!-- Pricing-->
<section class="section section-sm section-bottom-70 section-fluid bg-default">
<div class="container">
<h2>Pricing</h2>
<div class="row row-30 justify-content-center">
<div class="col-md-6 col-lg-5 col-xl-4">
<div class="box-pricing box-pricing-black">
<div class="box-pricing-body">
<h5 class="box-pricing-title">WEB DEVELOPMENT</h5>
<h3 class="box-pricing-price">$55</h3>
<div class="box-pricing-time">starting at</div>
<div class="box-pricing-divider">
<div class="divider"></div><span>WEB DEVELOPMENT</span>
</div>
<ul class="box-pricing-list">
<li class="active">Front-end and back-end development</li>
<li class="active">Responsive design</li>
<li class="active">Database integration</li>
<li class="active">Custom website design</li>
<li class="">Post-launch support</li>
</ul>
</div>
<div class="box-pricing-button"><a class="button button-lg button-block button-gray-4" href="#">Get started</a></div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-xl-4">
<div class="box-pricing box-pricing-black box-pricing-popular">
<div class="box-pricing-body">
<h5 class="box-pricing-title">UI/UX WEB DESIGN</h5>
<h3 class="box-pricing-price">$30</h3>
<div class="box-pricing-time">starting at</div>
<div class="box-pricing-divider">
<div class="divider"></div><span>UI/UX WEB DESIGN</span>
</div>
<ul class="box-pricing-list">
<li class="active">UI wireframing</li>
<li class="active">UX research & design</li>
<li class="active"> Responsive testing</li>
<li class="active">Prototyping & interaction design</li>
<li> Advanced animation</li>
</ul>
</div>
<div class="box-pricing-button"><a class="button button-lg button-block button-primary" href="#">Get started</a></div>
<div class="box-pricing-badge">popular</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-xl-4">
<div class="box-pricing box-pricing-black">
<div class="box-pricing-body">
<h5 class="box-pricing-title">DIGITAL MARKETING</h5>
<h3 class="box-pricing-price">$40</h3>
<div class="box-pricing-time">starting at</div>
<div class="box-pricing-divider">
<div class="divider"></div><span>DIGITAL MARKETING</span>
</div>
<ul class="box-pricing-list">
<li class="active"> Marketing strategy development</li>
<li class="active"> Social media branding</li>
<li class="active"> Content marketing</li>
<li class="active">SEO optimization</li>
<li class="">Analytics & reporting</li>
</ul>
</div>
<div class="box-pricing-button"><a class="button button-lg button-block button-gray-4" href="#">Get started</a></div>
</div>
</div>
</div>
</div>
</section>
<!-- What people Say-->
<section class="section section-sm section-bottom-70 section-fluid bg-default">
<div class="container-fluid">
<h2>What people Say</h2>
<div class="row row-50 row-sm">
<div class="col-md-6 col-xl-4 wow fadeInRight">
<!-- Quote Modern-->
<article class="quote-modern quote-modern-custom">
<div class="unit unit-spacing-md align-items-center">
<div class="unit-left"><a class="quote-modern-figure" href="#"><img class="img-circles" src="images/akib.jpg" alt="" width="75" height="75"/></a></div>
<div class="unit-body">
<h4 class="quote-modern-cite"><a href="#">Masudul Hasan Akib</a></h4>
<p class="quote-modern-status">Regular client</p>
</div>
</div>
<div class="quote-modern-text">
<p class="q">Nexvosys developed a mobile app for my fitness business, and the experience was fantastic! Their team truly understood my vision and delivered an intuitive, user-friendly app. The design and functionality exceeded my expectations, making it easy for my clients to engage with my services. I'm very pleased with the results and the smooth collaboration.</p>
</div>
</article>
</div>
<div class="col-md-6 col-xl-4 wow fadeInRight" data-wow-delay=".1s">
<!-- Quote Modern-->
<article class="quote-modern quote-modern-custom">
<div class="unit unit-spacing-md align-items-center">
<div class="unit-left"><a class="quote-modern-figure" href="#"><img class="img-circles" src="images/didar.jpg" alt="" width="75" height="75"/></a></div>
<div class="unit-body">
<h4 class="quote-modern-cite"><a href="#">Jibran Masum Didar</a></h4>
<p class="quote-modern-status">Regular client</p>
</div>
</div>
<div class="quote-modern-text">
<p class="q">Nexvosys exceeded our expectations! From concept to execution, their team delivered a highly professional website that truly represents our brand. They were responsive and collaborative throughout the process
</p>
</div>
</article>
</div>
<div class="col-md-6 col-xl-4 wow fadeInRight" data-wow-delay=".2s">
<!-- Quote Modern-->
<article class="quote-modern quote-modern-custom">
<div class="unit unit-spacing-md align-items-center">
<div class="unit-left"><a class="quote-modern-figure" href="#"><img class="img-circles" src="images/mehrab.jpg" alt="" width="75" height="75"/></a></div>
<div class="unit-body">
<h4 class="quote-modern-cite"><a href="#">Mehrab Hasan</a></h4>
<p class="quote-modern-status">Regular client</p>
</div>
</div>
<div class="quote-modern-text">
<p class="q">I used Nexvosys for digital marketing services, and their strategies have really boosted my brand's online presence. They helped us with SEO, social media, and targeted campaigns, which significantly increased our traffic and conversions. Their expertise and dedication were clear throughout, and I’ve seen impressive growth in engagement and sales. Highly recommend their services!</p>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Latest blog posts-->
<section class="section section-sm bg-default" id="news">
<div class="container">
<h2>Latest blog posts</h2>
<div class="row row-45">
<div class="col-sm-6 col-lg-4 wow fadeInLeft">
<!-- Post Modern-->
<article class="post post-modern"><a class="post-modern-figure" href="#"><img src="images/bp1.jpg" alt="" width="370" height="307"/>
<div class="post-modern-time">
<time datetime="2019-07-04"><span class="post-modern-time-month">07</span><span class="post-modern-time-number">04</span></time>
</div></a>
<h4 class="post-modern-title"><a href="#">Maximizing Your Online Presence Effectively</a></h4>
<p class="post-modern-text">Discover strategies to enhance your brand’s visibility in the digital landscape. This post explores effective techniques in SEO, content marketing, and social media to drive traffic and engagement....</p>
</article>
</div>
<div class="col-sm-6 col-lg-4 wow fadeInLeft" data-wow-delay=".1s">
<!-- Post Modern-->
<article class="post post-modern"><a class="post-modern-figure" href="#"><img src="images/bp2.jpg" alt="" width="370" height="307"/>
<div class="post-modern-time">
<time datetime="2019-07-17"><span class="post-modern-time-month">07</span><span class="post-modern-time-number">17</span></time>
</div></a>
<h4 class="post-modern-title"><a href="#">The Future of Mobile App Development </a></h4>
<p class="post-modern-text">Dive into the latest trends in mobile app development. Learn about emerging technologies, user experience design, and best practices to create impactful apps that stand out in the crowded marketplace....</p>
</article>
</div>
<div class="col-sm-6 col-lg-4 wow fadeInLeft" data-wow-delay=".2s">
<!-- Post Modern-->
<article class="post post-modern"><a class="post-modern-figure" href="#"><img src="images/bp3.jpg" alt="" width="370" height="307"/>
<div class="post-modern-time">
<time datetime="2019-07-22"><span class="post-modern-time-month">07</span><span class="post-modern-time-number">22</span></time>
</div></a>
<h4 class="post-modern-title"><a href="#">Understanding Digital Marketing Metrics</a></h4>
<p class="post-modern-text">Unlock the power of data! This article discusses essential metrics for measuring digital marketing success. Find out how to analyze your performance and make informed decisions to optimize your campaigns....</p>
</article>
</div>
</div>
</div>
</section>
<!-- Contact information-->
<!-- Contact Form-->
<section class="section section-sm section-last bg-default text-left" id="contacts">
<div class="container">
<article class="title-classic">
<div class="title-classic-title">
<h3>Get in touch</h3>
</div>
<div class="title-classic-text">
<p>If you have any questions, just fill in the contact form, and we will answer you shortly.</p>
</div>
</article>
<form class="rd-form rd-form-variant-2 rd-mailform" data-form-output="form-output-global" data-form-type="contact" method="post" action="bat/rd-mailform.php">
<div class="row row-14 gutters-14">
<div class="col-md-4">
<div class="form-wrap">
<input class="form-input" id="contact-your-name-2" type="text" name="name" data-constraints="@Required">
<label class="form-label" for="contact-your-name-2">Your Name</label>
</div>
</div>
<div class="col-md-4">
<div class="form-wrap">
<input class="form-input" id="contact-email-2" type="email" name="email" data-constraints="@Email @Required">
<label class="form-label" for="contact-email-2">E-mail</label>
</div>
</div>
<div class="col-md-4">
<div class="form-wrap">
<input class="form-input" id="contact-phone-2" type="text" name="phone" data-constraints="@Numeric">
<label class="form-label" for="contact-phone-2">Phone</label>
</div>
</div>
<div class="col-12">
<div class="form-wrap">
<label class="form-label" for="contact-message-2">Message</label>
<textarea class="form-input textarea-lg" id="contact-message-2" name="message" data-constraints="@Required"></textarea>
</div>
</div>
</div>
<button class="button button-primary button-pipaluk" type="submit">Send Message</button>
</form>
</div>
</section>
<!-- Google Map-->
<section class="section section-fluid">
<!-- Google Map-->
<section class="section">
<div class="google-map-container">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d29186.929067276935!2d90.35768836869276!3d23.876632229375538!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c5d05e7074dd%3A0xd1c58803049f00c7!2sUttara%2C%20Dhaka!5e0!3m2!1sen!2sbd!4v1729518131010!5m2!1sen!2sbd"
width="83%"
height="450"
style="border:0;"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</section>
</section>
<!-- Page Footer-->
<footer>
<div class="footer-container">
<div class="footer-section">
<h2><b>NEXVOSYS</b></h2>
<p>#12 Road 4, Uttara, Dhaka</p>
<p>+012 345 67890</p>
<p>service@nexvosys.com</p>
<div class="social-icons">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="footer-section">
<h3>Services</h3>
<ul class="link-animated">
<li><a href="#"> Web Development</a></li>
<li><a href="#"> App Development</a></li>
<li><a href="#"> Graphic Design</a></li>
<li><a href="#"> Digital Marketing</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul class="link-animated">
<li><a href="#"> - About Us</a></li>
<li><a href="#"> Contact Us</a></li>
<li><a href="#"> Our Services</a></li>
<li><a href="#"> Privacy Policy</a></li>
</ul>
</div>
<div>
<h3 style="color: #ffffff; font-size: 20px; padding-top: 13px;">Newsletter</h3>
<p style="padding-bottom: 10px;">Subscribe for the latest updates and offers!</p>
<div class="" style="max-width: 300px; display: flex; height: 42px; background-color: #ffffff; border-radius: 5px;">
<input class="form-control bg-transparent" type="text" placeholder="Your email" style="margin-top: 1px;">
<button type="button" class="btnsub py-2 position-absolute " style="margin-left: 300px; margin-top: 0;">Subscribe</button>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Nexvosys. All rights reserved.</p>
</div>
</footer>
</div>
<!-- Global Mailform Output-->
<div class="snackbars" id="form-output-global"></div>
<!-- Javascript-->
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
<script src="js/login.js"></script>
</body>
</html>