-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
569 lines (453 loc) · 32.6 KB
/
index.html
File metadata and controls
569 lines (453 loc) · 32.6 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
559
560
561
562
563
564
565
566
567
568
569
<!DOCTYPE html>
<html class="no-js ss-preload" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Mehedi Hasan</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- # preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- # page wrap
================================================== -->
<div class="s-pagewrap">
<div class="circles">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- ## site header
================================================== -->
<header class="s-header">
<div class="header-mobile">
<span class="mobile-home-link"><a href="index.html">Mehedi.</a></span>
<a class="mobile-menu-toggle" href="#0"><span>Menu</span></a>
</div>
<div class="row wide main-nav-wrap">
<nav class="column lg-12 main-nav">
<ul>
<li><a href="index.html" class="home-link">Mehedi.</a></li>
<li class="current"><a href="#intro" class="smoothscroll">Intro</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#works" class="smoothscroll">Works</a></li>
<li><a href="#contact" class="smoothscroll">Say Hello</a></li>
</ul>
</nav>
</div>
</header> <!-- end s-header -->
<!-- ## main content
==================================================- -->
<main class="s-content">
<!-- ### intro
================================================== -->
<section id="intro" class="s-intro target-section">
<div class="row intro-content wide">
<div class="column">
<div class="text-pretitle with-line">
Hello World
</div>
<h1 class="text-huge-title">
I am Mehedi, <br>
a Software Engineer. <br>
</h1>
</div>
<ul class="intro-social">
<li><a href="https://github.com/BitMavrick">Github</a></li>
<li><a href="https://www.linkedin.com/in/bitmavrick/">LinkedIn</a></li>
<li><a href="https://medium.com/@bitmavrick">Medium</a></li>
<li><a href="https://x.com/TheAlter72">Twitter</a></li>
</ul>
</div> <!-- end intro content -->
<a href="#about" class="intro-scrolldown smoothscroll">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11 21.883l-6.235-7.527-.765.644 7.521 9 7.479-9-.764-.645-6.236 7.529v-21.884h-1v21.883z"/></svg>
</a>
</section> <!-- end s-intro -->
<!-- ### about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row about-info wide" data-animate-block>
<div class="column lg-6 md-12 about-info__pic-block">
<img src="images/about-photo.png"
srcset="images/about-photo.png 1x, images/about-photo@2x.png 2x" alt="" class="about-info__pic" data-animate-el>
</div>
<div class="column lg-6 md-12">
<div class="about-info__text" >
<h2 class="text-pretitle with-line" data-animate-el>
About
</h2>
<p class="attention-getter" data-animate-el>
Passionate about coding and problem-solving, I focus on building scalable backend systems and modern Android applications using Laravel, Kotlin, and Jetpack Compose. With a solid foundation in software engineering, I enjoy turning complex ideas into practical solutions. My journey spans open-source contributions, published apps, and professional development, reflecting both creativity and technical depth.
</p>
<a href="mailto:hello.mehedi@outlook.com" class="mailtoui btn btn--medium u-fullwidth" data-animate-el>Say Hello.</a>
</div>
</div>
</div> <!-- about-info -->
<div class="row about-expertise" data-animate-block>
<div class="column lg-12">
<h2 class="text-pretitle" data-animate-el>Expertise</h2>
<ul class="skills-list h1" data-animate-el>
<li>Programming</li>
<li>Problem Solving</li>
<li>Software Backend</li>
<li>Web Applications</li>
<li>Mobile Applications</li>
<li>Database Design</li>
<li>Cybersecurity</li>
<li>Blockchain</li>
<li>System Design</li>
<li>R&D</li>
</ul>
</div>
</div> <!-- end about-expertise -->
<div class="row about-timelines" data-animate-block>
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Experience
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Mega Deals Limited</h4>
<h5 class="timeline__meta">Lead Software Engineer</h5>
<p class="timeline__timeframe">Feb 2024 - Present</p>
</div>
<div class="timeline__desc">
<p>At Mega Deals Limited, I work as Lead Software Engineer where I manage and maintain servers, oversee the company’s online platform built with PHP and Laravel, and ensure system stability. My role also involves testing, implementing new features, and optimizing performance to support business growth.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">BitMavrick</h4>
<h5 class="timeline__meta">Founder & Mobile Developer</h5>
<p class="timeline__timeframe">Nov 2023 - Present</p>
</div>
<div class="timeline__desc">
<p>Under my personal brand BitMavrick, I design, develop, and publish mobile applications. I manage the full lifecycle of apps from concept to UI, deployment, maintain open-source projects, and experiment with new technologies to build polished, user-focused mobile solutions.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Pondit.com</h4>
<h5 class="timeline__meta">PHP & Laravel Intern</h5>
<p class="timeline__timeframe">Aug 2023 - Oct 2023</p>
</div>
<div class="timeline__desc">
<p>During my internship at Pondit.com, I contributed to building a full-scale e-commerce platform. I worked on both backend development with PHP and Laravel and frontend implementation using HTML, CSS, and JavaScript. The experience strengthened my skills in full-stack development, teamwork, and delivering functional web solutions.</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Education
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Daffodil International University</h4>
<h5 class="timeline__meta">B.Sc in Software Engineering | Cybersecurity Major</h5>
<p class="timeline__timeframe">Jan 2019 - Dec 2022</p>
</div>
<div class="timeline__desc">
<p>During my B.Sc in Software Engineering, I developed a strong foundation in programming languages, data structures, algorithms, Competitive Programming, Problem Solving, OOC, OOP, Design Pattern, System design and Web Application Developments. I explored cybersecurity, networking, and Linux, and completed a thesis on blockchain and cloud computing, focusing on optimizing crypto mining by distributing tasks across multiple devices.</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
</div> <!-- end about-timelines -->
</section> <!-- end s-about -->
<!-- ### works
================================================== -->
<section id="works" class="s-works target-section">
<div class="row works-portfolio">
<div class="column lg-12" data-animate-block>
<h2 class="text-pretitle" data-animate-el>
Recent Works
</h2>
<p class="h1" data-animate-el>
Here are some of my favorite projects I have done lately. Feel free to check them out.
</p>
<ul class="folio-list row block-lg-one-half block-stack-on-1000">
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-01">
<div class="folio-list__item-pic">
<img src="images/portfolio/reporter2x.jpg"
srcset="images/portfolio/reporter2x.jpg 1x, images/portfolio/reporter2x.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Web Plateform | Open Source
</div>
<div class="folio-list__item-title">
Reporter.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://github.com/BitMavrick/Reporter" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-02">
<div class="folio-list__item-pic">
<img src="images/portfolio/everplan2x.jpg"
srcset="images/portfolio/everplan2x.jpg 1x, images/portfolio/everplan2x.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Mobile Plateform
</div>
<div class="folio-list__item-title">
Everplan.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://play.google.com/store/apps/details?id=com.bitmavrick.everplan" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-03">
<div class="folio-list__item-pic">
<img src="images/portfolio/groovy2x.jpg"
srcset="images/portfolio/groovy2x.jpg 1x, images/portfolio/groovy2x.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Mobile Plateform
</div>
<div class="folio-list__item-title">
Groovy Ultimate.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://play.google.com/store/apps/details?id=com.bitmavrick.groovy_ultimate" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-04">
<div class="folio-list__item-pic">
<img src="images/portfolio/python2x.png"
srcset="images/portfolio/python2x.png 1x, images/portfolio/python2x.png 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Algorithm | Open Source | Non-GUI
</div>
<div class="folio-list__item-title">
Crypto Mining Optimizer
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://gist.github.com/BitMavrick/cf37a464268b7c1cc11a7e3ccb7b36be" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-05">
<div class="folio-list__item-pic">
<img src="images/portfolio/lumolight2x.jpg"
srcset="images/portfolio/lumolight2x.jpg 1x, images/portfolio/lumolight2x.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Mobile Plateform | Open Source
</div>
<div class="folio-list__item-title">
Lumolight.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://play.google.com/store/apps/details?id=com.bitmavrick.lumolight" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-06">
<div class="folio-list__item-pic">
<img src="images/portfolio/saveup2x.jpg"
srcset="images/portfolio/saveup2x.jpg 1x, images/portfolio/saveup2x.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Mobile Plateform
</div>
<div class="folio-list__item-title">
SaveUp.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://play.google.com/store/apps/details?id=com.bitmavrick.saveup" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
</ul> <!-- end folio-list -->
</div> <!-- end column -->
<!-- Modal Templates Popup
-------------------------------------------- -->
<div id="modal-01" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/reporter.jpg" alt="">
<div class="modal-popup__desc">
<h5>Reporter</h5>
<p>Reporter is a community platform for writers who love sharing their work with others. Powered by a smart algorithm, it connects readers with content that matches their interests.</p>
<ul class="modal-popup__cat">
<li>HTML | CSS | JS | Bootstrap | PHP | LARAVEL | MVC</li>
</ul>
</div>
<a href="https://github.com/BitMavrick/Reporter" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-02" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/everplan.jpg" alt="">
<div class="modal-popup__desc">
<h5>Everplan</h5>
<p>Everplan is a smart expense tracker that helps you manage personal income and expenses with ease. It provides insights into your transactions to optimize spending and also keeps track of subscriptions with timely reminders.</p>
<ul class="modal-popup__cat">
<li>KOTLIN | JETPACK COMPOSE | MVVM | Currency API | Firebase</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=com.bitmavrick.everplan&hl=en" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-03" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/groovy_ultimate.jpg" alt="">
<div class="modal-popup__desc">
<h5>Groovy Ultimate</h5>
<p>Groovy Ultimate is a feature-packed offline music player that comes with tools like a tag editor, equalizer, and lyrics support. It also offers a beautiful design, multiple themes, and plenty of customization options to match your style.</p>
<ul class="modal-popup__cat">
<li>KOTLIN | JETPACK COMPOSE | MVI | LRClib API</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=com.bitmavrick.groovy_ultimate" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-04" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/crypto.jpg" alt="">
<div class="modal-popup__desc">
<h5>Crypto Mining Optimizer</h5>
<p>The crypto mining optimizer algorithm, developed in Python, demonstrates significant efficiency gains compared to traditional synced device mining systems on the blockchain.</p>
<ul class="modal-popup__cat">
<li>BLOCKCHAIN | ALGORITHM | PYTHON</li>
</ul>
</div>
<a href="https://gist.github.com/BitMavrick/cf37a464268b7c1cc11a7e3ccb7b36be" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-05" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/lumolight.jpg" alt="">
<div class="modal-popup__desc">
<h5>Lumolight</h5>
<p>Lumolight is a powerful flashlight app packed with features. It takes advantage of the Android 13+ camera API to control flash intensity, and also includes quick tile support, SOS mode, screen flash, and more.</p>
<ul class="modal-popup__cat">
<li>KOTLIN | JETPACK COMPOSE | MVVM | Android 13+ Camera API</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=com.bitmavrick.lumolight" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-06" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/saveup.jpg" alt="">
<div class="modal-popup__desc">
<h5>SaveUp</h5>
<p>A money-saving app designed for users who want to secure their future. It helps you create custom saving goals, track deposits and withdrawals, and provides insights with all the important details to keep your finances on track.</p>
<ul class="modal-popup__cat">
<li>KOTLIN | JETPACK COMPOSE | MVVM | Firebase</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=com.bitmavrick.saveup" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
</div> <!-- end works-portfolio -->
</section> <!-- end s-works -->
<!-- ### contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="row contact-top">
<div class="column lg-12">
<h2 class="text-pretitle">
Get In Touch
</h2>
<p class="h1">
I love to hear from you. — shoot me a message.
</p>
</div>
</div> <!-- end contact-top -->
<div class="row contact-bottom">
<div class="column lg-3 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Reach me at</h3>
<p class="contact-links">
<a href="mailto:hello.mehedi@outlook.com" class="mailtoui">hello.mehedi@outlook.com</a>
</p>
</div>
<div class="column lg-4 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Social</h3>
<ul class="contact-social">
<li><a href="https://www.linkedin.com/in/bitmavrick/">LinkedIn</a></li>
<li><a href="https://github.com/bitmavrick">Github</a></li>
<li><a href="https://medium.com/@BitMavrick">Medium</a></li>
</ul>
</div>
<div class="column lg-4 md-12 contact-block">
<a href="mailto:hello.mehedi@outlook.com" class="mailtoui btn btn--medium u-fullwidth contact-btn">Say Hello.</a>
</div>
</div> <!-- end contact-bottom -->
</section> <!-- end contact -->
</main> <!-- end s-content -->
<!-- ## footer
================================================== -->
<footer class="s-footer">
<div class="row">
<div class="column ss-copyright">
<span>© Copyright <span id="currentYear"></span> BitMavrick</span>
<span>Design by <a href="https://bitmavrick.github.io/">Mehedi Hasan</a> Distribution By <a href="https://github.com/BitMavrick">BitMavrick</a></span>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill-rule="evenodd" clip-rule="evenodd"><path d="M11 2.206l-6.235 7.528-.765-.645 7.521-9 7.479 9-.764.646-6.236-7.53v21.884h-1v-21.883z"/></svg>
</a>
</div>
</div>
</footer> <!-- end s-footer -->
</div> <!-- end -s-pagewrap -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
</body>
</html>