-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
558 lines (496 loc) · 28 KB
/
index.html
File metadata and controls
558 lines (496 loc) · 28 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<!--====== Title ======-->
<title>Portfolio of Mahmudur Rahman Tushar</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== telegram, book reader & calculator Icon ======-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!--====== Slick CSS ======-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--====== LineIcons CSS ======-->
<link rel="stylesheet" href="assets/css/lineicons.css">
<!--====== Bootstrap CSS ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Default CSS ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style CSS ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!--====== PRELOADER PART START ======-->
<div class="preloader">
<div class="loader">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
<div class="ytp-spinner-rotator">
<div class="ytp-spinner-left">
<div class="ytp-spinner-circle"></div>
</div>
<div class="ytp-spinner-right">
<div class="ytp-spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--====== PRELOADER PART ENDS ======-->
<!--====== HEADER PART START ======-->
<section class="header_area">
<div class="header_navbar">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="page-scroll" href="#home">Home<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#about">About<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#projects">Projects<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#contact">Contact<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#experience">Experience<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#achievements">Achievements<span></span></a>
</li>
</ul>
</div> <!-- navbar collapse -->
</nav> <!-- navbar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- header navbar -->
<div id="home" class="header_hero">
<ul class="header_social d-none d-lg-block">
<li><a href="https://www.facebook.com/Tushar499/" target="_blank"><i class="lni lni-facebook-filled"></i></a></li>
<li><a href="https://twitter.com/mrtushar5" target="_blank"><i class="lni lni-twitter-filled"></i></a></li>
<li><a href="https://www.instagram.com/tushu499/" target="_blank"><i class="lni lni-instagram-filled"></i></a></li>
<li><a href="https://www.linkedin.com/in/mhamudur-rahman-tushar/" target="_blank"><i class="lni lni-linkedin-original"></i></a></li>
<li><a href="https://github.com/Tushar499" target="_blank"><i class="lni lni-github-original"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@Tushar499" target="_blank"><i class="fab fa-telegram"></i></a></li>
<li><a href="mailto:mr.rahman499@gmail.com" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
<div class="container">
<div class="row align-items-center justify-content-center justify-content-lg-between">
<div class="col-lg-6">
<div class="header_hero_content mt-45">
<h5 class="header_sub_title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.2s">Hey</h5>
<h2 class="header_title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.5s">I'm Mahmudur Rahman Tushar</h2>
<span class="wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.8s">Passionate for Competitive Programming | Problem-solving mindset | Able to grasp new concepts quickly | Curious about learning new things | A quite fast learner. </span>
<!--<p class="wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="1.1s">Lorem ipsum dolor sit amet, consetetur sadipscing elitr sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam.</p>-->
<!--<a href="https://rebrand.ly/freelancer-ud" rel="nofollow" class="main-btn wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="1.4s">Purchase Now</a>-->
</div> <!-- about me content -->
</div>
<div class="col-lg-4 col-md-4 col-sm-5">
<div class="header_hero_image mt-50 wow fadeInRightBig" data-wow-duration="1.3s" data-wow-delay="1.8s">
<img src="assets/images/Tushar499.png" alt="Tushar">
</div> <!-- header my image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="header_hero_shape d-none d-lg-block"></div> <!-- header my shape -->
</div> <!-- header me -->
</section>
<!--====== HEADER PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section id="about" class="about_area pt-70 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-30">
<h5 class="sub_title">About</h5>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
</div> <!-- section title -->
</div>
<div class="row align-items-center justify-content-center">
<div class="col-lg-6 col-md-9">
<div>
<div class="section_title">
<h3 class="main_title">Educational Qualification</h3>
</div>
<br>
<h5 class="sub_title">Bachelor of Science</h5>
<p>
 <b>Current CGPA: </b>Loading..<br>
 <b>Batch: </b>202 - Summer 2020<br>
 <b>Semester: </b>10th Running...<br>
 <b>Completed Credit: </b>89 out of 137<br>
 <b>Subject: </b>Computer Science and Engineering<br>
 <b>Institution: </b>United International University<br>
</p>
<br>
<h5 class="sub_title">Higher Secondary School Certificate</h5>
<p>
 <b>Batch: </b>2019<br>
 <b>Division: </b>Science<br>
 <b>Institution: </b>Jashore Shikkha Board Govt. Model School & College<br>
