-
Notifications
You must be signed in to change notification settings - Fork 0
/
staff.html
704 lines (627 loc) · 39 KB
/
staff.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Team | ABWCI</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway: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/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-none d-lg-block">
<div class="container d-flex">
<div class="contact-info mr-auto">
<i class="icofont-envelope"></i><a href="mailto:info@abwci.com">info@abwci.com</a>
<i class="icofont-phone"></i> +91 99102 31328
</div>
<div class="social-links">
<a href="#" class="twitter"><i class="icofont-twitter"></i></a>
<a href="#" class="facebook"><i class="icofont-facebook"></i></a>
<a href="#" class="instagram"><i class="icofont-instagram"></i></a>
<a href="#" class="skype"><i class="icofont-skype"></i></a>
<a href="#" class="linkedin"><i class="icofont-linkedin"></i></i></a>
</div>
</div>
</section>
<!-- ======= NAVIGATION MENU ======= -->
<header id="header">
<div class="container d-flex">
<div class="logo mr-auto">
<a href="index.html"><img src="assets/img/logo2.png" style="padding-top: 4px;" alt=""
class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li class="drop-down"><a href="#">About Us</a>
<ul>
<li><a href="team.html">Team</a></li>
<li><a href="profiles.html">Board of Advisors</a></li>
</ul>
</li>
<li class="drop-down"><a href="#">Affiliates</a>
<ul>
<li><a href="chambers.html">Chambers</a></li>
<li><a href="profiles.html">Ambassadors</a></li>
</ul>
</li>
<li class="drop-down"><a href="opportunities.html">Opportunities</a>
<ul>
<li><a href="events.html">Events and Initiatives</a></li>
<li><a href="opportunities1.html">Women Oriented Policies</a></li>
<li><a href="opportunities1.html">International Opportunities</a></li>
<li><a href="opportunities1.html">Welfare Schemes for Women in India</a></li>
</ul>
</li>
<li><a href="membership.html">Membership</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<h2>Meet the ABWCI Team</h2>
<div class="global">
<h2><a href="team.html">Our Global Team</a></h2>
<h2 class="underline"><a href="staff.html">Staff</a></h2>
</div>
</div>
</section><!-- End Breadcrumbs -->
<style>
.global {
display: flex;
justify-content: center;
}
.underline {
text-decoration: underline;
}
.global h2 a {
font-size: 1.2rem;
margin-right: 2rem;
color: #002147;
}
</style>
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/updates/Parul Soni -ABWCI.png" alt=""
style="height: 186px; width: 186px; object-fit: cover;">
<h4>Parul Soni</h4>
<span>Founder-Director</span>
<p>
With over 24 years of experience, Parul has been instrumental in providing strategic
leadership to ...
</p>
<button type="button" class="btn btn-outline-secondary btn-sm mt-2" data-toggle="modal"
data-target="#parulModal"> Read More </button>
<div class="social">
<!-- <a href=""><i class="icofont-twitter"></i></a> -->
<!-- <a href=""><i class="icofont-facebook"></i></a> -->
<a href="mailto:parul.soni@abwci.org"><i class="icofont-envelope"></i></a>
<a href="https://www.linkedin.com/in/parul-soni-2bb58b1/"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<!--ParulModal-->
<div class="modal fade" id="parulModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><strong>Parul Soni</strong></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
With over 24 years of experience, Parul has been instrumental in providing strategic
leadership to large corporations internationally. He has driven major programs in
areas of cross-sectoral partnerships with inclusive community participation on
issues such as accountability, and social justice, using his rich and extensive
experience in Social development and CSR. He is currently the Co-founder and Global
Managing Partner at Thinkthrough Consulting and was previously a Partner at Ernst
and Young and the Global Co-leader for the not-for-profit organisation at Ernst and
Young India LLP (EY) and during his career, he lent his expertise and leadership to
various organisations and associations in India across the globe.
<ul>
<li>Doctoral Fellow, Masters in Economic Administration & Financial Management,
previously a Partner and the Global Co-leader for Not-for-profit
organizations in EY.</li>
<li>22 years of experience in providing strategic leadership to large
organizations at country and regional levels.</li>
<li>Started development consulting in KPMG to serve the not for profit market,
which led to professionalizing development consulting in South Asia.</li>
<li> many engagements on CSR with greater emphasis on Gender. Lately,
acknowledged as a Global Leader on CSR and Women Economic Empowerment.</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/v.png" alt="">
<h4>Vineti Janak Dutta</h4>
<span>Founder-Director</span>
<p>
With over 24 years of experience, Parul has been instrumental in providing strategic
leadership to ... </p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/updates/Shyamli Seth - ABWCI pic.png" alt="">
<h4>Shyamli Seth</h4>
<span>CEO</span>
<p>
Shyamli has previously worked in property / hotel management operations for over 19
years.</p>
<div class="social">
<button type="button" class="btn btn-outline-secondary btn-sm mt-2" data-toggle="modal"
data-target="#sethModal"> Read More </button>
<div class="social">
<a href="mailto:aanya.soni@abwci.org"><i class="icofont-envelope"></i></a>
<a href="https://www.linkedin.com/in/shyamli-seth-46002751/"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<!--SethModal-->
<div class="modal fade" id="sethModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><strong>Shyamli Seth</strong>
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Shyamli has previously worked in property / hotel management operations for over
19 years.<br><br>
Her education qualification is Bachelor of Arts in Economics Honours from
Jaipur, India and Hotel Management from Chicago, USA. <br><br>
Shyamli’s professional experience has been in property operations & hotel
operations. She has been a part of the pre-opening luxury projects in real
estate hospitality division in Lodha Group., and in hotels with Taj group &
Leela group. She has exposure working internationally in USA, and in major
cities in India namely Mumbai, Delhi, Gurgaon, Udaipur, Jaipur & Goa, where she
has set up the departments and ensured quality in all areas, technical or
service related.
<br><br>
Her operational expertise in property & hotel operations comprises of the
following areas - Front office, Housekeeping, Recreational facilities, Spa,
Security, Engineering, Food & Beverage, Club operations, Administration -
Procurement, Inventory Management, Maintaining & managing AMC’s & contracts for
operational & technical areas, Vendor Management, Vendor proposals, Lease
agreement for the tenants, tie-ups with various relocation companies, manpower
agreement, cafeteria vendor agreement, team management, & data base management.
She has also managed and conceptualized events, launches, food & beverage
promotional activities, guest speakers and networking activities.
<br><br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/subir.png" alt="">
<h4>Subir Moitra</h4>
<span>Chief Communications and Marketing Officer</span>
<p>
Subir is an experienced communications professional with over twenty-five years of
...
</p>
<button type="button" class="btn btn-outline-secondary btn-sm mt-2" data-toggle="modal"
data-target="#subirModal"> Read More </button>
<div class="social">
<a href="mailto:subir.moitra@abwci.org"><i class="icofont-envelope"></i></a>
<a href="https://www.linkedin.com/in/gaurav-bhargava-7952625/"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<!--SubirModal-->
<div class="modal fade" id="subirModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><strong>Subir Moitra </strong>
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Subir is an experienced communications professional with over twenty-five years
of experience in corporate Communications, strategic issue-based communications
and Crisis communications <br><br>
He has a strong track record of managing communications for Big4 professional
service firm, management consulting, Aviation and Infrastructure sector.<br><br>
He holds expertise in providing strategic communication strategy and
implementation and has worked with senior leadership to achieve corporate and
marketing strategies, build reputation to support strategic growth initiatives
and has implemented and managed critical corporate mandates<br><br>
He has also been responsible for setting up councils and operationalize CSR
campaigns for KPMG in India, United Technologies in India in a association with
United Ways and Pratt & Whitney<br><br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/updates/Gaurav Panday - ABWCI Pic.png" alt="">
<h4>Gaurav Panday</h4>
<span>Senior manager</span>
<p>
15+ years of experience with various organizations in managerial & entrepreneurial
roles.
</p>
<button type="button" class="btn btn-outline-secondary btn-sm mt-2" data-toggle="modal"
data-target="#gauravModal"> Read More </button>
<div class="social">
<a href="mailto:gaurav.panday@abwci.com"><i class="icofont-envelope"></i></a>
<a href="https://www.linkedin.com/in/gauravrpanday/"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<!--GauravModal-->
<div class="modal fade" id="gauravModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><strong>Gaurav Panday</strong>
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
15+ years of experience with various organizations in managerial &
entrepreneurial roles.<br><br>
At TTC, Gaurav has worked across South Asia on projects relating to education,
entrepreneurship, cross-border trade, tourism, social inclusion, digital
connectivity, regional cooperation, & women's economic empowerment.<br><br>
Previously, Gaurav’s entrepreneurial journey included the conceptualization &
operation of businesses in e-commerce, hospitality, retail, manufacturing,
agri-business, exports, & construction, while managing large teams, and engaging
diverse clients from around the world.<br><br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/updates/ABWCI Pic 2 .png" alt="">
<h4>Aanya Soni</h4>
<span>Chief Visionary</span>
<p>
Aanya Soni is an intern in the Marketing and communications department at TTC. She
recently </p>
<div class="social">
<button type="button" class="btn btn-outline-secondary btn-sm mt-2"
data-toggle="modal" data-target="#aanyaModal"> Read More </button><br>
<a href="aanya.soni@abwci.com"><i class="icofont-envelope"></i></a>
<a href="https://www.linkedin.com/in/aanya-soni-5596a11aa/"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<!--AanyaModal-->
<div class="modal fade" id="aanyaModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><strong>Aanya Soni</strong></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Aanya Soni is an intern in the Marketing and communications department at TTC.
She recently completed high school form Delhi Public School R.K. P.. She is also
the Chief Design officer for a startup called Manch for Sarpanch. She is
currently pursuing B.A. Hons in Philosophy at Gargi college, Delhi University.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/risheek.png" alt=""
style="width: 186px; height: 186px; object-fit: cover;">
<h4>Risheek Chakraborty</h4>
<span>Communications Consultant</span>
<p>
Risheek is a member of the Strategic Communications team at Thinkthrough Consulting
(TTC)...
<div class="social">
<button type="button" class="btn btn-outline-secondary btn-sm mt-2"
data-toggle="modal" data-target="#"> Read More </button><br>
<a href="aanya.soni@abwci.com"><i class="icofont-envelope"></i></a>
<a href="https://www.linkedin.com/in/aanya-soni-5596a11aa/"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/team-1.jpg" alt="">
<h4>Walter White</h4>
<span>Chief Executive Officer</span>
<p>
Magni qui quod omnis unde et eos fuga et exercitationem. Odio veritatis perspiciatis quaerat qui aut aut aut
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/team-2.jpg" alt="">
<h4>Sarah Jhinson</h4>
<span>Product Manager</span>
<p>
Repellat fugiat adipisci nemo illum nesciunt voluptas repellendus. In architecto rerum rerum temporibus
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/team-3.jpg" alt="">
<h4>William Anderson</h4>
<span>CTO</span>
<p>
Voluptas necessitatibus occaecati quia. Earum totam consequuntur qui porro et laborum toro des clara
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div> -->
<div class="row">
<!--AanyaModal-->
<div class="modal fade" id="aanyaModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><strong>Aanya Soni</strong></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Risheek is a member of the Strategic Communications team at Thinkthrough
Consulting (TTC).
He recently graduated from Ashoka University with a BA (Honours) in Economics
and a
Postgraduate Diploma in International Relations. Through the course of his
undergraduate
studies, he interned in fields such as Market Research, Consultancy, Data
Analysis and Content
Writing, thereby bringing a diverse range of skills to the ABWCI Team. On a
personal level,
Risheek’s passion lies in learning more about the importance of sustainability,
development, and
gender roles in the business environment.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/team-1.jpg" alt="">
<h4>Walter White</h4>
<span>Chief Executive Officer</span>
<p>
Magni qui quod omnis unde et eos fuga et exercitationem. Odio veritatis perspiciatis quaerat qui aut aut aut
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/team-2.jpg" alt="">
<h4>Sarah Jhinson</h4>
<span>Product Manager</span>
<p>
Repellat fugiat adipisci nemo illum nesciunt voluptas repellendus. In architecto rerum rerum temporibus
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/team-3.jpg" alt="">
<h4>William Anderson</h4>
<span>CTO</span>
<p>
Voluptas necessitatibus occaecati quia. Earum totam consequuntur qui porro et laborum toro des clara
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div> -->
<!-- </div> -->
</section><!-- End Team Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-newsletter">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h4>ABWCI Newsletter</h4>
<p>Want to stay updated about our work? Sign up for our newsletter here!</p>
</div>
<div class="col-lg-6">
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Membership</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About Us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Opportunities</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Affiliates</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Events and Initiatives</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact"></div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Building No. 30, 2nd Floor,<br>
Basant Lok Community Centre, <br>
Vasant Vihar, New Delhi <br>
India — 110057<br><br>
<strong>Phone:</strong> +91 98111 15280<br>
<strong>Email:</strong> info@abwci.org<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-info">
<h3>About ABWCI</h3>
<p>Association of Business-Women in Commerce & Industry (ABWCI) is an integrated platform
dedicated to the economic empowerment of women in business. </p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>ABWCI</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://theorangeyak.co/">The Orange Yak Co.</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>