-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
384 lines (271 loc) · 16.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en">
<head>
<title>Abusa - Team 404</title>
<link rel="icon" type="image/x-icon" href="images/AbusaLogo.svg" />
<!--
DIGITAL TREND
https://templatemo.com/tm-538-digital-trend
-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/templatemo-digital-trend.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- MENU BAR -->
<nav class="navbar navbar-expand-lg fixed">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/AbusaLogo.svg"
style="width:18mm;
height:auto;
padding:8px;">
Abusa
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#about" class="nav-link smoothScroll">About</a>
</li>
<li class="nav-item">
<a href="#features" class="nav-link smoothScroll">Features</a>
</li>
<li class="nav-item">
<a href="#team" class="nav-link">Team</a>
</li>
<li class="nav-item">
<a href="#download" class="nav-link">Download</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- HERO -->
<section class="hero hero-bg d-flex justify-content-center align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-10 col-12 d-flex flex-column justify-content-center align-items-center">
<div class="hero-text">
<h1 class="text-white" data-aos="fade-up">Tired of abusive comments?</h1>
<a href="#contact" class="custom-btn btn-bg btn mt-3" data-aos="fade-up" data-aos-delay="100">Find out more!</a>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="hero-image" data-aos="fade-up" data-aos-delay="300">
<img src="images/sofia.png" class="img-fluid" alt="sad girl">
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section class="about section-padding pb-0" id="about">
<div class="container">
<div class="row">
<div class="col-lg-7 mx-auto col-md-10 col-12">
<div class="about-info">
<h2 class="mb-4" data-aos="fade-up">We have got <strong>what you need</strong> right here !</h2>
<p class="mb-0" data-aos="fade-up">Abusa is a browser extension based on AI model to flag and delete the offensive words.
<br><br>By enabling our extension, you can simply submit any type of text, it instantly responds with the <strong> moderation details</strong>. Any objectionable content found will be flagged and described to help you <strong>block, modify or review it.</strong></p>
</div>
<div class="about-image" data-aos="fade-up" data-aos-delay="200">
<img src="images/social-networking.png" class="img-fluid" alt="social-networking">
</div>
</div>
</div>
</div>
</section>
<!-- FEATURES -->
<section class="project section-padding" id="features">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-12">
<h2 class="mb-5 text-center" data-aos="fade-up">
Please take a look through our
<strong>features</strong>
</h2>
<div class="owl-carousel owl-theme" id="project-slide">
<div class="item project-wrapper" data-aos="fade-up" data-aos-delay="100">
<img src="images/features/easy.png" class="img-fluid" alt="project image">
<div class="project-info">
<h3>Easy to install</h3>
<small>Our extension is very easy to install and use.</small>
</div>
</div>
<div class="item project-wrapper" data-aos="fade-up">
<img src="images/features/flag.png" class="img-fluid" alt="project image">
<div class="project-info">
<h3>Flag and Delete Content</h3>
<small>Abusa will flag and delete the detected abusive words.</small>
</div>
</div>
<div class="item project-wrapper" data-aos="fade-up">
<img src="images/features/ai.png" class="img-fluid" alt="project image">
<div class="project-info">
<h3>Artificial Intelligence</h3>
<small>Abusa is based on AI model for Scanning and Acting upon the detection of bad words.</small>
</div>
</div>
<div class="item project-wrapper" data-aos="fade-up">
<img src="images/features/report.png" class="img-fluid" alt="project image">
<div class="project-info">
<h3>Report Generation</h3>
<small>Report of bad words found.</small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Download section-->
<section class="about section-padding pb-0" id="download">
<div class="container">
<div class="row">
<div class="col-lg-7 mx-auto col-md-10 col-12">
<div class="about-info">
<h2 class="mb-4" data-aos="fade-up">Download <strong> Abusa- browser extension</strong> for text moderation</h2>
<p class="mb-0" data-aos="fade-up">It is free and easy to use.</p>
<br><br>It would be great if you leave a <strong>feedback</strong> for us too.</p>
</div>
<div class="about-image" data-aos="fade-up" data-aos-delay="200">
<img src="images/download-extension.png" class="img-fluid" alt="downloadIllustration">
<p class="text-center">Click below!</p>
<a class="nav-link contact btn btn-light btn-xl button-bg" href="https://github.com/utkarsha-dev/Abusa/archive/main.zip" target="_self">Download Now! <i class="fas fa-cloud-download-alt fa-lg"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- team -->
<section class="testimonial section-padding" id="team">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-5 col-12">
<div class="contact-image" data-aos="fade-up">
<img src="images/myteam.png" class="img-fluid" alt="website">
</div>
</div>
<div class="col-lg-6 col-md-7 col-12">
<h4 class="dark" data-aos="fade-up" data-aos-delay="100"><b>Team 404</b></h4>
<div class="quote" data-aos="fade-up" data-aos-delay="200"></div>
<!--Grid row-->
<div class="row text-center">
<!--Grid column-->
<div class="col-md-4 mb-2">
<img class="rounded-circle z-depth-2 pic teamimage" alt="Arushi Jain" src="images/Arushi.jpeg"
data-holder-rendered="true">
<strong> Arushi Jain</strong>
<br>
<small> (Backend Developer)</small>
<br>
<a href="https://github.com/Arushi0302" target="_blank"><img src="images/github.svg" class="icons"></a>
<a href="mailto:arushi.jain2018@vitbhopal.ac.in"><img src="images/mail.svg" class="icons"></a>
<a href="https://www.linkedin.com/in/arushi-jain-684543190/" target="_blank"><img src="images/linkedin.svg" class="icons"></a>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 mb-2">
<img class="rounded-circle z-depth-2 pic teamimage" alt="Utkarsha" src="images/Utkarsha.jpg"
data-holder-rendered="true">
<strong> Utkarsha</strong>
<br>
<small> (Project Manager)</small>
<br>
<a href="https://github.com/utkarsha-dev" target="_blank"><img src="images/github.svg" class="icons"></a>
<a href="mailto:utkarsha.2018@vitbhopal.ac.in"><img src="images/mail.svg" class="icons"></a>
<a href="https://www.linkedin.com/in/utkarsha-utkarsha0207/" target="_blank"><img src="images/linkedin.svg" class="icons"></a>
</div>
<!--Grid column-->
<div class="col-md-4 mb-2">
<img class="rounded-circle z-depth-2 pic teamimage" alt="Yuvansh Joshi" src="images/yuvansh.jpg"
data-holder-rendered="true">
<strong> Yuvansh Joshi</strong>
<br>
<small> (Extension Development)</small>
<br>
<a href="https://github.com/yjcodes" target="_blank"><img src="images/github.svg" class="icons"></a>
<a href="mailto:yuvansh.joshi2018@vitbhopal.ac.in"><img src="images/mail.svg" class="icons"></a>
<a href="https://www.linkedin.com/in/yuvansh-joshi-yj/" target="_blank"><img src="images/linkedin.svg" class="icons"></a>
</div>
<!--Grid column-->
<div class="col-md-4 mb-2">
<img class="rounded-circle z-depth-2 pic teamimage" alt="Anindita Mishra" src="images/anindita.jpg"
data-holder-rendered="true">
<strong> Anindita Mishra</strong>
<br>
<small> (Tester)</small>
<br>
<a href="https://github.com/anindita02" target="_blank"><img src="images/github.svg" class="icons"></a>
<a href="mailto:anindita.mishra2018@vitbhopal.ac.in"><img src="images/mail.svg" class="icons"></a>
<a href="https://www.linkedin.com/in/anindita-mishra-6922801a1/" target="_blank"><img src="images/linkedin.svg" class="icons"></a>
</div>
<!--Grid column-->
<div class="col-md-4 mb-2">
<img class="rounded-circle z-depth-2 pic teamimage" alt="Krati Chordia" src="images/krati.jpg"
data-holder-rendered="true">
<strong> Krati Chordia</strong>
<br>
<small> (Dataset & Content)</small>
<br>
<a href="https://github.com/kratichordia" target="_blank"><img src="images/github.svg" class="icons"></a>
<a href="mailto:krati.chordia2018@vitbhopal.ac.in"><img src="images/mail.svg" class="icons"></a>
<a href="https://www.linkedin.com/in/kratichordia/" target="_blank"><img src="images/linkedin.svg" class="icons"></a>
</div>
</div>
<!--Grid row-->
</div>
</div>
</div>
</section>
<footer class="site-footer" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-5 mx-lg-auto col-md-8 col-10">
<h1 class="text-white" data-aos="fade-up" data-aos-delay="100"> Reach out <strong>to us.</strong></h1>
<br>
<p> 2021 © Abusa</p>
<br>
</div>
<div class="col-lg-3 col-md-6 col-12" data-aos="fade-up" data-aos-delay="200">
<h4 class="text-white">Contact <strong>Info</strong></h4>
<p>
<a href="https://mail.google.com/">
<i class="fa fa-envelope mr-2 footer-icon"></i>
teamabusa@gmail.com
</a>
</p>
</div>
<div class="col-lg-4 mx-lg-auto text-center col-md-8 col-12" data-aos="fade-up" data-aos-delay="400"></div>
<p class="copyright-text centralise">
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>