-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
447 lines (346 loc) · 24.1 KB
/
project.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
<!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>Projects</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 rel="stylesheet" href="papers.css">
<link href="av-assets/css/vendor.dd98eeee80a47afcbe55.bundle.css" rel="stylesheet">
<link href="av-assets/css/project.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">
<nav id="navbar" class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#hero-projects" 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" href="index.html">
<i class="fa fa-diamond" aria-hidden="true">Home</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#overview">
<i class="fa fa-flask" aria-hidden="true">Overview</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">
<i class="fa fa-envira" aria-hidden="true">Projects</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#upcoming">
<i class="fa fa-medium" aria-hidden="true">Upcoming</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 style="position: fixed; right: 5%; bottom: 10%; z-index: 1">
<a id="top" 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="#hero-projects" style="font-size: 12px;font-family: 'Quicksand', sans-serif; width: 20px; height:20px; background-color: transparent; margin-left: 0px; border-radius: 20px; padding: 10px 15px;"><i class="fa fa-long-arrow-up" aria-hidden="true"></i></a>
</div>
<div id="hero-projects" 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; color: white; word-spacing:5px; letter-spacing: -3px;" >Software And Social Projects
</h1>
<div style="display: flex; flex-direction: column; justify-content: flex-start;">
<p style="font-size: 14px; text-align: left; margin-left: 0px; padding-left: 0px; color: #FF1493 ">I was 1st boy at primary school. After completing primary education I moved to "Chittagong Collegiate School-The Glorious Chapter of My Life". Among Uncountable Highly Achieving Alumni I'd like to Mention 1.Nobel Laureate D.Muhammad Yunus 2.Scientist Jamal Nazrul Islam 3.Writer Humayun Ahmed 4.Professor Jafar Iqbal and 5.Actor Abul Hayat. After Completing SSC, I've accomplished HSC with Best Result in my College. Currently Pursuing B.Sc in CSE through Ethical and Moral Excellence at Manarat International University </p>
<p style="color: white;margin-left: 0px;margin-top: 0px; padding-left: 0px; font-size: 14px; text-align: left;"></p>
</div>
<!--
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLSfQ2YsG4DCvQ0Vm4Vrqar_6hAZI6nh7txshwsd2vzMgj73oXQ/viewform">Let's Talk!</a> -->
<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="#projects" 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;">Completed <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
<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="#upcoming" 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;">Upcoming <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="arrow-container">
<a class="arrow-link" href="#overview">
<p style="font-size: 10px;font-family: 'Quicksand', sans-serif;
">Learn More</p>
<div class="arrow">
<ul>
<li></li>
<li></li>
</ul>
</div>
</a>
</div>
</div>
<div id="overview" style="margin: 30px 0px;">
<div class="container">
<div class="row" >
<div class="col-12 col-md-4" data-aos="fade-left" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500">
<h4 style="font-family: 'Quicksand',sans-serif; text-align:right; color: #FF1493; font-size: 44px">Education</h4>
<h4 style="font-family: 'Quicksand',sans-serif; text-align:right; color: #FF1493; font-size: 18px">Computer Science & Engineering</h4>
<p style="font-family: 'Quicksand',sans-serif; text-align:right; color: white; font-size: 14px">Manarat International University,
Dhaka, Bangladesh</p>
<ul>
<li style="font-size: 12px;">School of Engineering, Science & Technology
</li>
<li style="font-size: 12px;">CGPA 3.6 Out of 4.0, Top 1% of The Class
</li>
<li style="font-size: 12px;">First Ever Hult Prize CD & Head of Delegation</li>
</ul>
<!--
<ul>
<li style="font-size: 12px;">Experienced in Machine Learning, Data Science & BI
</li>
<li style="font-size: 12px;">Excellent at Data Analysis, Interpretation and Consulting
</li>
<li style="font-size: 12px;">R&D & Data Driven Intelligent Enterprise Development</li>
<li style="font-size: 12px;">Interested in Quantum Computing, Space & Singularity</li>
</ul> -->
</div>
<div class="col-12 col-md-4" data-aos="zoom-in" data-aos-offset="200" data-aos-duration="1000" >
<img src="av-assets/img/2.png" />
</div>
<div class="col-12 col-md-4 right-col" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="1000">
<h4 style="font-family: 'Quicksand',sans-serif; text-align:left; color: #FF1493; font-size: 18px">Higher School Certificate</h4>
<p style="font-family: 'Quicksand',sans-serif; text-align:right; color: white; font-size: 14px">Savar Model College,
Dhaka, Bangladesh</p>
<ul>
<li style="font-size: 12px;">Student at Department of Science
</li>
<li style="font-size: 12px;">Obtained Marks Over 80% in Math, Physics, Chemistry, Biology and Information & Communication Technology
</li>
<li style="font-size: 12px;">Memeber of Nature Study, IT and Sports Club</li>
</ul>
<h3 class="fun-mobile" style=" font-size: 18px"></h3>
<ul>
<li style="font-size: 12px;">Student at Secondary Science Department
</li>
<li style="font-size: 12px;">Scored Marks Over 80% in Each and Every Subjects
</li>
<li style="font-size: 12px;">Active Member of Sports Club and Football Team</li>
</ul>
<br> <br>
<p style="font-family: 'Quicksand',sans-serif; text-align:right; color: white; font-size: 14px">Collegiate School,
Chittagong, Bangladesh</p>
<h4 style="font-family: 'Quicksand',sans-serif; text-align:left; margin-top: 0px; color: #FF1493 ; font-size: 18px">Secondary School Certificate</h4>
</div>
</div>
</div>
</div>
<div id="movements" class="col-sm-12 col-md col-lg-12" style="margin-top: 50px;">
<h4 style="font-family: 'Quicksand', sans-serif; text-align:center; color: #FF1493; font-size: 44px; margin-bottom: 20px;" data-aos="fade-down" data-aos-offset="200" data-aos-duration="1000">Movements I Support</h4>
<p style="font-size: 14px; color: white; text-align: center; margin: 0px 20px 40px;font-family: 'Quicksand',sans-serif;" data-aos="fade-up" data-aos-offset="200" data-aos-duration="1000">“You never change things by fighting the existing reality.
To change something, build a new model that makes the existing model obsolete.”
― Buckminster Fuller</p>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4" style="margin-bottom: 50px; display: flex;flex-direction: column;" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" >
<img src="av-assets/cover/lgbtq.jpg">
<p style="color: #ff1493; font-size: 18px;font-family: 'Quicksand', sans-serif;">LGBT Have The Right To Live As Humans</p>
<p style="font-size: 14px; color: white;font-family: 'Quicksand', sans-serif;">I support LGBTQ in terms of UDHR, where each human being on earth born to be #Equal & Same regardless of their gender, race, ethnicity, color or sexual orientation. Check Movements What I Follow:</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-4" style="margin-bottom: 50px; display: flex;flex-direction: column;" data-aos="fade-down" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" >
<img src="av-assets/cover/matters.jpg">
<p style="color: #ff1493; font-size: 18px;font-family: 'Quicksand', sans-serif;">BLACK Lives Matters The Most</p>
<p style="font-size: 14px; color: white;font-family: 'Quicksand', sans-serif;">Black, White or Brown - Color Couldn't Be A Measurement For Humans As We Are Created By Same God. So We Should Have To Learn To Treat People Correctly, Respect Others And Their Way of Life. Check Movements What I Follow:</p>
<!--
<div style="display: flex; text-align: left; justify-content: flex-start;">
<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="#movements" 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;">UDHR <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="#sdgs" 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;">UN <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div> -->
</div>
<div class="col-sm-12 col-md-6 col-lg-4" style="margin-bottom: 50px; display: flex;flex-direction: column;" data-aos="fade-left" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" >
<img src="av-assets/cover/quota.jpg" style="margin-bottom: 10px;">
<p style="color: #ff1493; font-size: 18px;font-family: 'Quicksand', sans-serif;">Quota Reform Protest Bangladesh</p>
<p style="font-size: 14px; color: white;font-family: 'Quicksand', sans-serif;">Quota Reform Protest took place to eliminate quota system in governmental jobs and sparked as a national movement. Eventually governement forced to obtain all the demand of student protesters.</p>
</div>
</div>
</div>
</div>
<div id="udhrsdg" class="col-sm-12 col-md col-lg-12" style="margin-top: 50px;">
<h4 style="font-family: 'Quicksand', sans-serif; text-align:center; color: #FF1493; font-size: 44px; margin-bottom: 20px;" data-aos="fade-down" data-aos-offset="200" data-aos-duration="1000">Human Rights & SDGs</h4>
<p style="font-size: 14px; color: white; text-align: center; margin: 0px 20px 40px;font-family: 'Quicksand',sans-serif;" data-aos="fade-up" data-aos-offset="200" data-aos-duration="1000">Throughtout My Every Aspect Of Work, I Consistently Promoted Equal Rights To Men And Women. Interestingly, Most of My Works Women Involvement is Over 70% And I'm Proud to Say That, Women Colleagues Are 30% More Efficient, Dedicated And Successful In The Workplaces. Moreover, All My Projects And Initiatives Focused In SDG 3,5,7,8,13,14 Using 100% Tech Involvement And Research Driven.
</p>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6" style="margin-bottom: 50px;" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" >
<img src="av-assets/cover/udhr.jpg" style="margin-bottom: 10px;">
<p style="color: #ff1493; font-size: 18px; font-family: 'Quicksand', sans-serif;">Raise Voice For UDHR - For Everyone, Anywhere</p>
<p style="font-size: 14px; color: white;font-family: 'Quicksand', sans-serif;">Universal Declaraion of Human Rights is The Constitutional Rights For Each And Every Human Regardless of Their Nationality, Race or Any Other Means of Discrimination. I Strongly Believe, Proper and Adequate Measures to Democratize The UDHR Would Lead The Way of Long Lasting Democracy And Peace.<br>
Article 1,3 : All human beings are born free and equal in dignity and rights. Everyone has the right to life, liberty and security of person <br>
Article 4,5 : No one shall be held in slavery or servitude; slavery and the slave trade shall be prohibited in all their forms. No one shall be subjected to torture or to cruel, inhuman or degrading treatment or punishment. <br>
Article 6, 9: Everyone has the right to recognition everywhere as a person before the law.No one shall be subjected to arbitrary arrest, detention or exile.
</p>
<div style="display: flex; text-align: left; justify-content: flex-start;">
<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="https://www.un.org/en/universal-declaration-human-rights/" 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;">UDHR <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="https://www.ohchr.org/EN/pages/home.aspx" 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;">UHCHR <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-6" style="margin-bottom: 50px;" data-aos="fade-left" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" >
<img src="av-assets/cover/climate.jpg" style="margin-bottom: 10px;">
<p style="color: #ff1493; font-size: 18px; font-family: 'Quicksand', sans-serif;">Save Mother Earth, Our Planet</p>
<p style="font-size: 14px; color: white;font-family: 'Quicksand', sans-serif;">
The suicidal consequence regarding climate change is that we are responsible for it yet not cautious about the effect . Which might lead the biggest Humanitarian migration, temperature rise and Waterlogging. I believe 3 dimensional approach should be considered as follows : <br>
1. Access of Information : Awareness building at root level to policymaking to ensure effective social action, cooperation and response on possible solutions <br>
2. Tech Solutions : Empoerment of social startups and influential product development to mitigate the consequences - water borne diseases, deaths and ensurement of fresh water supply <br>
3. Law Enforcement : Proper establishment & accurate enforcement of law
</p>
<div style="display: flex; text-align: left; justify-content: flex-start;">
<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="https://www.un.org/sustainabledevelopment/climate-action/" 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;">UN Climate Action <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="https://sustainabledevelopment.un.org/SDGS" 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;">SDGs <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</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>