-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
398 lines (380 loc) · 16.8 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About-iREACT</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Roboto+Mono:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="fonts/icomoon/style.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/jquery-ui.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/lightgallery.min.css" />
<link rel="stylesheet" href="css/bootstrap-datepicker.css" />
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css" />
<link rel="stylesheet" href="css/swiper.css" />
<link rel="stylesheet" href="css/aos.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-3" role="banner">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-6 col-xl-2" data-aos="fade-down">
<a href="index.html"
><img src="images/logo.png" width="80%" height="50"
/></a>
</div>
<div class="col-10 col-md-8 d-none d-xl-block" data-aos="fade-down">
<nav
class="site-navigation position-relative text-right text-lg-center"
role="navigation"
>
<ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li><a href="index.html">Home</a></li>
<li><a href="video.html">Videos</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="col-6 col-xl-2 text-right" data-aos="fade-down">
<div class="d-none d-xl-inline-block">
<ul
class="site-menu js-clone-nav ml-auto list-unstyled d-flex text-right mb-0"
data-class="social"
>
<li>
<a
target="_blank"
href="https://web.facebook.com/ireactlk"
class="pl-0 pr-3"
><span class="icon-facebook"></span
></a>
</li>
<li>
<a
target="_blank"
href="https://instagram.com/ireactlk?igshid=1ohcrt1u6qqx2"
class="pl-3 pr-3"
><span class="icon-instagram"></span
></a>
</li>
<li>
<a
target="_blank"
href="https://www.youtube.com/channel/UCMH1TPQcEKLWuH7aiRL-dKA"
class="pl-3 pr-3"
><span class="icon-youtube-play"></span
></a>
</li>
</ul>
</div>
<div
class="d-inline-block d-xl-none ml-md-0 mr-auto py-3"
style="position: relative; top: 3px"
>
<a
href="#"
class="site-menu-toggle js-menu-toggle text-white active"
><span class="icon-menu h3"></span
></a>
</div>
</div>
</div>
</div>
</header>
<div class="site-section" data-aos="fade">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7">
<div class="row mb-5">
<div class="col-12">
<h1 class="text-center" style="color: yellow">Who we are?</h1>
</div>
</div>
</div>
</div>
<div class="row mb-5">
<div class="col-md-12">
<p class="text-white text-justify" style="font-size: 22px">
We are a community of storytellers, story-mappers, and
change-makers who promote peacebuilding, and reconciliation
through positive messaging, and visual content to better
understand one and other communities in Sri Lanka in order to
react to hate speech, and false information that create violent
conflict, and ethnic tension.
</p>
<p class="text-white text-justify" style="font-size: 22px">
We are Tamil, Sinhala, Muslim, Hindu, Christian, and Islam
celebrating the diversity stand together to react to hate speech
towards individuals or groups.
</p>
<p class="text-white text-justify" style="font-size: 22px">
We believe in togetherness, and enabling people to come together
as inter-ethnic inter-religious groups and to inspire them to
make collective decisions and drive them to action.
</p>
<p class="text-white text-justify" style="font-size: 22px">
This is a process working with social, cultural, structural
attitude, and behavioural changes, and we trust that it comes
with taking action to react with empathy.
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-7">
<div class="row mb-5">
<div class="col-12">
<h1 class="text-center" style="color: yellow">
What do we do?
</h1>
</div>
</div>
</div>
</div>
<div class="row mb-5">
<div class="col-md-12">
<p class="text-white text-justify" style="font-size: 22px">
Our mission to react to #HateSpeech that victimizes an
individual or group through exploring the untold story behind
it, and creates awareness, enlightening the individuals letting
the hate speech normalize.
</p>
<p class="text-white text-justify" style="font-size: 22px">
Our reaction to the hate speech aims to build #SocialCohesion
among the diverse communities of Sri Lanka through storytelling,
and story-mapping breaking the rituals to create innovation
momentum to nurture THE LEADERS for social cohesion.
</p>
<p class="text-white text-justify" style="font-size: 22px">
Empowerment through #CapacityBuilding training on social media
and digital peacebuilding to counteract hate speech, and to
produce positive contents that promote social cohesion.
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-7">
<div class="row mb-5">
<div class="col-12">
<h1 class="text-center" style="color: yellow">
Why do we do?
</h1>
</div>
</div>
</div>
</div>
<div class="row mb-5">
<div class="col-md-12">
<p class="text-white text-justify" style="font-size: 22px">
Around the world, hate is on the march.
</p>
<p class="text-white text-justify" style="font-size: 22px">
A menacing wave of intolerance and hate-based violence is
increasing across the globe, and Sri Lanka is no exception.
Sadly – and disturbingly – such vicious incidents are becoming
normalized which is a great wildfire.
</p>
<p class="text-white text-justify" style="font-size: 22px">
Sri Lanka engaged in 3 decades of war, and the armed conflict
ended in May 2009. Though, the people especially the children
and youth of Sri Lanka struggle to confront the post-war
memories and recover from collective trauma. Before, healing the
wounded memory, the Kandy Digana Incident, Easter Attack,
Covid19, and several hate speeches targeting religions, and
ethnicities were made even the disparities wider in Sri Lanka
and as a result created the ethnoreligious political divide.
</p>
<p class="text-white text-justify" style="font-size: 22px">
We need to treat hate speech as we treat every malicious act: by
condemning it, refusing to amplify it, countering it with the
truth, and encouraging the perpetrators to change their
behaviour.
</p>
<p class="text-white text-justify" style="font-size: 22px">
Now is the time to step up, and iREACT was born to counteract!
</p>
<p class="text-white text-justify" style="font-size: 22px">
Hatred is a danger to everyone – and so fighting it must be a
job for everyone. Together, we can put out the wildfire of hate
and uphold the values that bind us together as a single human
family.
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-7">
<div class="row mb-5">
<div class="col-12">
<h1 class="text-center" style="color: yellow">Our Team</h1>
</div>
</div>
</div>
</div>
<div class="row site-section">
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5">
<img
src="images/team/risha.jpg"
alt="Image"
class="img-fluid w-50 rounded-circle mb-4"
/>
<h4 class="text-white font-weight-light mb-4">
Rishanthini <br />
Kajenthirappirapa
</h4>
<p class="mb-4" style="margin-top: -5%">
Co-Founder & Team Leader
</p>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/rishanthini-kajenthirapirpa-5ba3b61aa/"
class="pl-0 pr-3"
><span style="color: yellow" class="icon-linkedin"></span
></a>
<a
target="_blank"
href="https://www.facebook.com/RishanthiniKajenthirappirapa/"
class="pl-3 pr-3"
><span style="color: yellow" class="icon-facebook"></span
></a>
<a
target="_blank"
href="https://www.instagram.com/rishanthini_/"
class="pl-3 pr-3"
><span style="color: yellow" class="icon-instagram"></span
></a>
</p>
</div>
<!-- <div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5">
<img src="images/team/basith.jpg" alt="Image" class="img-fluid w-50 rounded-circle mb-4">
<h4 class="text-white font-weight-light mb-4">Abdul Basith <br> Rafeekin</h4>
<p class="mb-4" style="margin-top: -5%;">Co-Founder and Storyteller</p>
<p>
<a target="_blank" href="https://www.linkedin.com/in/abdul-basith-rafeekin-9a7334192/ " class="pl-0 pr-3"><span style="color: yellow;" class="icon-linkedin"></span></a>
<a target="_blank" href="https://www.facebook.com/bazi620 " class="pl-3 pr-3"><span style="color: yellow;" class="icon-facebook"></span></a>
<a target="_blank" href="https://www.instagram.com/abdulbasith.info/" class="pl-3 pr-3"><span style="color: yellow;" class="icon-instagram"></span></a>
</p>
</div> -->
<!-- <div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5">
<img src="images/team/abi.jpg" alt="Image" class="img-fluid w-50 rounded-circle mb-4">
<h4 class="text-white font-weight-light mb-4">Abilajini <br> Seeralan</h4>
<p class="mb-4" style="margin-top: -5%;">Co-Founder & Community Manager</p>
<p>
<a target="_blank" href="https://www.linkedin.com/in/abilajini-seeralan-4827b41aa/ " class="pl-0 pr-3"><span style="color: yellow;" class="icon-linkedin"></span></a>
<a target="_blank" href="https://www.facebook.com/abi.arshiththa" class="pl-3 pr-3"><span style="color: yellow;" class="icon-facebook"></span></a>
<a target="_blank" href="https://www.instagram.com/abi_arshiththa/" class="pl-3 pr-3"><span style="color: yellow;" class="icon-instagram"></span></a>
</p>
</div> -->
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5">
<img
src="images/team/nafa.jpg"
alt="Image"
class="img-fluid w-50 rounded-circle mb-4"
/>
<h4 class="text-white font-weight-light mb-4">
Fathima Nafha <br />
Musthafa
</h4>
<p class="mb-4" style="margin-top: -5%">
Co-Founder & Social Media Manager
</p>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/nafha-musthafa-61257a1a7"
class="pl-0 pr-3"
><span style="color: yellow" class="icon-linkedin"></span
></a>
<a
target="_blank"
href="https://instagram.com/anown_walker_?igshid=10k87n422zj3a"
class="pl-3 pr-3"
><span style="color: yellow" class="icon-facebook"></span
></a>
<a
target="_blank"
href="https://www.facebook.com/zam.zath"
class="pl-3 pr-3"
><span style="color: yellow" class="icon-instagram"></span
></a>
</p>
</div>
</div>
</div>
</div>
<div class="footer py-4">
<div class="container-fluid text-center">
<p>
© Copyright iREACT Sri Lanka | All rights reserved | Co-created
by
<a
href="https://www.facebook.com/AI4Life-103388391920533/"
target="_blank"
>AI4Life</a
>
and
<a
href="https://www.linkedin.com/in/gunarakulan-gunaratnam-161119156/"
target="_blank"
>Gunarakulan</a
>
</p>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/picturefill.min.js"></script>
<script src="js/lightgallery-all.min.js"></script>
<script src="js/jquery.mousewheel.min.js"></script>
<script src="js/main.js"></script>
<script>
$(document).ready(function () {
$('#lightgallery').lightGallery();
});
</script>
<script async src="gtag/js_id_ua-23581568-13.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-23581568-13');
</script>
<script
defer
src="beacon.min.js"
data-cf-beacon='{"rayId":"6487d316ec6ffe0a","si":10,"version":"2021.4.0"}'
></script>
</body>
</html>