forked from SubhojeetDas1107/Samatva
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
633 lines (621 loc) · 38.2 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
<!DOCTYPE html>
<html>
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Samatva</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- font css -->
<link href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- Chatbot -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="css/chatbot.css">
</head>
<body>
<!-- Header starts -->
<div class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html"><img class="main_logo" src="images/logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="community/index.html">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://complaint-registeration-yt.vercel.app/">Complain</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Pathfinder/index.html">Path Finder</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">Chat</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<div class="login_bt">
<ul>
<li><a href="#"><span class="user_icon"><i class="fa fa-user" aria-hidden="true"></i></span>Login</a></li>
<li><a href="#"><i class="fa fa-search" aria-hidden="true"></i></a></li>
</ul>
</div>
</form>
</div>
</nav>
</div>
<!-- banner section start -->
<div class="banner_section layout_padding">
<div class="container-fluid">
<div id="banner_slider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-6">
<div class="banner_taital_main">
<h1 class="banner_taital">
<a href="#"><img src="https://readme-typing-svg.demolab.com?font=Roboto&weight=900&size=70&pause=1000&color=F7F7F7&multiline=true&width=900&height=100&lines=WE+PROVIDE+JUSTICE" alt="Typing SVG" /></a>
<a href="#"><img src="https://readme-typing-svg.demolab.com?font=Roboto&weight=900&size=70&pause=1000&color=F7F7F7&multiline=true&width=900&height=100&lines=TO+ALL+GENDER" alt="Typing SVG" /></a>
</h1>
<p class="banner_text">A complaint web app that utilizes blockchain technology to enable users to file complaints, provide evidence, and track the resolution of their complaints in a secure and transparent manner. It is designed to ensure the authenticity and integrity of the complaint data, prevent tampering, deletion of records and provide a decentralized environment for dispute resolution. Users can submit a complaint along with relevant documents and evidence, and track the progress of the complaint until it is resolved. Overall it can transform the complaint resolution process by making it more transparent, secure, and trustworthy.</p>
<div class="readmore_btn active"><a href="https://complaint-registeration-yt.vercel.app/">Complain</a></div>
<div class="started_bt"><a href="community/index.html">Community</a></div>
</div>
</div>
<div class="col-md-6">
<div class="banner_img"><img class="homepage_image" src="images/banner-img.png"></div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6">
<div class="banner_taital_main">
<h1 class="banner_taital"><a href="#"><img src="https://readme-typing-svg.demolab.com?font=Roboto&weight=900&size=70&pause=1000&color=F7F7F7&multiline=true&width=900&height=100&lines=POST+YOUR+STORIES" alt="Typing SVG" /></a>
<a href="#"><img src="https://readme-typing-svg.demolab.com?font=Roboto&weight=900&size=70&pause=1000&color=F7F7F7&multiline=true&width=900&height=100&lines=IN+OUR+COMMUNITY" alt="Typing SVG" /></a>
</h1>
<p class="banner_text">A web-based social media app for queries and blogs that allows users to share their experiences, seek support, and raise awareness about various forms of harassment and violence. The app is designed to provide a safe and anonymous space for users to share their stories, seek advice, and connect with other users. The anonymous posting feature allows users to share their experiences without fear of retaliation or stigma. Overall, a web-based social media app for queries and blogs against harassment or violence can help raise awareness, provide support, and empower users to take action against harassment and violence.</p>
<div class="readmore_btn active"><a href="community/index.html">Community</a></div>
<div class="started_bt"><a href="Pathfinder/index.html">PathFinder</a></div>
</div>
</div>
<div class="col-md-6">
<div class="banner_img"><img class="homepage_image" src="https://cdn-icons-png.flaticon.com/512/2170/2170765.png"></div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6">
<div class="banner_taital_main">
<h1 class="banner_taital">
<a href="#"><img src="https://readme-typing-svg.demolab.com?font=Roboto&weight=900&size=70&pause=1000&color=F7F7F7&multiline=true&width=900&height=100&lines=BE+SAFE" alt="Typing SVG" /></a>
<a href="#"><img src="https://readme-typing-svg.demolab.com?font=Roboto&weight=900&size=70&pause=1000&color=F7F7F7&multiline=true&width=900&height=100&lines=GET+THE+BEST+PATH" alt="Typing SVG" /></a>
</h1>
<p class="banner_text">Our PathFinder web app for women utilizes data on recent harassment cases to suggest the best and safest path for women to reach their destination. The app is designed to provide a personalized and secure travel experience for women by considering factors such as time of day, location, and recent incidents of harassment in the area. It uses machine learning algorithms and data analytics to analyze real-time data on harassment incidents in a particular area to suggest the safest route. The app can be useful for women who travel alone or in unfamiliar areas, as it can provide them with a sense of security and confidence.</p>
<div class="readmore_btn active"><a href="pathfinder/index.html">PathFinder</a></div>
<div class="started_bt"><a href="https://complaint-registeration-yt.vercel.app/">Complain</a></div>
</div>
</div>
<div class="col-md-6">
<div class="banner_img"><img class="homepage_image" src="https://cdn-icons-png.flaticon.com/512/8097/8097906.png"></div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#banner_slider" role="button" data-slide="prev">
<i class="fa fa-arrow-left"></i>
</a>
<a class="carousel-control-next" href="#banner_slider" role="button" data-slide="next">
<i class="fa fa-arrow-right"></i>
</a>
</div>
</div>
</div>
<!-- banner section end -->
</div>
<!-- header section end -->
<!-- box section start -->
<div class="container">
<div class="box_section">
<div class="online_box">
<div class="online_box_left">
<div class="online_box_main">
<div class="box_left">
<div class="right_arrow"><i class="fa fa-arrow-right"></i></div>
</div>
<div class="box_right">
<p class="book_text">Post your stories in</p>
<h4 class="appoinment_text">Community</h4>
</div>
</div>
</div>
<div class="online_box_left active">
<div class="online_box_main">
<div class="box_left">
<div class="right_arrow"><i class="fa fa-arrow-right"></i></div>
</div>
<div class="box_right">
<p class="book_text active">Stand against Violence</p>
<h4 class="appoinment_text active"> Complain</h4>
</div>
</div>
</div>
<div class="online_box_left">
<div class="online_box_main">
<div class="box_left">
<div class="right_arrow"><i class="fa fa-arrow-right"></i></div>
</div>
<div class="box_right">
<p class="book_text">Get the safest</p>
<h4 class="appoinment_text">Path</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- box section end -->
<!-- services section start -->
<div class="services_section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="studies_taital">WHAT WE PROVIDE</h1>
</div>
</div>
</div>
<div class="services_section_2">
<div id="main_slider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="service_box">
<div class="house_icon">
<img src="images/icon-1.png" class="image_1">
<img src="images/icon-4.png" class="image_2">
</div>
<h3 class="corporate_text">Friendly ChatBot</h3>
<p class="chunks_text">AI trained interactive chat bot support available 24/7 to provide the best possible solution</p>
<div class="readmore_button"><a href="#">ChatBot</a></div>
</div>
</div>
<div class="col-md-4">
<div class="service_box active">
<div class="house_icon">
<img src="images/icon-5.png" class="image_1">
<img src="images/icon-5.png" class="image_2">
</div>
<h3 class="corporate_text">24/7 legal support</h3>
<p class="chunks_text">Access to legal advocates and experts available all time using blockchain technology </p>
<div class="readmore_button active"><a href="https://complaint-registeration-yt.vercel.app/">Complain</a></div>
</div>
</div>
<div class="col-md-4">
<div class="service_box">
<div class="house_icon">
<img src="images/icon-3.png" class="image_1">
<img src="images/icon-6.png" class="image_2">
</div>
<h3 class="corporate_text">Active Community</h3>
<p class="chunks_text">Socialize with people from same community and see their posts, blogs and stories</p>
<div class="readmore_button"><a href="community/index.html">Community</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="service_box">
<div class="house_icon">
<img src="images/icon-1.png" class="image_1">
<img src="images/icon-4.png" class="image_2">
</div>
<h3 class="corporate_text">Smart Path Finder</h3>
<p class="chunks_text">An AI trained smart digital path tracker for safety based on previous and current news</p>
<div class="readmore_button"><a href="Pathfinder/index.html">Path Finder</a></div>
</div>
</div>
<div class="col-md-4">
<div class="service_box active">
<div class="house_icon">
<img src="images/icon-5.png" class="image_1">
<img src="images/icon-5.png" class="image_2">
</div>
<h3 class="corporate_text">Biasness checker</h3>
<p class="chunks_text">A Biasness checker policy to reduce consumer harms in posts, company, community</p>
<div class="readmore_button active"><a href="community/index.html">Community</a></div>
</div>
</div>
<div class="col-md-4">
<div class="service_box">
<div class="house_icon">
<img src="images/icon-3.png" class="image_1">
<img src="images/icon-6.png" class="image_2">
</div>
<h3 class="corporate_text">Data Collection</h3>
<p class="chunks_text">Report and submission of evidence via digital platform from anywhere in the world</p>
<div class="readmore_button"><a href="https://complaint-registeration-yt.vercel.app/">Complain</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#main_slider" role="button" data-slide="prev">
<i class="fa fa-arrow-left"></i>
</a>
<a class="carousel-control-next" href="#main_slider" role="button" data-slide="next">
<i class="fa fa-arrow-right"></i>
</a>
</div>
</div>
</div>
<!-- services section end -->
<!-- recent news section start -->
<div class="studies_section layout_padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="studies_taital">RECENT NEWS</h1>
</div>
</div>
<div class="studies_section_2">
<div class="row">
<div class="col-md-4">
<div class="hover01 column">
<figure><img src="images/img2.jpg"></figure>
</div>
<div class="studies_box">
<h3 class="introduction_text">Delhi Girl,7, Sexually Harassed By 60yrs Old Neighbour</h3>
</div>
<div class="read_bt"><a target="_blank" href="https://www.ndtv.com/delhi-news/delhi-girl-7-sexually-harassed-by-60-year-old-neighbour-cops-3851730">Full Story</a></div>
</div>
<div class="col-md-4">
<div class="hover01 column">
<figure><img src="images/img3.jpg"></figure>
</div>
<div class="studies_box">
<h3 class="introduction_text">at least 32 transgender people were killed in the protest</h3>
</div>
<div class="read_bt active"><a target="_blank" href="https://www.pbs.org/newshour/nation/report-says-at-least-32-transgender-people-were-killed-in-the-u-s-in-2022">Full Story</a></div>
</div>
<div class="col-md-4">
<div class="hover01 column">
<figure><img src="images/img1.jpeg"></figure>
</div>
<div class="studies_box">
<h3 class="introduction_text">College Principal Held For Sexually Harassing A Student</h3>
</div>
<div class="read_bt"><a target="_blank" href="https://timesofindia.indiatimes.com/city/chennai/college-principal-held-for-sexually-harassing-student/articleshow/98573669.cms">Full Story</a></div>
</div>
<div class="col-md-4">
<div class="hover01 column">
<figure><img src="https://static.toiimg.com/thumb/msid-98954363,imgsize-18028,width-400,resizemode-4/98954363.jpg"></figure>
</div>
<div class="studies_box">
<h3 class="introduction_text">Teen alleges sexual harassment by woman teacher in Thane</h3>
</div>
<div class="read_bt active"><a target="_blank" href="https://timesofindia.indiatimes.com/city/thane/teen-in-remand-alleges-sexual-harassment-by-woman-teacher-in-thane/articleshow/98954349.cms">Full Story</a></div>
</div>
<div class="col-md-4">
<div class="hover01 column">
<figure><img src="https://www.rksassociate.com/wp-content/uploads/2021/02/domestic-violence.jpg"></figure>
</div>
<div class="studies_box">
<h3 class="introduction_text">Woman found stabbed to death in domestic violence fatality</h3>
</div>
<div class="read_bt"><a target="_blank" href="https://www.timesofisrael.com/woman-found-stabbed-to-death-in-years-8th-domestic-violence-fatality/">Full Story</a></div>
</div>
<div class="col-md-4">
<div class="hover01 column">
<figure><img src="https://cdn.dnaindia.com/sites/default/files/styles/full/public/2020/04/26/903738-domestic-violence-newestest.jpg"></figure>
</div>
<div class="studies_box">
<h3 class="introduction_text">Goa woman complains against husband for assault and harrasment</h3>
</div>
<div class="read_bt active"><a target="_blank" href="https://www.heraldgoa.in/Goa/Dona-Paula-woman-files-plaint-against-husband-for-assault-and-harrasment/198496">Full Story</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- recent news section end -->
<!-- news section start -->
<div class="news_section layout_padding">
<div class="container">
<h1 class="news_taital">The Need for support</h1>
<div class="news_section_2">
<div class="news_box">
<div id="custom_slider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="news_img"><img src="images/news-img.png"></div>
</div>
<div class="carousel-item">
<div class="news_img"><img src="images/news-img.png"></div>
</div>
<div class="carousel-item">
<div class="news_img"><img src="images/news-img.png"></div>
</div>
</div>
<a class="carousel-control-next" href="#custom_slider" role="button" data-slide="next">
<i class="fa fa-arrow-right"></i>
</a>
</div>
<h2 class="does_taital">The need to stand against harassment and violence</h2>
<p class="dummy_text">Harassment and violence have become prevalent issues in society today, and it is crucial to stand against them. One of the main reasons is to protect the rights and dignity of individuals. Every person has the right to live and work in a safe environment, free from harassment and violence. Additionally, standing against harassment and violence helps promote equality and inclusion, particularly for marginalized groups such as women and minorities. Long-term harm caused by harassment and violence, including mental health issues and decreased productivity, can also be prevented by standing against these issues. Finally, standing against harassment and violence contributes to creating a safer and more stable society that benefits everyone. It requires a collective effort from individuals, communities, and institutions to create a culture of respect, support, and accountability, but it is essential for creating a more just, equitable, and compassionate world.</p>
</div>
</div>
</div>
</div>
<!-- news section end -->
<!-- about section start -->
<div class="about_section layout_padding">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about_img"><img src="images/about-img.png"></div>
</div>
<div class="col-md-6">
<div class="about_text_main">
<h1 class="about_taital">About Us</h1>
<p class="about_text">Samatva is a web based platform that provides justice to everyone irrespective of their gender or sexuality. Our target is to help individuals who have been socially bullied, harassed or have faced violence of any form by allowing them to share evidence of abuse and harassment, file a complaint by appealing a case in online mode and connecting them to legal experts/ advocates for 24/7 legal action and also they can seek for queries and can post stories, blogs in our community section. Victims can get answers to questions using our interactive chatbot and use our digital path tracing facility for safety purposes thereby creating a safe and healthy community.</p>
<div class="readmore_bt"><a href="#">Read More</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- about section end -->
<!-- Makers pov section start -->
<div class="customer_section layout_padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="customer_taital">FROM THE MAKERS</h1>
</div>
</div>
</div>
<div id="my_slider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="customer_section_2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="box_main">
<div class="customer_main">
<div class="customer_left">
<div class="customer_img"><img src="images/Swagata.png"></div>
</div>
<div class="customer_right">
<h3 class="customer_name">Swagata Das <span class="quick_icon"><img src="images/quick-icon.png"></span></h3>
<p class="enim_text">I have always felt that gender or sexuality is definitely an issue when it comes to justice but justice should be unbiased and should not be influenced by a person's gender, sexuality, race, caste or creed as justice cannot be denied to anyone.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="customer_section_2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="box_main">
<div class="customer_main">
<div class="customer_left">
<div class="customer_img"><img src="images/souvik.png"></div>
</div>
<div class="customer_right">
<h3 class="customer_name">Souvik Banerjee <span class="quick_icon"><img src="images/quick-icon.png"></span></h3>
<p class="enim_text">Everyone has a responsibility to prevent harassment and violence and to support those who have experienced it. By working together to create safe and respectful environments, we can help prevent these harmful behaviors and promote a more inclusive and equitable society.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="customer_section_2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="box_main">
<div class="customer_main">
<div class="customer_left">
<div class="customer_img"><img src="images/annana.png"></div>
</div>
<div class="customer_right">
<h3 class="customer_name">Annana Karmakar <span class="quick_icon"><img src="images/quick-icon.png"></span></h3>
<p class="enim_text">Harassment and violence are serious issues that can have devastating effects on individuals and society as a whole. Both are forms of abuse and can occur in various settings, including the workplace, schools, public spaces, and homes. They can affect anyone, regardless of their gender, age, race, or social status. It is important to take harassment and violence seriously and to speak out against them. Thus we are providing a platform where victims are supported and provided with resources to help them cope and recover from the trauma.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="customer_section_2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="box_main">
<div class="customer_main">
<div class="customer_left">
<div class="customer_img"><img src="images/subhojeet.png"></div>
</div>
<div class="customer_right">
<h3 class="customer_name">Subhojeet Das <span class="quick_icon"><img src="images/quick-icon.png"></span></h3>
<p class="enim_text">Harassment and violence are real serious issues that can have severe physical, emotional, and psychological consequences for victims. It can take many forms, including sexual harassment, verbal harassment, physical assault, domestic violence, and hate crimes. These behaviors can have a significant impact on individuals, communities, and society as a whole. It is crucial to address harassment and violence so to resolve this issue we made this platform.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#my_slider" role="button" data-slide="prev">
<i class="fa fa-arrow-left"></i>
</a>
<a class="carousel-control-next" href="#my_slider" role="button" data-slide="next">
<i class="fa fa-arrow-right"></i>
</a>
</div>
</div>
<!-- Makers pov section end -->
<!-- contact section start -->
<div class="contact_section layout_padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="contact_taital">Free Consulation</h1>
</div>
</div>
<div class="contact_section_2">
<div class="row">
<div class="col-md-12">
<div class="mail_section map_form_container">
<form action="">
<input type="text" class="mail_text" placeholder="Name" name="Name">
<input type="text" class="mail_text" placeholder="Phone Number" name="Phone Number">
<input type="text" class="mail_text" placeholder="Your Email" name="Your Email">
<textarea class="massage-bt" placeholder="Massage" rows="5" id="comment" name="Massage"></textarea>
<div class="send_bt active"><a href="#">Send Now</a></div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- contact section end -->
<!-- footer section start -->
<div class="footer_section layout_padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="location_text">
<ul>
<li>
<a href="#"><i class="fa fa-map-marker" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-phone" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
<div class="footer_logo">
<img class="footer_image" src="images/logo.png">
</div>
<div class="social_icon">
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Chatbot -->
<div class="chatbox-wrapper">
<div class="chatbox-toggle">
<i class='bx bx-message-dots'></i>
</div>
<div class="chatbox-message-wrapper">
<div class="chatbox-message-header">
<div class="chatbox-message-profile">
<img src="https://media.istockphoto.com/id/1319905086/vector/a-cute-smiling-robot-talking-to-a-chat-bot-vector-linear-illustration-icon-robot-assistant.webp?s=612x612&w=is&k=20&c=9aRUialETAjIC3eQmLhfMR4nRsZBtfMBTShPoMUIhR8=" alt="" class="chatbox-message-image">
<div>
<h4 class="chatbox-message-name">Chatbot</h4>
<p class="chatbox-message-status">online</p>
</div>
</div>
<div class="chatbox-message-dropdown">
<i class='bx bx-dots-vertical-rounded chatbox-message-dropdown-toggle'></i>
<ul class="chatbox-message-dropdown-menu">
<li>
<a href="#">Search</a>
</li>
<li>
<a href="#">Report</a>
</li>
</ul>
</div>
</div>
<div class="chatbox-message-content">
<h4 class="chatbox-message-no-message">Be the first one to say Hi!</h4>
</div>
<div class="chatbox-message-bottom">
<form action="#" class="chatbox-message-form">
<textarea rows="1" placeholder="Type message..." class="chatbox-message-input"></textarea>
<button type="submit" class="chatbox-message-submit"><i class='bx bx-send' ></i></button>
</form>
</div>
</div>
</div>
<!-- footer section end -->
<!-- copyright section start -->
<div class="copyright_section">
<div class="container">
<p class="copyright_text">2023 All Rights Reserved © <a href="https://github.com/SubhojeetDas1107/Samatva">Samatva</a></p>
</div>
</div>
<!-- copyright section end -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<script src="js/chatbot.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<!-- javascript -->
</body>
</html>