-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
521 lines (414 loc) · 17.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords"
content="Fahim, fahim ,Mahtamun Hoque Fahim, mahtamun hoque fahim , Mahtamun Hoque , mahtamun hoque , Fahim , fahim , Student , Student Fahim , muslimian , Muslimian Fahim , Graphic Designer ,graphic designer fahim , Web Designer , web designer fahim , debater fahim , Debater , Blogger , blogger fahim , Web developer , web developer fahim , programmer , programmer fahim, google, yahoo, bing , niha, Farida , Nigar , Seo , Search Engine Optimization ">
<meta name="author" content="Mahtamun Hoque Fahim , Fahim's Space">
<!--for google search console ,super important!! -->
<!-- for google webmaster central -->
<meta name="google-site-verification" content="rEHRjJEX2w1pHz86gcXQyTsy_2k06cz5pZSNFGvR2Fo" />
<!--for google bots -->
<meta name="robots" content="follow">
<meta name="googlebot" content="index">
<!--social media apearance -->
<!-- Primary Meta Tags -->
<title>Mahtamun Hoque Fahim</title>
<meta name="title" content="Mahtamun Hoque Fahim">
<meta name="description"
content="Hello there ! I'm Mahtamun Hoque Fahim ; a student, graphic designer, front-end developer and bookworm">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Mahtamun Hoque Fahim">
<meta property="og:description"
content="Hi there ! I'm Mahtamun Hoque Fahim ; a student, graphic designer, front-end developer and bookworm">
<meta property="og:url" content="https://fahim.pages.dev/">
<meta property="og:type" content="website">
<meta property="og:image"
content="https://raw.githubusercontent.com/mahtamun-hoque-fahim/mahtamun-hoque-fahim.github.io/main/assets/media/og-preview.png">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter -->
<meta property="twitter:title" content="Mahtamun Hoque Fahim | Frontend Dev">
<meta property="twitter:description"
content="Hi there ! I'm Mahtamun Hoque Fahim ; a student, graphic designer, front-end developer and bookworm">
<meta property="twitter:url" content="https://fahim.pages.dev/">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image"
content="https://raw.githubusercontent.com/mahtamun-hoque-fahim/mahtamun-hoque-fahim.github.io/main/assets/media/OG%20preview.png">
<!-- discord showoff -->
<meta name="https://fahim.pages.dev/.well-known/discord" content="dh=82d6a3b06da8df4643ceb1e2e4803de1930d09f7" />
<!-- Phone browsers status bar colors-->
<!-- for android phone browsers -->
<meta name="theme-color" content="#222222" />
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#222222">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#222222">
<!--fontawsome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link rel="canonical" href="https://mahtamun-hoque-fahim.github.io/" />
<!--favicon-->
<!-- Desktop browsers (including 16x6, 32x32 & 48x48 PNGs) -->
<link rel="shortcut icon" href="/assets/media/favicon.ico" type="image/x-icon">
<!-- Modern browsers (196x196 should cover all modern browsers) -->
<link rel="icon" type="image/png" href="/assets/media/favicon.ico">
<!-- iOS & other mobile devices (ideally 180x180, at least 120x120) -->
<link rel="apple-touch-icon" href="/assets/media/favicon.ico">
<!-- my custom css -->
<link rel="stylesheet" href="/assets/web/style.css">
<link rel="stylesheet" href="/assets/web/small-device.css">
</head>
<body>
<header class="primary-header">
<button class="mobile-nav-toggle" aria-controls="primary-navigation" aria-expanded="false"><span
class="sr-only">Menu</span></button>
<nav>
<ul id="primary-navigation" data-visible="false" class="primary-navigation flex">
<li><a href="#home"><span aria-hidden="true">00</span>Intro</a></li>
<li><a href="#i-do"><span aria-hidden="true">01</span>What I do</a></li>
<li><a href="#about-me"><span aria-hidden="true">02</span>About</a></li>
<li><a href="#i-can-use"><span aria-hidden="true">03</span>Tech stack</a></li>
<li><a href="#projects"><span aria-hidden="true">04</span>Projects</a></li>
<li><a href="#social"><span aria-hidden="true">05</span>Connect</a></li>
</ul>
</nav>
</header>
<!-- home section -->
<section id="home" class="home">
<div>
<div>
<img src="/assets/media/personal/avatar.webp"
alt="Mahtamun Hoque Fahim smiling , in a happy momment!">
</div>
<div>
<span class="mytags"></span>
<h1>Mahtamun Hoque Fahim</h1>
<p>Hi! I'm Fahim. I'm a front-end developer based in Chattogram, Bangladesh. I
spend most of my time working on freelance and building my own
projects.</p>
<div>
<a
href="mailto:mahtamunhoquefahim@pm.me?subject=Hellow Fahim,Wanna collaborate ?&body=Your gorgeous text here"><button>
Hire Me</button></a>
<a href="#" onclick="return false" class="pagenr"><button>Download CV</button></a>
</div>
</div>
</div>
</section>
<!-- what I can do with a small description -->
<section class="i-do" id="i-do">
<h1>What I do?</h1>
<hr>
<div>
<article>
<h2><i class="fas fa-palette"></i> Graphic design</h2>
<p>I can design for you based on your needs. Logos or posters, banners, profile covers, art, or any web
content - it's easy for me to make any kind of design outstanding!</p>
<div>
<a href="https://mydesigns.pages.dev" class="pagenr" target="_blank" rel="noopener"><button>Take a tour</button></a>
</div>
</article>
<article>
<h2><i class="fas fa-desktop"></i> Web development</h2>
<p>I'm specialized in creating any kind of static website for your business or personal, commercial, or
non-profit! I'm also specialized in developing the frontend of your website and can make it great
looking !
</p>
<div>
<a href="#" onclick="return false" class="pagenr"><button>Have a look</button></a>
</div>
</article>
<article>
<h2><i class="fas fa-rocket"></i> SEO related stuff</h2>
<p>If your website is not very fast at present, you will not be able to compete with other websites. At
the same time, your website will lag behind Google's search result ranking many times. I will fix
the core issues of your website quite differently, so that it can be significantly faster than
before!
</p>
<div>
<a href="#" onclick="return false" class="pagenr"><button>Visit projects</button></a>
</div>
</article>
<article>
<h2><i class="fas fa-pencil-ruler"></i> UI/UX design</h2>
<p>The importance of UI / UX design in today's world is immense! I can make the pixel-perfect
user interface and user experience for your applications in such a way that your customers become
satisfied and
you also get a profitable price!</p>
<div>
<a href="https://figma.com/@fahim" target="_blank" rel="noopener"><button>Visit Figma
community</button></a>
</div>
</article>
<article>
<h2><i class="fas fa-camera"></i> Photography</h2>
<p>Photography is my hobby. Having a hobby of photography is becoming my master in
photography!
Book your time and place today and look forward to getting your best moments!</p>
<div>
<a href="https://instagram.com/fahim_snaps"><button>Get schedule now</button></a>
</div>
</article>
<article>
<h2><i class="fas fa-file-alt"></i> Blogging</h2>
<p>Basically, I did not start blogging to make money!
My blogging started from the thought of writing down my thoughts and ideas somewhere!
I also write infographic, idea-oriented, current trend articles for an organization called Sulphuric
Bench!</p>
<div>
<a href="https://facebook.com/groups/sulphuric.bench/?ref=fahim.pages.dev"><button>Visit Sulphuric
Bench</button></a>
</div>
</article>
</div>
</section>
<!-- about me section -->
<section id="about-me" class="about-me">
<p>Just a bit</p>
<h2>About Me</h2>
<hr>
<div class="colored-back">
<div>
<p> Hello, I am <b>Mahtamun Hoque Fahim</b> from <b>Bangladesh</b> . I am simultaneously a student,
frontend dev,
graphic
designer, UI/UX designer, 詠春 Enthusiast and bookworm.</p>
<div class="empty"></div>
<p> My goal is to be a <b>full-stack web developer</b> and so I'm trying to build myself from now on.
Currently, I
can
do
HTML, CSS and <b>a bit JavaScript</b>. I'm trying to dig inside dom and making little but thrilling
projects
everyday. Very soon , I'm going to learn a framework
of JavaScript and would be building much more better project from on now. My next goal is to build
myself up as a good
<b>frontend web developer</b>. Then I desire to gradually become a <b>full-stack web developer</b>
by focusing on
<b>full-stack</b> web
development.
</p>
</div>
</div>
</section>
<!-- Technologies i use most of the time -->
<section id="i-can-use" class="i-can-use">
<div>
<p>Technologies I use</p>
<h2>Most often</h2>
<hr>
<div class="icons">
<div class="icon"><i class="fab fa-html5"></i></div>
<div class="icon"><i class="fab fa-css3-alt"></i></div>
<div class="icon"><i class="fab fa-js"></i></div>
<div class="icon"><i class="fab fa-bootstrap"></i></div>
<div class="icon"><i class="fab fa-figma"></i></div>
<div class="icon"><i class="fab fa-github-alt"></i></div>
<div class="icon"><i class="fab fa-ubuntu"></i></div>
<div class="icon"><i class="fab fa-git-alt"></i></div>
<div class="icon"><i class="fab fa-windows"></i></div>
<div class="icon"><i class="fab fa-codepen"></i></div>
<div class="icon"><i class="fab fa-google"></i></div>
<div class="icon"><i class="fas fab fa-terminal"></i></div>
</div>
</div>
</section>
<!-- whatever I've built , some of them -->
<section class="projects" id="projects">
<div>
<p>Projects that</p>
<h2>I've built</h2>
<hr>
<div>
<div>
<h1>Messenger Clone</h1>
<p>Built frontend of messenger.com spending 3hrs 38mins and 53sec.</p>
<div>
<a href="https://messenger--clone.now.sh/?ref=fahim.pages.dev" target="_blank">Live Demo</a>
<a href="https://github.com/mahtamun-hoque-fahim/messenger-clone" target="_blank">Source
code</a>
</div>
</div>
<div>
<h1>Todo App</h1>
<p>Built a todo app using plain javascript</p>
<div>
<a href="https://codepen.io/mahtamunhoquefahim/full/poPdemQ/?ref=fahim.pages.dev"
target="_blank">Live Demo</a>
<a href="https://codepen.io/mahtamunhoquefahim/pen/poPdemQ" target="_blank">Source
code</a>
</div>
</div>
<div>
<h1>Multipurpose Blog</h1>
<p>Built a multipurpose blog template for personal and commercial use</p>
<div>
<a href="https://myblogs.pages.dev/?ref=fahim.pages.dev" target="_blank">Live Demo</a>
<a href="https://github.com/mahtamun-hoque-fahim/blog" target="_blank">Source code</a>
</div>
</div>
<div>
<h1>Data record form</h1>
<p>A cool looking data record form with a reactjs ecosystem looking like UI</p>
<div>
<a href="https://sulphuric-form.now.sh/?ref=fahim.pages.dev" target="_blank">Live Demo</a>
<a href="https://github.com/mahtamun-hoque-fahim/sulphuric-data-form" target="_blank">Source
code</a>
</div>
</div>
<div>
<h1>Portfolio Website</h1>
<p>A professional looking portfolio website for developers</p>
<div>
<a href="https://faahim.now.sh/?ref=fahim.pages.dev" target="_blank">Live Demo</a>
<a href="https://github.com/mahtamun-hoque-fahim/portfolio-v2" target="_blank">Source
code</a>
</div>
</div>
</div>
</div>
</section>
<!-- Previously worked with section -->
<section class="worked" id="worked">
<div>
<p>Previously</p>
<h2>Worked with</h2>
<hr>
<div class="scroller logo-list" data-speed="slow">
<ul class="tag-list scroller__inner">
<li>
<div><img src="/assets/media/other-logo/sulphuric-bench.svg" alt="" class="worked-logo"></div>
<label for="org-name">Sulphuric Bench</label>
</li>
<li>
<div><img src="/assets/media/other-logo/datos base logo.svg" alt="" class="worked-logo"></div>
<label for="org-name"> Datos Marketing tour</label>
</li>
<li>
<div><img src="/assets/media/other-logo/curious bee base logo.svg" alt="" class="worked-logo">
</div>
<label for="org-name">Curious Bee</label>
</li>
<li>
<div><img src="/assets/media/other-logo/Hash DEV base logo.svg" alt="" class="worked-logo">
</div>
<label for="org-name">Hash Dev</label>
</li>
<li>
<div><img src="/assets/media/other-logo/pgc 61 base.svg" alt="" class="worked-logo"></div>
<label for="org-name">PGC 61</label>
</li>
<li>
<div><img src="/assets/media/other-logo/hash NERD base logo.svg" alt="" class="worked-logo">
</div>
<label for="org-name">Hash Nerd</label>
</li>
<li>
<div><img src="/assets/media/other-logo/loraz base logo.svg" alt=""
class="worked-logo change-size"></div>
<label for="org-name">Loraz BD</label>
</li>
<li>
<div><img src="/assets/media/other-logo/fahim space base logo.svg" alt=""
class="worked-logo change-size">
</div>
<label for="org-name">Fahim space alt</label>
</li>
</ul>
</div>
</div>
</section>
<!-- what I've achived -->
<section class="what-happend" id="what-happend">
<p>So</p>
<h1>What happend?</h1>
<hr>
<div>
<div>
<i class="fas fa-user-tie"></i>
<p>Got happy Client</p>
<h1>08</h1>
</div>
<div>
<i class="fas fa-stopwatch"></i>
<p>Worked hard </p>
<h1>1500h+</h1>
</div>
<div>
<i class="fas fa-tools"></i>
<p>Projects completed</p>
<h1>75+</h1>
</div>
<div>
<i class="fas fa-mug-hot"></i>
<p>Tea consumed</p>
<h1>1000+</h1>
</div>
</div>
</section>
<!-- social media links section -->
<section class="social" id="social">
<p>Looking for me</p>
<h2>Somewhere else?</h2>
<hr>
<div class="icons">
<a href="https://facebook.com/mahtamunhoque.fahim/?ref=fahim.pages.dev" target="_blank" rel="noopener">
<div class="icon"> <i class="fab fa-facebook"></i></div>
</a>
<a href="https://twitter.com/intent/follow?screen_name=mahtamunF®ion=follow_link/?ref=fahim.pages.dev"
target="_blank" rel="noopener">
<div class="icon"> <i class="fab fa-twitter"></i></div>
</a>
<a href="https://github.com/mahtamun-hoque-fahim/?ref=fahim.pages.dev" target="_blank">
<div class="icon"> <i class="fab fa-github-alt"></i></div>
</a>
<a href="https://stackoverflow.com/users/15168679/mahtamun-hoque-fahim/?ref=fahim.pages.dev" target="_blank"
rel="noopener">
<div class="icon"> <i class="fab fa-stack-overflow"></i></div>
</a>
<a href="https://codepen.io/mahtamunhoquefahim/?ref=fahim.pages.dev" target="_blank" rel="noopener">
<div class="icon"> <i class="fab fa-codepen"></i></div>
</a>
<a href="https://t.me/mahtamunhoquefahim/?ref=fahim.pages.dev" target="_blank" rel="noopener">
<div class="icon"> <i class="fab fa-telegram"></i></div>
</a>
<a href="https://linkedin.com/in/mahtamun-hoque-fahim/?ref=fahim.pages.dev" target="_blank" rel="noopener">
<div class="icon"><i class="fab fa-linkedin"></i></div>
</a>
</div>
<div class="mail">
<a href="mailto:mahtamunhoquefahim@pm.me?subject=Hellow Fahim !!&body=Your text here" target="_blank"
rel="noopener"><button> Say Hi <i class="fa-solid fa-envelope-dot"></i> </button></a>
<a href="https://faahim.bio.link/?ref=fahim.pages.dev" target="_blank" rel="noopener">Other social accounts
❱</a>
</div>
</section>
<!-- copywrite section -->
<section class="built-by" id="built-by">
<div>
<p>© 2020-2022 [ <a class="blue" href="https://creativecommons.org/licenses/by-sa/4.0/?ref=fahim.pages.dev"
target="_blank" rel="noopener">CC
BY-SA 4.0 <i class="fas fa-external-link-alt"></i> </a> ] ,
<br>
</p>
<p>Under <a class="blue" href="https://creativecommons.org/licenses/by-sa/4.0/#deed-conditions"
target="_blank" rel="noopener"> Creative Commons 4.0 <i class="fas fa-external-link-alt"></i> </a>
& <a class="blue" href="https://choosealicense.com/licenses/" target="_blank" rel="noopener">MIT license
<i class="fas fa-external-link-alt"></i></a> </p>
<p>Designed,maintained and <span class="codeCounter"></span> lines of code was writen with
huge <i class="fas fa-heart"></i> by <a
href="https://github.com/mahtamun-hoque-fahim/?ref=fahim.pages.dev" target="_blank" rel="noopener"
class="name blue">Fahim <i class="fas fa-external-link-alt"></i></a></p>
</div>
</section>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
data-cf-beacon='{"token": "2800963301304881a3041775d1273977"}'></script>
<!-- End Cloudflare Web Analytics -->
<!-- my javascript file -->
<script src="/assets/web/app.js"></script>
<!-- Cloudflare Pages Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
data-cf-beacon='{"token": "2800963301304881a3041775d1273977"}'></script><!-- Cloudflare Pages Analytics -->
</body>