</p>
<br>
<h5 class="sub_title">Secondary School Certificate</h5>
<p>
 <b>Batch: </b>2017<br>
 <b>Division: </b>Science<br>
 <b>Institution: </b>Chandpara High School<br>
</p>
<p><br><br><br></p>
</div> <!-- about educational qualification -->
</div>
<div class="col-lg-6">
<div class="about_content mt-45 wow fadeInLeftBig" data-wow-duration="1.3s" data-wow-delay="0.5s">
<div class="section_title">
<h3 class="main_title">Technical Skill</h3>
</div> <!-- section title -->
<p>From the very beginning I have grown a passion for Competitive Programming and problem solving and didn't let myself get distracted. Yet I always seek for knowledge as I love to learn new things. So over the time I've learned some other skills as well.</p> <div class="about_skills pt-15">
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">C/C++</h6>
<div class="skill_percentage">
<!--<p><span class="counter">80</span>%</p>-->
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="75"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">Java</h6>
<div class="skill_percentage">
<!--<p><span class="counter">90</span>%</p>-->
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="70"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">Problem Solving & Competitive Programming</h6>
<div class="skill_percentage">
<!--<p><span class="counter">90</span>%</p>-->
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="50"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">Git/Github</h6>
<div class="skill_percentage">
<!--<p><span class="counter">65</span>%</p>-->
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="75"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">Google Docs(Docs, Spreadsheets, Sites etc)</h6>
<div class="skill_percentage">
<!--<p><span class="counter">65</span>%</p>-->
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="90"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">Microsoft Office</h6>
<div class="skill_percentage">
<!--<p><span class="counter">65</span>%</p>-->
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="75"></div>
</div>
</div>
</div> <!-- skill item -->
</div> <!-- about skill -->
</div> <!-- about content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== SERVICES PART START ======-->
<section id="projects" class="projects pt-115 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-30">
<h5 class="sub_title">Projects</h5>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.2s">
<div class="service_icon">
<i class="fas fa-gamepad"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="https://github.com/Tushar499/Project_TicTakToe" target="_blank">TikTakToe Game</a></h4>
<p> A Java Project. It's a game named TikTakToe developed using Java Language. People of any ages can play this game for passing free time & enjoyment.</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.5s">
<div class="service_icon">
<i class="fas fa-calculator"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="" target="_blank">Upcoming Next...</a></h4>
<p>_____________________</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.8s">
<div class="service_icon">
<i class="fas fa-running"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="" target="_blank">Upcoming Next...</a></h4>
<p>_____________________</p>
</div>
</div> <!-- single service -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== SERVICES PART ENDS ======-->
<!--====== CALL TO ACTION PART START ======-->
<section id="contact" class="call_to_action_area">
<div class="container">
<div class="call_to_action_wrapper wow fadeIn" data-wow-duration="1.3s" data-wow-delay="0.5s">
<div class="row">
<div class="col-lg-12">
<div class="call_to_action_box d-md-flex justify-content-between align-items-center">
<div class="call_to_action_content">
<h3 class="action_title">Contact Info</h3>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
<p>
 <b>Mail: </b>mr.rahman499@gmail.com<br>
 <b>Official Mail: </b>mtushar202080@bscse.uiu.ac.bd<br>
 <b>Facebook: </b>facebook.com/Tushar499<br>
 <b>Telegram: </b>@Tushar499<br>
 <b>LinkedIn: </b>linkedin.com/in/mhamudur-rahman-tushar<br>
 <b>Github: </b>github.com/Tushar499<br>
