-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
741 lines (619 loc) · 35.8 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 lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>TechCo.</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="images/logo.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="templates/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Bootslander
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo ">
<h1><a class=" text-dark" href="index.html"><span>TechCo.</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav id="navbar" class="navbar " >
<ul>
<li ><a class="nav-link scrollto active text-dark " href="#hero">Home</a></li>
<li><a class="nav-link scrollto text-dark " href="#about">About</a></li>
<li><a class="nav-link scrollto text-dark" href="#features">Features</a></li>
<li><a class="nav-link scrollto text-dark " href="#gallery">Gallery</a></li>
<li><a class="nav-link scrollto text-dark " href="#team">Team</a></li>
<li><a class="nav-link scrollto text-dark " href="/todo">Todo</a></li>
<li><a class="nav-link scrollto text-dark " href="#contact">Contact</a></li>
<li><a class="nav-link scrollto text-dark " href="/signup">Sign in</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-7 pt-5 pt-lg-0 order-2 order-lg-1 d-flex align-items-center ">
<div data-aos="zoom-out">
<h1 class="text-dark">Unlocking Brilliance And With Empowering Innovation <span class="text-dark">TaskSync</span></h1>
<h2 class="text-dark">We are team of talented designers making websites with Bootstrap</h2>
<div class="text-center text-lg-start">
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="col-lg-4 order-1 order-lg-2 hero-img" data-aos="zoom-out" data-aos-delay="300">
<img src="images/logo.png" class="img-fluid animated" alt="img" height="500px" width="500px">
</div>
</div>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#fff">
</g>
</svg>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container-fluid">
<div class="row">
<div class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch" data-aos="fade-right">
<img src="assets/img/about.png" alt="img" class="img-fluid">
</div>
<div class="col-xl-7 col-lg-6 icon-boxes d-flex flex-column align-items-stretch justify-content-center py-5 px-lg-5" data-aos="fade-left">
<h3>Welcome to TechSync.</h3>
<p>At TechSync, we are passionate about empowering businesses with cutting-edge management solutions that synchronize every aspect of their operations. Our journey began in 2000, and since then, we have been committed to transforming businesses into well-oiled machines, optimizing their processes, and enhancing overall efficiency.</p>
<ul>
<li><i class="bi bi-check-circle"></i> TechSync equips you with the necessary tools to stay ahead in today's fast-paced and dynamic business landscape.</li>
<li><i class="bi bi-check-circle"></i>TechSync is fueled by a team of dedicated experts who are at the forefront of the management software industry. </li>
<li><i class="bi bi-check-circle"></i> At TechSync, we understand that one size does not fit all. That's why our management solutions are highly customizable, catering to businesses of all sizes and industries. </li>
<li><i class="bi bi-check-circle"></i> Harness the power of real-time data analytics and reporting to make informed decisions and drive your business forward. </li>
</ul>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Features</h2>
</div>
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 d-flex flex-column align-items-lg-center">
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-receipt"></i>
<h4>Integrated Task Management Platform</h4>
<p>Invest in an advanced task management platform that centralizes all tasks, projects, and deadlines in one place. This platform should allow for easy task assignment, priority setting, and progress tracking. Look for features
such as task dependencies, notifications, and integrations with other tools the company uses.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-cube-alt"></i>
<h4>Task Categorization and Tagging</h4>
<p>Introduce a system for categorizing tasks based on project type, urgency, and department. Additionally, encourage team members to use tags for better organization and quick filtering of tasks</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-images"></i>
<h4>Clear Task Ownership and Deadlines</h4>
<p>Clearly assign tasks to specific team members, ensuring that each task has a designated owner responsible for its completion. Set realistic deadlines and avoid overloading any individual team member</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-shield"></i>
<h4>Encourage Collaboration and Knowledge Sharing</h4>
<p> Foster a culture of collaboration and knowledge sharing among team members. Use the task management platform to share best practices, resources, and expertise</p>
</div>
</div>
<div class="image col-lg-6 order-1 order-lg-2 " data-aos="zoom-in" data-aos-delay="100">
<img src="assets1/img/features.svg" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- End Features Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container">
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="232" data-purecounter-duration="1" class="purecounter"></span>
<p>Clients</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="521" data-purecounter-duration="1" class="purecounter"></span>
<p>Projects</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span>
<p>Hours Of Support</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="15" data-purecounter-duration="1" class="purecounter"></span>
<p>Hard Workers</p>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Details Section ======= -->
<section id="details" class="details">
<div class="container">
<div class="row content">
<div class="col-md-4" data-aos="fade-right">
<img src="assets/img/details-1.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-4" data-aos="fade-up">
<h3>Integrated Task Management Platform</h3>
<p class="fst-italic">
Invest in an advanced task management platform that centralizes all tasks, projects, and deadlines in one place. This platform should allow for easy task assignment, priority setting, and progress tracking.
</p>
<ul>
<li><i class="bi bi-check"></i> Task Creation and Assignment</li>
<li><i class="bi bi-check"></i> Real-Time Task Tracking</li>
<li><i class="bi bi-check"></i> Priority and Deadline Management</li>
<li><i class="bi bi-check"></i> Collaborative Task Comments</li>
<li><i class="bi bi-check"></i> File Sharing and Document Management</li>
</ul>
<p>
TechSync's Integrated Task Management Platform is your key to streamlining operations, fostering collaboration, and achieving optimal project efficiency. Experience the future of task management with TechSync and unlock your team's true potential.
</p>
</div>
</div>
<<div class="row content">
<div class="col-md-4 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/details-2.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5 order-2 order-md-1" data-aos="fade-up">
<h3>Task Categorization and Tagging</h3>
<p class="fst-italic">
Task Categorization and Tagging features are essential components of project management and task organization systems. These features allow companies like TechSYnc to efficiently manage tasks, projects, and workflows, improving productivity and collaboration among team members. Here's a breakdown of how these features might be implemented for TechSYnc:
</p>
<p>
Establish a clear and consistent set of task categories that align with the company's objectives and project types. This will help ensure that tasks are properly classified and easily identifiable.
</p>
<p>
Provide training and guidelines on how to categorize and tag tasks effectively. Ensure that all team members understand the importance of accurate categorization and its impact on project management.
</p>
<p>
Encourage the use of descriptive tags that convey specific information about the task, such as project name, priority level, or the team responsible. This will aid in easy searching and filtering of tasks.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-4" data-aos="fade-right">
<img src="assets/img/details-3.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5" data-aos="fade-up">
<h3>Clear Task Ownership and Deadlines</h3>
<p>Clearly assign tasks to specific team members, ensuring that each task has a designated owner responsible for its completion. Set realistic deadlines and avoid overloading any individual team member.
<ul>
<li><i class="bi bi-check"></i> Empower team leaders to decide, resolve conflicts, and ensure accountability.</li>
<li><i class="bi bi-check"></i> Implement a priority system to differentiate between urgent and non-urgent tasks.</li>
<li><i class="bi bi-check"></i> Conduct periodic reviews to assess the progress of ongoing projects.</li>
</ul>
<p>
Qui consequatur temporibus. Enim et corporis sit sunt harum praesentium suscipit ut voluptatem. Et nihil magni debitis consequatur est.
</p>
<p>
Suscipit enim et. Ut optio esse quidem quam reiciendis esse odit excepturi. Vel dolores rerum soluta explicabo vel fugiat eum non.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-4 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/details-4.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5 order-2 order-md-1" data-aos="fade-up">
<h3>Encourage Collaboration and Knowledge Sharing</h3>
<p class="fst-italic">
Fostering a culture of collaboration and knowledge sharing among team members is crucial for promoting innovation, problem-solving, and overall team effectiveness within TechCo. By utilizing a task management platform as a central hub for sharing best
practices, resources, and expertise, the company can facilitate seamless communication and information exchange
</p>
<ul>
<li><i class="bi bi-check"></i> Task Management Platform Implementation</li>
<li><i class="bi bi-check"></i> Encouraging Open Communication</li>
<li><i class="bi bi-check"></i> Task Discussions and Comments</li>
</ul>
</div>
</div>
</div>
</section><!-- End Details Section -->
<!-- ======= GALLERY Section ======= -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2><strong>Gallery</strong></h2>
<h5 style="color: black;">Welcome to TechCO. cutting-edge gallery, where innovation and creativity converge. Immerse yourself in the captivating world of groundbreaking technologies, visionary designs, and transformative solutions that shape tomorrow's possibilities. Discover the future today!
</h5>
</div>
<section class="container">
<div class="container">
<div id="carouselExampleAutoplaying" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-aos-delay="50">
<img src="images/confident-business-team-with-leader_1098-3228.avif" class="d-block w-100 " alt="img">
</div>
<div class="carousel-item" data-aos-delay="50">
<img src="images/man-using-tablet-work-connect-with-others_23-2149369110.avif" class="d-block w-100 " alt="...">
</div>
<div class="carousel-item">
<img src="images/modern-equipped-computer-lab_23-2149241263.avif" class="d-block w-100 " alt="...">
</div>
</div>
<div class="button" data-aos-delay="50">
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleAutoplaying" 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="#carouselExampleAutoplaying" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</section>
<!-- End GALLERY Section -->
<!-- ======= Pricing Section ======= -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">
<div class="container">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Rahul Sharma</h3>
<h4>Software Engineer & Developer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
This to-do list website has truly simplified my life. From the moment I started using it, I found the interface to be incredibly intuitive. Adding tasks is a breeze, and the drag-and-drop functionality for rearranging tasks and lists is a game-changer. I appreciate the clean design, which keeps the focus on what matters most - getting things done!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Priya Patel</h3>
<h4>Data Scientist & Analyst</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
An impressive aspect is the synchronization across devices. I can access my to-do lists from my phone, tablet, or computer, keeping me on track no matter where I am. Plus, the website's speed and responsiveness make the whole experience seamless and enjoyable.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Ayesha Singh</h3>
<h4>Product Manager</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Overall, I highly recommend this to-do list website to anyone seeking a straightforward and effective task management solution. Its user-friendly interface, reminders, and multi-device accessibility make it a must-have tool for boosting productivity.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Arjun Gupta</h3>
<h4>IT Support Specialist</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I've been using this to-do list website for a while now, and it continues to impress me with its versatility and customization options. Whether I need a simple task list for everyday errands or a comprehensive project planner, this website delivers on all fronts.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>Rohan Desai</h3>
<h4>IT Consultant</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Team</h2>
<p>Our Great Team</p>
</div>
<div class="row" data-aos="fade-left">
<div class="col-lg-3 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="images/maitray.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Maitray Bhat</h4>
<span>Chief Executive Officer</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="member" data-aos="zoom-in" data-aos-delay="200">
<div class="pic"><img src="images/ananya.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Aanya Chauhan</h4>
<span>Product Manager</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="member" data-aos="zoom-in" data-aos-delay="300">
<div class="pic"><img src="images/gurpeet.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4> Mohak Jain </h4>
<span>CTO</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="member" data-aos="zoom-in" data-aos-delay="400">
<div class="pic"><img src="images/ishita.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Ishita Kapoor</h4>
<span>Accountant</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>F.A.Q</h2>
<p>Frequently Asked Questions</p>
</div>
<div class="faq-list">
<ul>
<li data-aos="fade-up">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-1">What is TechSync, and what does it do? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-1" class="collapse show" data-bs-parent=".faq-list">
<p>
TechSync is an advanced tech management tool designed to streamline project management, task organization, and collaboration for tech teams. It helps teams efficiently manage projects, tasks, and workflows in a centralized platform, enhancing productivity and communication.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-2" class="collapsed">What are the key features of TechSync?<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-2" class="collapse" data-bs-parent=".faq-list">
<p>
TechSync offers a range of powerful features, including task categorization and tagging, real-time collaboration, customizable workflows, project timelines, resource allocation, file sharing, integration with popular productivity tools, and insightful analytics for data-driven decision-making.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-3" class="collapsed">How does TechSync support collaboration among team members? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-bs-parent=".faq-list">
<p>
TechSync promotes seamless collaboration through real-time updates and notifications, shared task boards, discussion threads, and the ability to assign tasks to specific team members. It ensures everyone is on the same page and fosters effective teamwork.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-4" class="collapsed">Can I customize workflows to match our team's unique processes? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-4" class="collapse" data-bs-parent=".faq-list">
<p>
Absolutely! TechSync allows you to create custom workflows tailored to your team's specific needs. Whether it's Agile, Scrum, Kanban, or a hybrid approach, you can easily configure workflows that align with your project management methodologies.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-5" class="collapsed">Is TechSync compatible with other tools we are using?<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-5" class="collapse" data-bs-parent=".faq-list">
<p>
Yes, TechSync integrates with a wide range of popular productivity and communication tools, such as Slack, Jira, Trello, Google Workspace, and more. This ensures a seamless flow of information between different platforms, enhancing your team's efficiency
</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- End F.A.Q Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>Contact Us</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right" data-aos-delay="100">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Amity Noida, Uttar Pradesh</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>Techco.gmail.com</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+91 9898 999 888</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0" data-aos="fade-left" data-aos-delay="200">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3 class="text-dark">Tech.Co</h3>
<p class="pb-3 text-dark"><em>Welcome to TaskSync</em></p>
<p class="text-dark">
Amity Noida <br>
Uttar Pradesh, India<br><br>
<strong class="text-dark" >Phone:</strong> +91 9898 999 888<br>
<strong class="text-dark" >Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3" >
<a href="#" class="twitter"><i class="bx bxl-twitter text-dark"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook text-dark"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram text-dark"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype text-dark"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin text-dark"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4 class="text-dark">Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Home</a></li>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">About us</a></li>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Services</a></li>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Terms of service</a></li>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4 class="text-dark">Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Web Design</a></li>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Web Development</a></li>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Product Management</a></li>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Marketing</a></li>
<li><i class="bx bx-chevron-right text-dark"></i> <a href="#" class="text-dark">Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter text-dark">
<h4 class="text-dark">Our Newsletter</h4>
<p class="text-dark">Get Daily Updates</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container text-dark">
<div class="copyright text-dark">
© Copyright <strong><span>TechCo.</span></strong>. All Rights Reserved
</div>
<div class="credits text-dark">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/ -->
Designed by <a href="https://ais.amity.edu/noida/" target="_blank">Human_typo</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>