-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalk.html
332 lines (254 loc) · 14.9 KB
/
talk.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
<!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>Talks</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">
<!-- 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" 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>
<!--
<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-home" aria-hidden="true">Home</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#talks">
<i class="fa fa-microphone" aria-hidden="true">Talks</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="conference.html">
<i class="fa fa-flask" aria-hidden="true">Conferences</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#invite">
<i class="fa fa-medium" aria-hidden="true">Invite</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;">Transforming a Generation of<br><span>ChangeSeekers to Changemakers </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: 12px; text-align: left;">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>
<p style="font-size: 14px; text-align: left; margin-left: 0px; padding-left: 0px; color:white ">#Lets_Talk</p>
</div>
<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-right" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="480" class="btn on-link" href="#talks" 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;">Talks <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="arrow-container">
<a class="arrow-link" href="#talks">
<p style="font-size: 10px;font-family: 'Quicksand', sans-serif;
">Listen</p>
<div class="arrow">
<ul>
<li></li>
<li></li>
</ul>
</div>
</a>
</div>
</div>
<div id="talks" style="margin: 50px 20px 200px; background-color: black; width: 100%; height: auto; text-align: right;">
<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 style="color: #FF1493; font-size: 44px; font-family: 'Quicksand'; text-align: center; margin: 20px 0px 30px;">World's Pressing Challenges <br> Needs Youth's Contribution To Bring A Change</h1>
<p style="font-size: 12px; 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 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 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="invite" style="margin: 200px 0px 100px">
<div class="container">
<div class="row">
<div class="col">
<img src="" data-aos="zoom-in" data-aos-offset="200" data-aos-duration="1000"/>
<h3 data-aos="zoom-out" data-aos-offset="200" data-aos-duration="1000" style="font-family: 'Quicksand', sans-serif;font-size: 44px; color: #FF1493;">Any <span>Proposal?</span></h3>
<p style="color: white; font-size: 12px;" data-aos="fade-down" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500">1) I'm looking forward to highly motivated Undergrad/Graduate Candidates who wants to contribute into our machine learning research projects <br>Or want to suggest research topics from his/her own. Feel free to contact. 2)For Tech-Meetups, Developer Conference or Event's Mentoring Sessions, send a proposal including the topic and details clearly</p>
</div>
</div>
<div style="display: flex; justify-content: center; color: white; height: auto; width: 100%;">
<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://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: auto; height: 40px;margin-bottom: 120px; border-radius: 20px;">Submit Research Proposal <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
<a class="my-btn" data-aos="fade-left" data-aos-offset="200" data-aos-duration="1000" data-aos-delay="500" 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: auto; height: 40px;margin-bottom: 120px; border-radius: 20px;">Conference/Meetup Request <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>