-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinternship.html
330 lines (256 loc) · 14.6 KB
/
internship.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
<!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>Internships</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="movement.css">
<link href="av-assets/css/vendor.dd98eeee80a47afcbe55.bundle.css" rel="stylesheet">
<link href="av-assets/css/movement.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="#movement-lgbt" style=""><img src="av-assets/imgg/log.png"></a>
<!--
<h3>Nm</h3>
-->
<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="#movement-lgbt">
<i class="fa fa-envira" aria-hidden="true">LGBTRights</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#black">
<i class="fa fa-flask" aria-hidden="true">BlackLivesMatter</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#quota">
<i class="fa fa-medium" aria-hidden="true">QuotaReform</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#stop">
<i class="fa fa-medium" aria-hidden="true">StopPoliticalKilling</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="movement-lgbt" 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;">LGBT Rights<br><span>#TreatEveryoneEqual</span>
</h1>
<div style="display: flex; flex-direction: column; justify-content: flex-start;">
<p style="color: #FF1493;margin-left: 0px;margin-top: 0px; padding-left: 0px; font-size: 14px; text-align: left;">I deeply values the diversity of our developers, users, and community. We are distraught by the suffering, oppression, and systemic racism the Black community faces every day. We can no longer remain silent.
In silence, we are complicit. To eradicate racism, xenophobia, and all other forms of inequality, we must take action. It is our responsibility and our honour to use our platform to amplify the voices of oppressed and marginalised.
We ask today—and always—that the community comes together in support of the Black community. They will be heard.</p>
<p style="font-size: 14px; text-align: left; margin-left: 0px; padding-left: 0px; color:white ">#LGBTQ #TreatEveryoneEqual</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" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="480" class="btn on-link" href="https://docs.google.com/forms/d/e/1FAIpQLScVm8arAl_tk5zN2v3Vu1TNycXu-oMkBanwCU_CgoH1elA-cA/viewform?usp=sf_link" 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;">Invitation <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div id="black" style="margin-top: 50px; background-color: black; width: 100%; height: 100vh; text-align: right;">
<div class="container" >
<div class="row">
<div class="col">
<h1 style="font-family: 'Quicksand', sans-serif; margin-bottom: 10px;">Movement I Support<br><span>#BlackLiveMatters</span>
</h1>
<div style="display: flex; flex-direction: column; justify-content: flex-start;">
<p style="font-size: 14px; text-align: right; margin-left: 0px; padding-left: 0px; color: #FF1493 ">I deeply values the diversity of our developers, users, and community. We are distraught by the suffering, oppression, and systemic racism the Black community faces every day. We can no longer remain silent.
In silence, we are complicit. To eradicate racism, xenophobia, and all other forms of inequality, we must take action. It is our responsibility and our honour to use our platform to amplify the voices of oppressed and marginalised.
We ask today—and always—that the community comes together in support of the Black community. They will be heard.
<br></p>
<p style="color: white;margin-left: 0px;margin-top: 0px; padding-left: 0px; font-size: 14px; text-align: right;">#BlackLivesMatter #ICan'tBreathe</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" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="480" class="btn on-link" href="https://docs.google.com/forms/d/e/1FAIpQLScVm8arAl_tk5zN2v3Vu1TNycXu-oMkBanwCU_CgoH1elA-cA/viewform?usp=sf_link" 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;">Invitation <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div id="un75" 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;">The World Needs Solidity<br><span>#UN75 #CallForSolidity</span>
</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 ">
The United Nations is marking its 75th anniversary at a time of great challenge, including the worst global health crisis in its history. Will it bring the world closer together? Or will it lead to greater divides and mistrust? Your views can make a difference. Your Contribution Counts.
<br></p>
<p style="color: white;margin-left: 0px;margin-top: 0px; padding-left: 0px; font-size: 14px; text-align: left;">#UN75 #CallForSolidity</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" data-aos="fade-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="480" class="btn on-link" href="https://docs.google.com/forms/d/e/1FAIpQLScVm8arAl_tk5zN2v3Vu1TNycXu-oMkBanwCU_CgoH1elA-cA/viewform?usp=sf_link" 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;">Invitation <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</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>