-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccomplishments.html
495 lines (413 loc) · 25.3 KB
/
accomplishments.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
<!DOCTYPE html>
<html lang="en" class="no-js" >
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Accomplishments</title>
<link rel="icon" href="av-assets/imgg/l.png" sizes="16x16">
<meta property="og:title" content="Mahmudul H. Nayeem">
<meta property="og:type" content="website">
<meta property="og:url" content="http://www.nayeem.cf">
<meta property="og:image" content="av-assets/imgg/ww.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@480&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@480&display=swap" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-34590577-4', 'auto');
ga('send', 'pageview');
</script>
<!-- Bundled vendor CSS files -->
<link href="av-assets/css/vendor.dd98eeee80a47afcbe55.bundle.css" rel="stylesheet">
<link href="av-assets/css/talk.css" rel="stylesheet">
<link href="av-assets/css/acoomplishments.css" rel="stylesheet">
<!-- Our compiled and merged Sass files -->
<link href="av-assets/css/app.ee7641cdc24bc970ef95.bundle.css" rel="stylesheet">
<!--
Replace "no-js" class with "js" in case JavaScript is available.
You can delete this when you feel the need to make use of modernizr
-->
<script src="/path/to/jquery.min.js"></script>
<script src="/path/to/jquery.gotop.min.js"></script>
<script src="index.js"></script>
<script>(function(h){h.className = h.className.replace('no-js', 'js')})(document.documentElement)</script>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory. -->
<!-- Place anything custom after this. But put JS to the end of body. -->
</head>
<body class="example" style="background-color: black">
<div>
<div id="button" class="navbar-brand" style="position: fixed; right: 5%; bottom: 10%; z-index: 1">
<a class="my-btn-top navbar-brand" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" class="btn on-link" href="#talk" style="font-size: 12px;font-family: 'Quicksand', sans-serif; width: 150px; height: auto;margin-bottom: 120px; margin-left: 0px; border-radius: 20px; padding: 10px 15px;"><i class="fa fa-long-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#talk" style=""><img src="av-assets/imgg/log.png"></a>
<div id="nav-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02" >
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link navbar-brand" href="index.html">
<i class="fa fa-home" aria-hidden="true">Home</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link navbar-brand" href="#champion">
<i class="fa fa-microphone" aria-hidden="true">Champion</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link navbar-brand" href="#process">
<i class="fa fa-microphone" aria-hidden="true">Stories</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link navbar-brand" href="#talks">
<i class="fa fa-flask" aria-hidden="true">Talks</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">
<i class="fa fa-connectdevelop" aria-hidden="true">Contact</i>
</a>
</li>
</ul>
</div>
<div class="headerr">
<div class="progresss-container">
<div class="progresss-bar" id="myBar"></div>
</div>
</div>
</div>
</nav>
<div id="talk" style="margin-top: 50px; background-color: black; width: 100%; height: 100vh;">
<div class="container" >
<div class="row">
<div class="col">
<h1 style="font-family: 'Quicksand', sans-serif; margin-bottom: 10px; word-spacing:1px; letter-spacing: -3px;">All You Need is Fire Inside<br><span>No One Can Stop You!</span>
</h1>
<div style="display: flex; flex-direction: column; justify-content: flex-start;">
<p style="color: white;margin: 0px;margin-top: 0px; padding-left: 0px; font-size: 14px; text-align: left; width: 70%; margin-bottom: 20px; font-family: 'Quicksand', sans-serif;">
"Keep away from those who try to belittle your ambitions. Small people always do that, but the really great make you believe that you too can become great."
</p>
</div>
<a class="my-btn-trans" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="480" class="btn on-link" data-toggle="collapse" href="#blog1" role="button" aria-expanded="false" aria-controls="multiCollapseExample1" style="font-size: 12px;font-family: 'Quicksand', sans-serif; padding-left: 0px; width: 150px; height: auto;margin-bottom: 120px; margin-left: 0px; border-radius: 20px; padding: 10px 15px;">Recognitions </a>
<a class="my-btn-trans" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="480" class="btn on-link" data-toggle="collapse" href="#blog2" role="button" aria-expanded="false" aria-controls="multiCollapseExample1" style="font-size: 12px;font-family: 'Quicksand', sans-serif; width: 150px; height: auto;margin-bottom: 120px; margin-left: 0px; border-radius: 20px; padding: 10px 15px;">Recent Projects </a>
</p>
<div class="row" style="margin: 50px 0px;">
<div class="col">
<div class="collapse multi-collapse" id="blog1">
<div class="card card-body" style="background-color: black; color: white; font-size: 12px; text-align: left;">
1. Champion at Gp-Pre Accelerator 2019 <br>
2. Top 10 Initiative Around The Globe, Millennium Ocean Prize 2020 <br>
3. Top 20 Startups of Bangladesh at Banglalink IT Incubator 2018 <br>
4. Top 15 Startups, Microsoft Young Bangla Internship Program 2018 <br>
5. Finalist, Microsoft Azure Virtual Hackathon 2020 <br>
6. Finalist, New Normal Hackathon 2020 <br>
7. Participant, MIT Solve 2020(On Going) <br>
8. Business Delegation, BPO Summit 2018 <br>
</div>
</div>
</div>
<div class="col">
<div class="collapse multi-collapse" id="blog2">
<div class="card card-body" style="background-color: black; color: white; font-size: 12px; text-align: left;">
<a href="https://youth.digital/hackathon/index.php">1. New Normal Virtual Hackathon For Healthcare Startups 2020 (On Going) </a>
<a href="https://www.millenniumoceans.org/">2. Millenium Ocean 2020, Finalist (On Going)</a>
3. The Children Prize 2020 <a href="http://www.childrensprize.org/the-prize/">3. The Children Prize 2020 </a>
<a href="https://www.msazurevirtualhack.com/"> 4. Microsoft Azure Virtual Hackathon 2020</a>
<a href="https://solve.mit.edu/challenges/maternal-and-newborn-health/solutions/30998"> 5. Mit Solve 2020 </a>
<a href="st.youthop.com/write2fight/?fbclid=IwAR3SbvLlOaPAwG3YVXoU7K3h4TbCU1WUubzOrzAceGZMGW9R8BA8mJG5Gso">6. IPDC Youth Opportunity National Writing Competition 2020 </a>
<a href="https://youth.digital/startkoro/">7. Start Koro Startup Bootcamp 2020</a>
<a href="http://digitalkhichuribd.org/"> 8. Digital Khichuri 2020 (Pending Result)</a>
<a href="peace.or.jp/en/work/essay-contest/">9. Goi Peace Foundation Writing Competition 2020 (Pending Result)</a>
Kindly Click on The Event For More Details And Keep Eye on Website For Future Updates And Status. Thank You!
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="arrow-container">
<a class="arrow-link navbar-brand" href="#process">
<p style="font-size: 10px;font-family: 'Quicksand', sans-serif;
">Discover</p>
<div class="arrow">
<ul>
<li></li>
<li></li>
</ul>
</div>
</a>
</div>
</div>
<div id="champion" style="margin: 70px 0px;">
<div class="container">
<h2 data-aos="fade-down" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" style="font-size:36px; font-family: 'Quicksand', sans-serif; text-transform: none; color: #FF1493; justify-content: center; text-align: center;">Champion</h2>
<p data-aos="fade-up" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" style="font-size: 14px; color: white; text-align: center; margin: 0px 20px auto;font-family: 'Quicksand',sans-serif;">
NATIONAL WRITING COMPETITION - Bangladesh's Recovery Idea and Plan: Youth Perspective <br>
The far-reaching consequences of the COVID-19 pandemic have affected the lives and livelihood of millions of Bangladeshis. Considering the complexities, the recovery plan for the post pandemic Bangladesh will require active participation from everyone, especially the youth. Young people of Bangladesh have a special role to play since they will bear the long-term impact of this emergency.
The competition empowers you to raise your voice, to share your thoughts, to pitch your ideas and to recommend your suggestions to the policymakers.
</p>
<div class="row" style="justify-content: center; text-align: center;">
<div class="col-sm-12 col-md-12 col-lg-12" style="display: flex;justify-content: center; flex-direction: column; margin-bottom: 20px;">
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FYOBengali%2Fvideos%2F1072595966467556%2F&show_text=0&width=560" width="560" height="315" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
</div>
<a class="my-btn" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" class="btn on-link" href="https://host.youthop.com/write2fight/en/" style="font-size: 12px;font-family: 'Quicksand', sans-serif; width: auto; height: auto;margin-bottom: 120px; border-radius: 20px;margin-left: 0px;">Competition Website </i></a>
<a class="my-btn navbar-brand" data-aos="fade-down" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" class="btn on-link" href="https://www.facebook.com/YOBengali" style="font-size: 12px;font-family: 'Quicksand', sans-serif; width: 170px; height: auto;margin-bottom: 120px; border-radius: 20px; margin-left: 0px;">Youth Opportunities </i></a>
</div>
</div>
</div>
<div id="process">
<div class="container">
<h2 data-aos="fade-down" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" style="font-size:36px; font-family: 'Quicksand', sans-serif; text-transform: none;">Showcasing The Story</h2>
<p data-aos="fade-up" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" style="font-size: 14px; color: white; text-align: center; margin: 0px 20px auto;font-family: 'Quicksand',sans-serif;">Everyone expects a life full of happiness and success. Where success of our daily challenges come out as outcome of our passion towards solving the upcoming world's chanllenges of alltime. This is where we start to think, reunite and initiate campagin. Let's talk and bring a change.</p>
<div id="carousel-example-2" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-2" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-2" data-slide-to="1"></li>
<li data-target="#carousel-example-2" data-slide-to="2"></li>
<li data-target="#carousel-example-2" data-slide-to="4"></li>
<li data-target="#carousel-example-2" data-slide-to="5"></li>
<li data-target="#carousel-example-2" data-slide-to="6"></li>
<li data-target="#carousel-example-2" data-slide-to="7"></li>
<li data-target="#carousel-example-2" data-slide-to="8"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="view">
<img class="d-block w-100" src="av-assets/imgg/mm.jpg"
alt="First slide">
<div class="mask rgba-black-light"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Seed Funding Ceremony</h3>
<p>Microsoft YoungBangla Internship Program 2018</p>
</div>
</div>
<div class="carousel-item">
<div class="view">
<img class="d-block w-100" src="av-assets/imgg/j.jpg"
alt="Second slide">
<div class="mask rgba-black-strong"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">General Assembly 3rd Committee (SOCHUM)</h3>
<p>Jahangirnagar Model United Nations 2019</p>
</div>
</div>
<div class="carousel-item">
<div class="view">
<img class="d-block w-100" src="av-assets/imgg/sj.jpg"
alt="Third slide">
<div class="mask rgba-black-slight"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Honorable ICT Advisor To The Prime Minister Of Bangladesh</h3>
<p>Policy Cafe With Sajeeb Wazed</p>
</div>
</div>
<div class="carousel-item">
<div class="view">
<img class="d-block w-100" src="av-assets/imgg/bup.jpg"
alt="Third slide">
<div class="mask rgba-black-slight"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">United Nations Security Council (UNSC)</h3>
<p>BUP International Model United Nations 2019</p>
</div>
</div>
<div class="carousel-item">
<div class="view">
<img class="d-block w-100" src="av-assets/imgg/sp.jpg"
alt="Third slide">
<div class="mask rgba-black-slight"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Microsoft YoungBangla Intern Team</h3>
<p>YoungBangla Meetup With Sajeeb Wazed</p>
</div>
</div>
<div class="carousel-item">
<div class="view">
<img class="d-block w-100" src="av-assets/imgg/microsoft.jpg"
alt="Third slide">
<div class="mask rgba-black-slight"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Startups with Sonia Bashir Kabir @ Microsoft Bangladesh</h3>
<p>Microsoft YoungBangla Internship Program 2018</p>
</div>
</div>
<div class="carousel-item">
<div class="view">
<img class="d-block w-100" src="av-assets/imgg/pla.jpg"
alt="Third slide">
<div class="mask rgba-black-slight"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Delegates of Permanent 5</h3>
<p>BUP International Model United Nations 2019</p>
</div>
</div>
<div class="carousel-item">
<div class="view">
<img class="d-block w-100" src="av-assets/imgg/gp1.jpg"
alt="Third slide">
<div class="mask rgba-black-slight"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Champion Startups</h3>
<p>GP Pre-Accelerator 2019</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel-example-2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-2" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div id="talks" style="margin: 50px 20px 50px; background-color: black; width: 100%; height: auto;">
<div class="container" >
<div class="row" style="justify-content: center; ">
<div class="col-sm-12 col-md-12 col-lg-12" style="display: flex;justify-content: center; flex-direction: column;">
<h1 data-aos="fade-down" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" style="color: #FF1493; font-size: 36px; font-family: 'Quicksand'; text-align: center; margin: 20px 0px 30px;">Eventually It's All About People <br>And What We Want Our Future To Be</h1>
<p data-aos="fade-up" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" style="font-size: 14px;font-family: 'Quicksand', sans-serif; color: white; text-align: center; margin: 0px 0px 30px;">It is paradoxical, yet true, to say, that the more we know, the more ignorant we become in the absolute sense, for it is only through enlightenment that we become conscious of our limitations. Precisely one of the most gratifying results of intellectual evolution is the continuous opening up of new and greater prospects <br>- Nicola Tesla</p>
<div class="col-sm-12 col-md-12 col-lg-12" style="display: flex;justify-content: center; margin: 50px 0px ">
<iframe data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" width="560" height="315" src="https://www.youtube.com/embed/5tjn5NwXrD4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe data-aos="fade-left" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" width="560" height="315" src="https://www.youtube.com/embed/-JKuxkAkkJ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!--
<div id="talks" style="margin: 0px 20px 0px; background-color: black; width: 100%; height: 60px;">
<div class="container" >
<div class="row" style="justify-content: center; ">
<a class="my-btn-trans navbar-brand" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="480" class="btn on-link" href="conference.html" style="font-size: 12px;font-family: 'Quicksand', sans-serif; width: 150px; height: auto;margin-bottom: 120px; margin-left: 0px; border-radius: 20px; padding: 10px 15px;">Conferences <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
<a class="my-btn-trans navbar-brand" data-aos="fade-left" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="480" class="btn on-link" href="#footer" style="font-size: 12px;font-family: 'Quicksand', sans-serif; width: 150px; height: auto;margin-bottom: 120px; margin-left: 0px; border-radius: 20px; padding: 10px 15px;">Let's Talks <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</div> -->
<footer style="background-color: black" id="footer">
<div class="container">
<div class="row">
<div class="col-12 col-md-3">
<a class="navbar-brand" href="#footer" style=""><img src="av-assets/imgg/log.png"></a>
<div class="social-links">
<a id="linkedin" href="https://www.linkedin.com/in/mahmudul-hasan-nayeem-aa9090153/detail/recent-activity/" target="_blank" rel="noopener">
<i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a id="facebook" href="https://www.facebook.com/profile.php?id=100011960434801" target="_blank" rel="noopener">
<i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a id="facebook" href="mailto:[email protected]" target="_blank" rel="noopener">
<i class="fa fa-envelope" aria-hidden="true"></i></a>
<a id="facebook" href="https://join.skype.com/invite/hhhoNhbgIoUz" target="_blank" rel="noopener">
<i class="fa fa-skype" aria-hidden="true"></i></a>
<a id="facebook" href="https://github.com/nayeem990" target="_blank" rel="noopener">
<i class="fa fa-github" aria-hidden="true"></i></a>
</div>
<p style="color: gray; font-size: 13px;">
For any official information or proposal write at [email protected]. For applying into projects/research kindly submit your cv.<br>
</p>
</div>
<div class="col-12 offset-md-3 col-md-3 links" style="color: gray; font-size: 12px;">
<p style="color: #FF1493"><b>Quicklinks</b></p>
<a target="_blank" href="accomplishments.html">Accomplishments | Gallery</a> <br>
<a target="_blank" href="education.html">Education | Specialization</a>
<br>
<a target="_blank" href="neuinfer.html">Neuinfer Inc</a>
<br><a target="_blank" href="papers.html">Papers & Publications</a>
<br><a target="_blank" href="https://youngbangla.org/2018/07/30/showcasing-tech-entrepreneurship-as-accomplishment/">Featured In News</a>
<br><a target="_blank" href="av-assets/Nayeem.pdf">Download CV</a>
</p>
</div>
<div class="col-12 col-md-3 links" style="color: gray; font-size: 12px;">
<p style="color: #FF1493"><b>Projects</b></p>
<a target="_blank" href="https://youth.digital/hackathon/index.php">New Normal Virtual Hackathon</a> <br>
<a target="_blank" href="https://www.millenniumoceans.org/">Millennium Ocean 2020</a> <br>
<a href="http://www.childrensprize.org/the-prize/">The Children Prize 2020</a><br>
<a target="_blank" href="https://www.msazurevirtualhack.com/">Microsoft Azure Virtual Hackathon 2020</a> <br>
<a target="_blank" href="st.youthop.com/write2fight/?fbclid=IwAR3SbvLlOaPAwG3YVXoU7K3h4TbCU1WUubzOrzAceGZMGW9R8BA8mJG5Gso">IPDC Yop National Writing Competition</a><br>
<a target="_blank" href="https://youth.digital/startkoro/">StartKoro Startup Bootcamp 2020</a> <br>
<a target="_blank" href="peace.or.jp/en/work/essay-contest/">Goi Peace Writing Competition 2020</a>
<br>
<a target="_blank" href="https://solve.mit.edu/challenges/maternal-and-newborn-health/solutions/30998">Mit Solve 2020 </a><br>
<a target="_blank" href="http://digitalkhichuribd.org/">Digital Khichuri 2020</a> <br>
</div>
<!--
-->
<div class="col-12 col-md-3 subscribe">
</div>
</div>
</div>
<p class="copyright">Copyright @ Nm. All Rights Reserved.</p>
</footer>
<div class="overlay overlay-hugeinc elementor-widget-nav-menu">
<nav>
<ul class="menu" style="text-align: left">
<li class="nav-item">
<a class="nav-link" href="home.html" style="font-size: 14px">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="home.html/#incentives" style="font-size: 14px">Insights</a>
</li>
<li class="nav-item">
<a class="nav-link" href="home.html/#new" style="font-size: 14px">Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq" style="font-size: 14px">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#apply" style="font-size: 14px">Involve</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer" style="font-size: 14px">Contact</a>
</li>
<li class="nav-item" style="justify-content: center; text-align: left;vertical-align: center;">
<a class="my-btn navbar-brand" href="av-assets/Nayeem.pdf" style="font-size: 14px;font-family: 'Quicksand', sans-serif; width: 150px; height: auto;margin-bottom: 10px; margin-left: 0px; border-radius: 20px; padding: 10px 15px;">Download CV <i class="fa fa-long-arrow-down" aria-hidden="true"></i></a>
</li>
</ul>
</nav>
</div>
<!-- end: content -->
<!-- webpack runtime JS -->
<script>
var btn = $('#top');
$(window).scroll(function() {
if ($(window).scrollTop() > 300) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function(e) {
e.preventDefault();
$('html, body').animate({scrollTop:0}, '2000');
});
</script>
<script src="app/runtime.68d72b8e65ef9034ea92.bundle.js"></script>
<!-- Vendor JS -->
<script src="app/vendor.dd98eeee80a47afcbe55.bundle.js"></script>
<!-- Own JS -->
<script src="app/app.ee7641cdc24bc970ef95.bundle.js"></script>
</body>
</html>