-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
754 lines (699 loc) · 33.2 KB
/
index.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
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
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!doctype html>
<html lang="en">
<head>
<title>Yeasir Arefin Tusher | Software Engineer </title>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description"
content="Experienced mobile app engineer specialized in problem-solving, providing architectural solutions using suitable data structures and algorithms. Develops intuitive UI and writes clean, accurate, reusable, and test-driven code to optimize time investment" />
<meta name="keywords"
content="mobile app development, problem-solving, architecture, data structures, algorithms, UI design, clean code, test-driven development, flutter, iOS, SwiftUI, Swift, Dart, Machine-Laerning " />
<meta name="developer" content="Yeasir Arefin Tusher">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- FAV AND ICONS -->
<link rel="apple-touch-icon" sizes="180x180"
href="assets/images/yeasir_arefin_tusher_favicon.ico/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32"
href="assets/images/yeasir_arefin_tusher_favicon.ico/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16"
href="assets/images/yeasir_arefin_tusher_favicon.ico/favicon_io/favicon-16x16.png">
<link rel="manifest" href="assets/images/yeasir_arefin_tusher_favicon.ico/favicon_io/site.webmanifest">
<!-- Google Font-->
<link href="http://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="assets/icons/font-awesome-4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/plugins/css/bootstrap.min.css">
<!-- Animate CSS-->
<link rel="stylesheet" href="assets/plugins/css/animate.css">
<!-- Owl Carousel CSS-->
<link rel="stylesheet" href="assets/plugins/css/owl.css">
<!-- Fancybox-->
<link rel="stylesheet" href="assets/plugins/css/jquery.fancybox.min.css">
<!-- Custom CSS-->
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- Colors -->
<link rel="alternate stylesheet" href="assets/css/colors/blue.css" title="blue">
<link rel="stylesheet" href="assets/css/colors/defauld.css" title="defauld">
<link rel="alternate stylesheet" href="assets/css/colors/green.css" title="green">
<link rel="alternate stylesheet" href="assets/css/colors/blue-munsell.css" title="blue-munsell">
<link rel="alternate stylesheet" href="assets/css/colors/orange.css" title="orange">
<link rel="alternate stylesheet" href="assets/css/colors/purple.css" title="purple">
<link rel="alternate stylesheet" href="assets/css/colors/slate.css" title="slate">
<link rel="alternate stylesheet" href="assets/css/colors/yellow.css" title="yellow">
</head>
<style>
.material-symbols-outlined {
font-variation-settings:
'FILL' 1,
'wght' 400,
'GRAD' 0,
'opsz' 48
}
.tooltip-container {
position: relative;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip[data-tooltip] {
color: rgb(1, 27, 144);
/* Set the color to blue */
font-weight: bold;
}
.tooltip::after {
content: attr(data-tooltip);
position: absolute;
top: -25px;
left: 0;
background: #000;
color: #fff;
padding: 4px 8px;
border-radius: 4px;
font-size: 12px;
white-space: nowrap;
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
.tooltip:hover::after {
opacity: 1;
}
</style>
<body class="white-vertion black-bg">
<!-- Start Loader -->
<div class="section-loader">
<div class="loader">
<div></div>
<div></div>
</div>
</div>
<!-- End Loader -->
<!--
===================
NAVIGATION
===================
-->
<header class="black-bg mh-header mh-fixed-nav nav-scroll mh-xs-mobile-nav wow fadeInUp" id="mh-header">
<div class="overlay"></div>
<div class="container">
<div class="row">
<nav class="navbar navbar-expand-lg mh-nav nav-btn">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#mh-home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#mh-about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#mh-experience">Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#mh-education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#mh-portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#mh-blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#mh-contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!--
===================
HOME
===================
-->
<section class="mh-home" id="mh-home">
<div class="home-ovimg">
<div class="container"">
<div class="row xs-column-reverse section-separator vertical-middle-content home-padding">
<div class="col-sm-6">
<div class="mh-header-info">
<div class="mh-promo wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.1s">
<span>Hello I'm</span>
</div>
<h2 class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">Yeasir Arefin Tusher</h2>
<h4 class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.3s">Software Engineer</h4>
<ul>
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s"><i class="fa fa-envelope"></i><a
href="mailto:">yasirarefinxz@gmail.com</a></li>
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.5s"><i class="fa fa-phone"></i><a
href="callto:">+880 167 091 1553</a></li>
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.6s"><i class="fa fa-map-marker"></i>
<address>H# 440, Purbo Harardia, Bara Beraid, Badda, Dhaka, Bangladesh</address>
</li>
</ul>
<ul class="social-icon wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.7s">
<li><a href="https://facebook.com/shishir2sr" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/shishir2sr/status/1478372629153075202" target="_blank"><i
class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/shishir2sr" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/shishir2sr/" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://www.instagram.com/shishir2sr/" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="https://www.youtube.com/channel/UCQl8VwZvvBOZ1i9xfMVDrXQ" target="_blank"><i
class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="hero-img wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.6s">
<div class="img-border">
<img src="assets/images/yeasir_arefin_tusher_ProfileImage.png" alt="Photo of Yeasir Arefin Tusher"
class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
==================
ABOUT
=================
-->
<section class="mh-about" id="mh-about">
<div class="container">
<div class="row section-separator">
<div class="col-sm-12 col-md-6">
<div class="mh-about-img shadow-2 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s">
<img src="assets/images/yeasir_arefin_tusher_workstation.png" alt="Workstation Image" class="img-fluid">
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="mh-about-inner">
<h2 class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.1s">About me<main></main>
</h2>
<p class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">Hello there, <br> I am an experienced
computer engineer with a specialization in Software Engineering, Mobile Application Development & Machine
Learning. My expertise lies in solving complex
problems and providing architectural solutions. I prioritize creating intuitive user interfaces and
writing clean, reusable, and test-driven code. I'm passionate about innovation and dedicated to delivering
impactful results. Let's collaborate and bring your ideas to life!
</p>
<div class="mh-about-tag wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.3s">
<ul>
<li><span>UIKit</span></li>
<li><span>Swift</span></li>
<li><span>SwiftUI</span></li>
<li><span>iOS</span></li>
<li><span>Flutter</span></li>
<li><span>Dart</span></li>
<li><span>React Native</span></li>
<li><span>JavaScript</span></li>
<li><span>Python</span></li>
<li><span>Machine Learning</span></li>
<li><span>Deep Learning</span></li>
<li><span>Computer Vision</span></li>
<li><span>OpenCV</span></li>
<li><span>TensorFlow</span></li>
<li><span>PyTorch</span></li>
<li><span>CoreML</span></li>
<li><span>ARKit</span></li>
<li><span>Vision OS</span></li>
</ul>
</div>
<a href="./assets/PDF/CV_Yeasir_Arefin_Tusher.pdf" class="btn btn-fill wow fadeInUp"
data-wow-duration="0.8s" data-wow-delay="0.4s">Downlaod CV <i class="fa fa-download"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--
===================
SERVICE
===================
-->
<section class="mh-service">
<div class="container">
<div class="row section-separator">
<div class="col-sm-12 text-center section-title wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">
<h2>What I do</h2>
</div>
<div class="col-sm-4">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.3s">
<i class="fa fa-apple apple-color"></i>
<h5>Native iOS Development</h5>
<p>
Unlock the full potential of iOS with my expertise in UIKit and SwiftUI. Harnessing the power of Swift, I
craft immersive and intuitive iOS apps that captivate users. Let's collaborate and bring your iOS vision
to life with cutting-edge technology and seamless performance.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.5s">
<div style="padding-top: 18px; padding-bottom: 12px;">
<img src="./assets/images/yeasir_arefin_tusher_CrossPlatformServiceLogo.png" alt="Yeasir Arefin Tusher AI Service Logo"
style="height: 35px; width: 35px;">
</div>
<h5>Cross-Platform Development</h5>
<p>
I also have experience in building cross-platform apps using Flutter and React Native. With my skills and
knowledge, I can help create the perfect app for your business or personal needs, combining the best of
both worlds for more flexibility and creativity in app design.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.7s">
<div style="padding-top: 18px; padding-bottom: 12px;">
<img src="./assets/images/yeasir_arefin_tusher_AIService.png" alt="Yeasir Arefin Tusher AI Service Logo"
style="height: 35px; width: 35px;">
</div>
<h5>Artificial Intelligence</h5>
<div class="tooltip-container">
<p>
I offer cutting-edge AI solutions using <span data-tooltip="Machine Learning" class="tooltip">ML</span>,
<span data-tooltip="Deep Learning" class="tooltip">DL</span>,
<span data-tooltip="Computer Vision" class="tooltip">CV</span>, &
<span data-tooltip="Natural Language Processing" class="tooltip">NLP</span>. My predictive analytics,
image
recognition, & Language Understanding skills enable automated decision-making, intelligent insights,
&
improved user experiences. Join me in transforming industries and unleashing AI.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
===================
EXPERIENCES
===================
-->
<!-- Experience -->
<section class=" mh-experince" id="mh-experience">
<div class="bolor-overlay">
<div class="container section-separator">
<div class="mh-work">
<div class="col-sm-12 text-center section-title wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">
<h2>Work Experience</h2>
</div>
<div class="mh-experience-deatils">
<div class="row">
<div class="col-sm-12 col-md-6">
<!-- Work BJIT -->
<div class="mh-work-item dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s">
<h4>Software Engineer at <a href="https://bjitgroup.com" target="_blank">BJIT Limited</a></h4>
<div class="mh-eduyear">November 2022 - Current</div>
<p style="font-size: 14px; font-weight: 600;">Responsibility:</p>
<ul class="work-responsibility">
<li><i class="fa fa-circle"></i>Design and build applications for the iOS platform</li>
<li><i class="fa fa-circle"></i>Ensure the performance and quality of applications</li>
<li><i class="fa fa-circle"></i>Identify and correct bottlenecks and fix bugs</li>
<li><i class="fa fa-circle"></i>Worked with international clients to deliver high-quality solutions</li>
<li><i class="fa fa-circle"></i>Ensure the performance and quality of applications</li>
<li><i class="fa fa-circle"></i>Collaborated effectively with cross-functional teams</li>
</ul>
<h6 style="padding-top: 20px; font-size: small">Skills: <span>Native iOS</span>, <span>Flutter</span>, <span>React Natie</span></h6>
</div>
</div>
<!-- Work EIT-->
<div class="col-sm-12 col-md-6">
<div class="mh-work-item dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.6s">
<h4>Software Developer at <a href="https://essential-infotech.com" target="_blank">Essential Infotech</a></h4>
<div class="mh-eduyear">August 2022 - October 2022</div>
<p style="font-size: 14px; font-weight: 600;">Responsibility:</p>
<ul class="work-responsibility">
<li><i class="fa fa-circle"></i>Design algorithms and flowcharts</li>
<li><i class="fa fa-circle"></i>Produce clean, efficient code based on specifications</li>
<li><i class="fa fa-circle"></i>Integrate software components and third-party programs</li>
<li><i class="fa fa-circle"></i>Verify and deploy programs and systems</li>
<li><i class="fa fa-circle"></i>Troubleshoot, debug and upgrade existing software</li>
<li><i class="fa fa-circle"></i>Gather and evaluate user feedback</li>
</ul>
<h6 style="padding-top: 20px; font-size: small">Skills: <span>Flutter</span>, <span>Machine-Laerning</span></h6>
</div>
</div>
<!-- Work ICTD-->
<div class="col-sm-12 col-md-6">
<div class="mh-work-item dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.7s">
<h4>Trainer at <a href="https://www.gameapp.gov.bd" target="_blank">Skill Development for Mobile Game and Application</a> By ICT Division, Bangladesh</h4>
<div class="mh-eduyear">August 2021 - February 2022</div>
<p style="font-size: 14px; font-weight: 600;">Responsibility:</p>
<ul class="work-responsibility">
<li><i class="fa fa-circle"></i>Teaching students with practical examples</li>
<li><i class="fa fa-circle"></i>Running the labs grading assignment/project</li>
<li><i class="fa fa-circle"></i>Quizzes and assignment scripts</li>
<li><i class="fa fa-circle"></i>Provide consultation hours for students</li>
<li><i class="fa fa-circle"></i>Help in proctoring final project </li>
</ul>
<h6 style="padding-top: 20px; font-size: small">Skills: <span>Flutter</span></h6>
</div>
</div>
<!-- Work JUST -->
<div class="col-sm-12 col-md-6">
<div class="mh-work-item dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.7s">
<h4>Research Assistant at <a href="https://cse.just.edu.bd" target="_blank">Dept. of CSE, Jashore University of Science and Technology</h4>
<div class="mh-eduyear">November 2019 - December 2021</div>
<p style="font-size: 14px; font-weight: 600;">Responsibility:</p>
<ul class="work-responsibility">
<li><i class="fa fa-circle"></i>Collect and analyze data</li>
<li><i class="fa fa-circle"></i>Prepare article, reports and presentations</li>
<!-- <li><i class="fa fa-circle"></i>Manage and response project related email</li> -->
<li><i class="fa fa-circle"></i>Request or acquire equipments or supplies necessary for the
project</li>
<li><i class="fa fa-circle"></i>Conduct literature review</li>
<li><i class="fa fa-circle"></i>Prepare materials for submission to granting agencies and
foundations</li>
</ul>
<h6 style="padding-top: 20px; font-size: small;">Skills: <span>Machine-Laerning, Deep Learning, Research</span></h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
===================
Education
===================
-->
<section class=" mh-experince" id="mh-education">
<div class="bolor-overlay">
<div class="container section-separator">
<div class="mh-education">
<div class="col-sm-12 text-center section-title wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">
<h2>Education</h2>
</div>
<div class="mh-education-deatils">
<div class="row">
<!-- JUST -->
<div class="col-sm-12 col-md-6">
<div class="mh-education-item dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.3s">
<h4>M.Sc. in Computer Science and Engineering</h4>
<a class="mh-eduyear" href="https://just.edu.bd" target="_blank">Jashore University of Science & Technology</a>
<p>
<strong>Passing year: </strong>Running<br>
<strong>Duration: </strong>18 months <br>
<strong>CGPA: </strong>Result not published <br>
</p>
</div>
</div>
<!-- DIU -->
<div class="col-sm-12 col-md-6">
<div class="mh-education-item dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.3s">
<h4>B.Sc. in Computer Science and Engineering</h4>
<a class="mh-eduyear" href="https://daffodilvarsity.edu.bd" target="_blank">Daffodil International University</a>
<p>
<strong>Passing year: </strong>2019 <br>
<strong>Duration: </strong>4 years <br>
<strong>CGPA: </strong>3.51/4.00 <br>
</p>
</div>
</div>
<!-- HSC-->
<div class="col-sm-12 col-md-6">
<div class="mh-education-item dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.5s">
<h4>Higher Secondary School Certificate</h4>
<a class="mh-eduyear" href="https://www.sugc.edu.bd" target="_blank">Sunamganj Govt. College</a>
<p>
<strong>Passing year: </strong>2014 <br>
<strong>Session: </strong>2012-2013<br>
<strong>Duration: </strong>2 years <br>
<strong>GPA: </strong>4.10/5.00 <br>
</p>
</div>
</div>
<!-- SSC -->
<div class="col-sm-12 col-md-6">
<div class="mh-education-item dark-bg wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.5s">
<h4>Secondary School Certificate</h4>
<a class="mh-eduyear" href="http://www.gjhs.edu.bd" target="_blank">Govt. Jubilee High School, Sunamganj</a>
<p>
<strong>Passing year: </strong>2012 <br>
<strong>Session: </strong>2010-2011<br>
<strong>Duration: </strong>2 years <br>
<strong>GPA: </strong>4.50/5.00
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
===================
PORTFOLIO
===================
-->
<section class="mh-portfolio" id="mh-portfolio">
<div class="container">
<div class="row section-separator">
<div class="section-title col-sm-12 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.1s">
<h3>Recent Portfolio</h3>
</div>
<div class="section-title col-sm-12 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.1s">
<h6>This section will updated soon. Please download my cv to see my recent works</h6>
</div>
</div>
<div class="mh-portfolio-modal" id="mh">
<div class="container">
<div class="row mh-portfolio-modal-inner">
<div class="col-sm-5">
<h2>Wrap - A campanion plugin</h2>
<p>Wrap is a clean and elegant Multipurpose Landing Page Template.
It will fit perfectly for Startup, Web App or any type of Web Services.
It has 4 background styles with 6 homepage styles. 6 pre-defined color scheme.
All variations are organized separately so you can use / customize the template very easily.</p>
<p>It is a clean and elegant Multipurpose Landing Page Template.
It will fit perfectly for Startup, Web App or any type of Web Services.
It has 4 background styles with 6 homepage styles. 6 pre-defined color scheme.
All variations are organized separately so you can use / customize the template very easily.</p>
<div class="mh-about-tag">
<ul>
<li><span>php</span></li>
<li><span>html</span></li>
<li><span>css</span></li>
<li><span>php</span></li>
<li><span>wordpress</span></li>
<li><span>React</span></li>
<li><span>Javascript</span></li>
</ul>
</div>
<a href="#" class="btn btn-fill">Live Demo</a>
</div>
<div class="col-sm-7">
<div class="mh-portfolio-modal-img">
<img src="assets/images/pr-0.jif" alt="" class="img-fluid">
<p>All variations are organized separately so you can use / customize the template very easily.</p>
<img src="assets/images/pr-1.jif" alt="" class="img-fluid">
<p>All variations are organized separately so you can use / customize the template very easily.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
===================
PRICING
===================
-->
<!--
===================
BLOG
===================
-->
<section class="mh-blog" id="mh-blog">
<div class="container">
<div class="row section-separator">
<div class="col-sm-12 section-title wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">
<h3>Featured Posts</h3>
</div>
<div class="col-sm-12 section-title wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">
<h6>This section will be available soon.</h6>
</div>
</div>
</div>
</section>
<!--
===================
TESTIMONIALS
===================
-->
<!--
===================
FOOTER 1
===================
-->
<footer class="mh-footer" id="mh-contact">
<div class="map-image image-bg">
<div class="container">
<div class="row section-separator">
<div class="col-sm-12 section-title wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">
<h3>Contact Me</h3>
</div>
<div class="col-sm-12 mh-footer-address">
<div class="row">
<div class="col-sm-12 col-md-4">
<div class="mh-address-footer-item dark-bg shadow-1 wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.3s">
<div class="each-icon">
<i class="fa fa-location-arrow"></i>
</div>
<div class="each-info">
<h4>Address</h4>
<address>
H# 440, Purbo Harardia, Bara Beraid, Badda, Dhaka, Bangladesh <br>
Bangladesh
</address>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="mh-address-footer-item dark-bg shadow-1 wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.5s">
<div class="each-icon">
<i class="fa fa-envelope-o"></i>
</div>
<div class="each-info">
<h4>Email</h4>
<a href="mailto:yourmail@email.com">yasirarefinxz@gmail.com</a><br>
<a href="mailto:yourmail@email.com">tusher@yeasirarefin.com</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="mh-address-footer-item dark-bg shadow-1 wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.7s">
<div class="each-icon">
<i class="fa fa-phone"></i>
</div>
<div class="each-info">
<h4>Phone</h4>
<a href="callto:+8801670911552">(+88)-016-70911553</a><br>
<a href="#">.</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.3s">
<form id="contactForm" class="single-form quate-form wow fadeInUp" data-toggle="validator">
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="row">
<div class="col-md-6 col-sm-12">
<input name="name" class="contact-name form-control" id="name" type="text" placeholder="First Name"
required>
</div>
<div class="col-md-6 col-sm-12">
<input name="name" class="contact-email form-control" id="L_name" type="text" placeholder="Last Name"
required>
</div>
<div class="col-sm-12">
<input name="name" class="contact-subject form-control" id="email" type="email"
placeholder="Your Email" required>
</div>
<div class="col-sm-12">
<textarea class="contact-message" id="message" rows="6" placeholder="Your Message"
required></textarea>
</div>
<!-- Subject Button -->
<div class="btn-form col-sm-12">
<button type="submit" class="btn btn-fill btn-block" id="form-submit">Send Message</button>
</div>
</div>
</form>
</div>
<div class="col-sm-12 col-md-6 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.5s">
<div class="mh-map">
<div id="mh-map" class="shadow-1"></div>
</div>
</div>
<div class="col-sm-12 mh-copyright wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.3s">
<div class="row">
<div class="col-sm-6">
<div class="text-left text-xs-center">
<p><a href="https://yeasirarefin.com">Copyright info</a></p>
</div>
</div>
<div class="col-sm-6">
<ul class="social-icon">
<li><a href="https://facebook.com/shishir2sr" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/shishir2sr" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/shishir2sr" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://linkedin.com/in/shishir2sr" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--
==============
* JS Files *
==============
-->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- jQuery -->
<script src="assets/plugins/js/jquery.min.js"></script>
<!-- popper -->
<script src="assets/plugins/js/popper.min.js"></script>
<!-- bootstrap -->
<script src="assets/plugins/js/bootstrap.min.js"></script>
<!-- owl carousel -->
<script src="assets/plugins/js/owl.carousel.js"></script>
<!-- validator -->
<script src="assets/plugins/js/validator.min.js"></script>
<!-- wow -->
<script src="assets/plugins/js/wow.min.js"></script>
<!-- mixin js-->
<script src="assets/plugins/js/jquery.mixitup.min.js"></script>
<!-- circle progress-->
<script src="assets/plugins/js/circle-progress.js"></script>
<!-- jquery nav -->
<script src="assets/plugins/js/jquery.nav.js"></script>
<!-- Fancybox js-->
<script src="assets/plugins/js/jquery.fancybox.min.js"></script>
<!-- isotope js-->
<script src="assets/plugins/js/isotope.pkgd.js"></script>
<script src="assets/plugins/js/packery-mode.pkgd.js"></script>
<!-- Map api -->
<script src="http://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyCRP2E3BhaVKYs7BvNytBNumU0MBmjhhxc"></script>
<!-- Custom Scripts-->
<script src="assets/js/map-init.js"></script>
<script src="assets/js/custom-scripts.js"></script>
<!-- ****************
After neccessary customization/modification, Please minify
JavaScript/jQuery according to http://browserdiet.com/en/ for better performance
**************** -->
<!-- STYLE SWITCH STYLESHEET ONLY FOR DEMO -->
<link rel="stylesheet" href="demo/demo.css">
<script type="text/javascript" src="demo/styleswitcher.js"></script>
<script type="text/javascript" src="demo/demo.js"></script>
<div class="demo-style-switch" id="switch-style">
<a id="toggle-switcher" class="switch-button"><i class="fa fa-snowflake-o fa-spin"></i></a>
</div>
</body>
</html>