</p>
</div> <!-- call to action content -->
<div class="call_to_action_btn">
<a href="https://sites.google.com/bscse.uiu.ac.bd/uiucoursematerials/home" rel="nofollow" class="main-btn" target="_blank">Google Site</a>
</div> <!-- call to action btn -->
</div> <!-- call to action box -->
</div>
</div> <!-- row -->
</div> <!-- call to action wrapper -->
</div> <!-- container -->
</section>
<!--====== CALL TO ACTION PART ENDS ======-->
<!--====== EXPERIENCE PART START ======-->
<section id="experience" class="about_area pt-70 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-30">
<h5 class="sub_title">Experience</h5>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
<div class="section_title">
<h3 class="main_title">Online Judge Profiles</h3>
</div> <!-- section title -->
</div> <!-- section title -->
</div>
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.2s">
<div class="service_icon">
<i class="fas fa-user-circle"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="https://www.beecrowd.com.br/judge/en/profile/481111" target="_blank">Mahmudur Rahman Tushar</a></h4>
<p>This is my URI Online Judge profile</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.2s">
<div class="service_icon">
<i class="fas fa-user-circle"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="https://codeforces.com/profile/Tushar499" target="_blank">Tushar499</a></h4>
<p>This is my CodeForces Online Judge profile</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.2s">
<div class="service_icon">
<i class="fas fa-user-circle"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="https://leetcode.com/Tushar499/" target="_blank">Tushar499</a></h4>
<p>This is my LeetCode Online Judge profile</p>
</div>
</div> <!-- single service -->
</div>
</div> <!-- row -->
</div>
<div style="display: flex; justify-content:left;">
<div>
<div class="section_title">
<h3 class="main_title">Contest Experience:</h3>
<p>
<br>
 <b>UIU Advance CP Selection Contest Round #3 : </b><a href="https://vjudge.net/contest/488790#rank" target="_blank"> 15th</a><br>
</p>
<p><br><br></p>
</div>
</div>
</div><br>
<div style="display: flex; justify-content:left;">
<div>
<div class="section_title">
<h3 class="main_title">Problem Solving Experience:</h3>
</div>
<br>
<div style="display: flex; justify-content:left;">
<div>
<div class="section_title">
<h3 class="main_title">Other Experiences:</h3>
</div>
<br>
<br>
<br>
</div>
</div><!-- Other experiences -->
</div> <!-- container -->
</section>
<!--====== EXPERIENCE PART ENDS ======-->
<!--====== CALL TO ACTION PART START ======-->
<section id="achievements" class="call_to_action_area">
<div class="container">
<div class="call_to_action_wrapper wow fadeIn" data-wow-duration="1.3s" data-wow-delay="0.5s">
<div class="row">
<div class="col-lg-12">
<div class="call_to_action_box d-md-flex justify-content-between align-items-center">
<div class="call_to_action_content">
<h3 class="action_title">Achievements</h3>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
</div> <!-- container -->
</section>
<!--====== CALL TO ACTION PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer_area gray-bg pt-115 pb-120">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="footer_content text-center">
<ul class="footer_social">
<li><a href="https://www.facebook.com/Tushar499/" target="_blank"><i class="lni lni-facebook-filled"></i></a></li>
<li><a href="https://twitter.com/mrtushar5" target="_blank"><i class="lni lni-twitter-filled"></i></a></li>
<li><a href="https://www.instagram.com/tushu499/" target="_blank"><i class="lni lni-instagram-filled"></i></a></li>
<li><a href="https://www.linkedin.com/in/mhamudur-rahman-tushar/" target="_blank"><i class="lni lni-linkedin-original"></i></a></li>
<li><a href="https://github.com/Tushar499" target="_blank"><i class="lni lni-github-original"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@Tushar499" target="_blank"><i class="fab fa-telegram"></i></a></li>
<li><a href="mailto:mr.rahman499@gmail.com" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
<span class="email">mr.rahman499@gmail.com</span>
<ul class="footer_menu">
<li><a class="page-scroll" href="#home">Home</a></li>
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#projects">Projects</a></li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
<li><a class="page-scroll" href="#experience">Experience</a></li>
<li><a class="page-scroll" href="#achievements">Achievements</a></li>
</ul>
</div> <!-- footer content -->
</div>
</div> <!-- row -->
<p id="modification">Last Modified:</p>
<p id="location">Page Location:</p>
</div> <!-- container -->
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== PART START ======-->
<!--
<section class="">
<div class="container">
<div class="row">
<div class="col-lg-">
</div>
</div>
</div>
</section>
-->
<!--====== PART ENDS ======-->
<!-- row -->
<!--====== Jquery js ======-->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Appear js ======-->
<script src="assets/js/jquery.appear.min.js"></script>
<!--====== Scrolling Nav js ======-->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>