-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
623 lines (597 loc) · 24.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta charset="UTF-8"> -->
<!-- basic meta --------- -->
<meta content="text/html; charset=UTF-8" name="Content-Type" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Official Protfolio website for Shoaib Hossain (SIHAB). explore my works if you are curious."
/>
<!-- other ---------- -->
<link
rel="image_src"
href="https://sbstudio.netlify.app/img/shoaib_steave_pose_about_bg.png"
/>
<link
itemprop="thumbnailUrl"
href="https://sbstudio.netlify.app/img/shoaib_steave_pose_about_bg.png"
/>
<meta
name="google-site-verification"
content="PNI_HrZILOiSkgzy4AJpG5istIkQxB04BW5anGmKrj0"
/>
<meta name="author" content="SIHAB" />
<!-- og meta --- -->
<meta
name="facebook-domain-verification"
content="7ydtgkbvg926tl4rhdc2oobcpvrxx8"
/>
<meta property="og:title" content="Shoaib Hossain's Portfolio" />
<meta property="og:site_name" content="SIHAB Portfolio" />
<meta property="og:type" content="Portfolio" />
<meta
property="og:description"
content="A passionate web developer with a keen eye for detail and a love for all
things digital. I thrive on turning innovative ideas into functional, user-friendly websites."
/>
<meta
property="og:image"
content="https://sbstudio.netlify.app/img/shoaib_steave_pose_about_bg.png"
/>
<meta property="og:url" content="sbstudio.netlify.app" />
<!-- twitter meta ------ -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://sbstudio.netlify.app/img/shoaib_steave_pose_about_bg.png"
/>
<meta name="twitter:title" content="Shoaib Hossain || Portfolio" />
<meta name="twitter:site" content="@ShoaibSihab" />
<meta name="twitter:url" content="https://sbstudio.netlify.app/" />
<meta name="twitter:domain" content="https://sbstudio.netlify.app/" />
<meta
name="twitter:description"
content="Portfolio website of Shoaib Hossain SIHAB. FullStack developer | APP developer | Software Engineer."
/>
<link rel="apple-touch-icon" href="img/code.png" />
<link rel="icon" type="image/png" href="img/code.png" />
<link rel="icon" type="image/png" href="img/code.png" />
<link rel="shortcut icon" type="image/png" href="img/code.png" />
<title>SB studio || Portfolio</title>
<link rel="stylesheet" href="style.css" id="light-theme" />
<!-- <link rel="stylesheet" href="light.css"> -->
<!-- * External Link and scripts -->
<script
src="https://kit.fontawesome.com/19c66b87c5.js"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- <div id="light-theme"></div> -->
<!-- header section --------------------// -----------------------// -------//----->
<header>
<h1>
<a href="#"><span>SIHAB</span></a>
</h1>
<nav>
<div class="button" id="navbtn"><i class="fa-solid fa-bars"></i></div>
<ul class="navlist">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#service">Services</a></li>
<li><a href="#skill">Skills</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<!-- <li><a href="#contact">Contact</a></li> -->
<div id="light" onclick="theme()">
<i class="fa-solid fa-circle-half-stroke fa-spin"></i>
</div>
</ul>
</nav>
</header>
<!-- home section ----------------------// -----------------------// -------//----->
<section class="home" id="home">
<div class="lefthome">
<div class="text-slider">
<h3 class="verse">Shoaib Hossain (SIHAB)</h3>
<p>Experienced with <span id="changingText">Web Development</span></p>
</div>
<div class="mail-info">
<h4>Email :</h4>
<a href="mailto://[email protected]">[email protected]</a>
<h4>Other Contacts :</h4>
<a href="https://m.me/shoaibhossain55" target="_blank"
>Facebook Messenger</a
>
<br />
<a href="https://www.fiverr.com/inbox/shoaib_hossain_" target="_blank"
>Fiverr</a
>
<br />
<a href="https://linkedin.com/in/shoaib-hossain" target="_blank"
>Linkedin</a
>
<br />
</div>
<div class="button">
<button class="btn">
<a href="#portfolio" class="a"> Portfolio ⇓</a>
</button>
<button class="btn">
<a
href="https://www.upwork.com/freelancers/~01c7feff653a1e5c5d?mp_source=sbstudio.netlify.app"
target="_blank"
>
UpWork
</a>
</button>
</div>
<div class="social">
<a
href="https://m.facebook.com/shoaibhossain55/"
class="btn"
target="_blank"
title="Faccebook"
><i class="fa-brands fa-facebook fa-fade"></i
></a>
<a
href="https://www.linkedin.com/in/shoaib_hossain_"
class="btn"
target="_blank"
title="Linkedin"
><i class="fa-brands fa-linkedin fa-fade"></i
></a>
<a
href="https://www.instagram.com/shoaibhossain15"
class="btn"
target="_blank"
title="Instagram"
><i class="fa-brands fa-instagram fa-fade"></i
></a>
<a
href="https://fiverr.com/shoaib_hossain_"
class="btn"
target="_blank"
title="Fiverr"
>
<i class="fiverr fa-fade">Fi</i>
</a>
<a
href="https://github.com/MrSIHAB"
class="btn"
target="_blank"
title="Github"
>
<i class="fa-brands fa-github fa-fade"></i>
</a>
</div>
</div>
<div class="righthome">
<div class="animaion">
<svg
loading="lazy"
viewBox="0 0 500 500"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%"
id="blobSvg"
>
<path fill="#00ccff">
<animate
attributeName="d"
dur="10000ms"
repeatCount="indefinite"
values="
M447,286.5Q414,323,411,374.5Q408,426,357.5,426Q307,426,267,447Q227,468,190.5,442Q154,416,123.5,390Q93,364,49.5,333Q6,302,23,253.5Q40,205,63,168Q86,131,116,100.5Q146,70,188,65.5Q230,61,278,38Q326,15,366,46Q406,77,415.5,124.5Q425,172,452.5,211Q480,250,447,286.5Z;
M476,300Q474,350,445.5,392.5Q417,435,368.5,450Q320,465,274.5,459Q229,453,188,441Q147,429,116,399.5Q85,370,68,331Q51,292,41.5,248Q32,204,41.5,155Q51,106,90,73Q129,40,179,45.5Q229,51,277,35Q325,19,349.5,65.5Q374,112,400.5,141.5Q427,171,452.5,210.5Q478,250,476,300Z;
M441,289.5Q427,329,400,358Q373,387,341,409.5Q309,432,268,452.5Q227,473,184.5,455Q142,437,106.5,408.5Q71,380,44.5,339.5Q18,299,44,255.5Q70,212,84.5,176Q99,140,118,97Q137,54,182.5,47Q228,40,267.5,57.5Q307,75,360.5,71.5Q414,68,441.5,110.5Q469,153,462,201.5Q455,250,441,289.5Z;
M476,300Q474,350,445.5,392.5Q417,435,368.5,450Q320,465,274.5,459Q229,453,188,441Q147,429,116,399.5Q85,370,68,331Q51,292,41.5,248Q32,204,41.5,155Q51,106,90,73Q129,40,179,45.5Q229,51,277,35Q325,19,349.5,65.5Q374,112,400.5,141.5Q427,171,452.5,210.5Q478,250,476,300Z;
M455,296Q457,342,419.5,369.5Q382,397,349,426Q316,455,272.5,452Q229,449,186.5,441.5Q144,434,125,394.5Q106,355,88.5,321.5Q71,288,69.5,249.5Q68,211,75.5,170Q83,129,111,93Q139,57,182,36.5Q225,16,269,36Q313,56,347.5,80Q382,104,429.5,126.5Q477,149,465,199.5Q453,250,455,296Z;
M447,286.5Q414,323,411,374.5Q408,426,357.5,426Q307,426,267,447Q227,468,190.5,442Q154,416,123.5,390Q93,364,49.5,333Q6,302,23,253.5Q40,205,63,168Q86,131,116,100.5Q146,70,188,65.5Q230,61,278,38Q326,15,366,46Q406,77,415.5,124.5Q425,172,452.5,211Q480,250,447,286.5Z;
"
></animate>
</path>
</svg>
<img src="img/sb.png" alt="Shoaib_hossain_" />
</div>
</div>
</section>
<!-- about section ---------------------// -----------------------// -------//----->
<section id="about" class="about">
<!-- <div id="aboutspace"></div> -->
<div class="about-info">
<h1>About Me</h1>
<p>
Hello, I'm <span>SIHAB</span>, a passionate Software Engineer with a
keen eye for detail and a love for all things digital. I thrive on
turning innovative ideas into functional, user-friendly products with
a strong foundation in
<span>Front-end, Backend, Mobile and Desktop</span> development. I'm
constantly exploring to stay at the forefront of technology.
</p>
<a class="button">
<!-- <button class="btn">Read more</button> -->
</a>
</div>
<div class="emptyDiv">
<!-- <img class="img" src="img/shoaib_steve.jpg" alt="SIHAB"> -->
<div class="exp">
<h4>4+</h4>
<p>Years of experience</p>
</div>
<div class="raw">
<h4>95%</h4>
<p>Raw HTML/CSS Expert</p>
</div>
<div class="accuracy">
<h4>99%</h4>
<p>Accurate Designing</p>
</div>
</div>
</section>
<!-- service section -------------------// -----------------------// -------//----->
<section id="service" class="service">
<p>What will we do for you</p>
<h1>Services</h1>
<article>
<!-- full stack web -->
<div class="card web">
<img src="img/code.png" alt="Web Development" />
<h3>
<abbr title="FullStack">Web Development</abbr>
</h3>
<p>
Transform your
<b><span class="glow-tx">vision into reality</span></b> with
cutting-edge web solutions. From sleek frontend designs to robust
backend functionalities, we craft business-ready websites tailored
to your needs. Utilizing the latest technologies such as HTML, CSS,
<span>JavaScript, React,</span> Bootstrap, and other frontend
frameworks, alongside powerful backend tools like PHP,
<span>NodeJS, Deno, Express, </span> we ensure your site stands out.
Harnessing the speed and reliability of <span>MongoDB</span> and
<span>MySQL</span> databases, we deliver high-performance solutions
that drive your business forward.
</p>
<a href="https://www.fiverr.com/s/1dPDmr" class="btn" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square fa-shake"></i>
Share Design now
</a>
</div>
<!-- flutter app development -->
<div class="card app">
<img src="img/mobileOs.png" alt="APP" />
<h3><abbr title="Android / iOS">Mobile Development</abbr></h3>
<!-- Abbr Title-->
<p>
Dive into the
<b><span class="glow-tx">future of business</span></b> with
cross-platform applications built from
<span
>a single, unified codebase using Flutter and React Native</span
>
frameworks. Drawing on extensive experience in JavaScript, C
programming, and proficiency in Dart, I specialize in seamlessly
integrating
<span
>logic with intuitive UI/UX design in your Android or iOS
</span>
app. Let's elevate your business with versatile, efficient, and
scalable mobile solutions tailored to meet your unique requirements.
</p>
<!-- todo: need to add a gig link in a tag ---------------------------------------- -->
<a href="" class="btn" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square fa-shake"></i>
More
</a>
</div>
<!-- Desktop app -->
<div class="card graphics">
<img src="img/graphics.png" alt="graphics Designing" />
<h3>
<abbr title="Windows, MacOS, Linux">Desktop Development</abbr>
</h3>
<p>
<b><span class="glow-tx">Expand your brand </span></b>across all
platforms with our tailored desktop development solutions.
Leveraging the speed and versatility of <span>Flutter</span> and the
easy reuse capabilities of <span>Electron</span>, we bring your app
to PC enthusiasts who prioritize desktop applications. Whether your
audience uses
<span
>Windows, MacOS, or Linux (including deb, Snap, archives, and
more),
</span>
we ensure seamless integration and optimal performance on every
operating system. Let's empower your brand to thrive everywhere.
</p>
<!-- todo a tag link -->
<a href="" class="btn" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square fa-shake"></i>
More
</a>
</div>
</article>
</section>
<!-- Journy section -------------------// -----------------------// -------//----->
<section id="journey" class="journey">
<div class="journeyWraper">
<div class="infoSide">
<h1>My Journey</h1>
<div class="para">
<p class="journeyPara">
My journey started with failure when I attempted to learn
programming through a challenging C programming video aimed at
creating an app, which left me feeling overwhelmed. I then turned
my attention to HTML, successfully learning it from a
well-organized ICT book during class XI. This early success
encouraged me to experiment with CSS and gradually accept the
necessity of JavaScript for web development. Despite my initial
reluctance, I managed to grasp the basics of NodeJS and MongoDB
from CodeWithHarry. However, PHP proved to be a stumbling block
initially due to its syntax and functionality. Through further
exploration, I eventually understood PHP's role as a backend
language, which prompted deeper dives into Node and React to align
with industry demands. I faced ongoing challenges with React Redux
and GraphQL, but my persistence and dedication to learning allowed
me to overcome these obstacles. Despite setbacks in job searches,
I found solace in Android development and eventually transitioned
to Flutter due to its efficiency in UI design and similarities to
React Native. Now proficient in multiple platforms, I feel
well-prepared to tackle professional challenges across various
domains. My journey underscores resilience in overcoming initial
failures and setbacks, demonstrating my commitment to continuous
learning and adaptation in the dynamic field of software
development.
</p>
</div>
</div>
<div class="emptySide"></div>
</div>
</section>
<!-- Skills section -------------------// -----------------------// -------//----->
<section id="skill" class="skill">
<h1>Skills</h1>
<div class="left-skill">
<h4>Technical Skills</h4>
<div
class="skill-bar"
title="HTML, CSS, JavaScript, Bootstap, Frameworks..."
>
<p>Front-end</p>
<div class="bar"><span class="frontend fillBar"></span></div>
<p>85%</p>
</div>
<div class="skill-bar">
<p>Backend</p>
<div class="bar"><span class="backend fillBar"></span></div>
<p>90%</p>
</div>
<div
class="skill-bar"
title="Node Core Modules, MongoDB, EJS, Express, Multer..."
>
<p>Mobile App</p>
<div class="bar"><span class="mobile fillBar"></span></div>
<p>75%</p>
</div>
<div class="skill-bar">
<p>Desktop App</p>
<div class="bar"><span class="desk fillBar"></span></div>
<p>70%</p>
</div>
<div class="skill-bar">
<p>JavaScript</p>
<div class="bar"><span class="js fillBar"></span></div>
<p>95%</p>
</div>
</div>
<div class="right-skill">
<h4>Professional Skills</h4>
<div class="prof">
<div class="box" title="I'm not a part of any team">
<div class="circle" data-dots="70" data-percent="0"></div>
<div class="text">
<big>0%</big>
<small>team work</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="70" data-percent="98"></div>
<div class="text">
<big>98%</big>
<small>accuracy</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="70" data-percent="90"></div>
<div class="text">
<big>90%</big>
<small>optimization</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="70" data-percent="99"></div>
<div class="text">
<big>99.9%</big>
<small>communication</small>
</div>
</div>
</div>
</div>
</section>
<!-- * Portfolio section -----------------//-------------------//-----------------//-------// -->
<section class="portfolio" id="portfolio">
<p>MY CREATIONS</p>
<h1><span>Portfolio</span></h1>
<div class="card-box" id="post-parent">
<!-- Ababil Chrome Extension ----------- -->
<div class="card">
<img src="img/browser-home.png" alt="post" loading="lazy" />
<div class="info">
<h5>Ababil HomePage</h5>
<p>
A browser <b>Homepage/NewTab</b> for Professional users. It's
featured with popular
<em>Search Engines and website shortcuts</em>.
</p>
<a href="https://github.com/MrSIHAB/ababil-professional"
><button class="btn">
<i
class="fa-solid fa-arrow-up-right-from-square fa-shake"
></i></button
></a>
</div>
</div>
<!-- Portfolio ----------- -->
<div class="card">
<img src="img/portfolio.png" alt="post" loading="lazy" />
<div class="info">
<h5>Portfolio</h5>
<p>
This is my portfolio website that you're currently exploring.
There's a lot of feature is being added to this website to make it
more user-friendly.
</p>
<a href="https://sbstudio.netlify.app"
><button class="btn">
<i
class="fa-solid fa-arrow-up-right-from-square fa-shake"
></i></button
></a>
</div>
</div>
<!-- sb kINGDOM --------- -->
<div class="card">
<img src="img/mathab.png" alt="post" loading="lazy" />
<div class="info">
<h5>Mathab Extension</h5>
<p>
A VS-Code/Codium theme Extension. I specially designed it for
myself. Lite Weight Extension works fine with any system.
Available on VS-Code marketplace. See more on github...
</p>
<a href="https://github.com/MrSIHAB/vscode-mathab" target="_blank"
><button class="btn">
<i
class="fa-solid fa-arrow-up-right-from-square fa-shake"
></i></button
></a>
</div>
</div>
<!-- portfolio ----------- -->
<!-- <div class="card">
<img src="img/port2.png" alt="post" loading="lazy">
<div class="info">
<h5>Portfolio Post</h5>
<p>This is my portfolio website that you're currently exploring. There's a lot of feature is being
added to this website to make it more user-friendly.</p>
<a href="#skill"><button class="btn"><i class="fa-solid fa-arrow-up-right-from-square fa-shake"></i></button></a>
</div>
</div> -->
<!-- post----------------- -->
<!-- <div class="card">
<img src="img/MAKEUP24.png" alt="post" loading="lazy">
<div class="info">
<h5>Portfolio Post</h5>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. A doloremque vitae nisi
pariatur ullam quas!</p>
<a href=""><button class="btn"><i class="fa-solid fa-arrow-up-right-from-square fa-shake"></i></button></a>
</div>
</div> -->
<!-- post--------------- -->
<!-- <div class="card">
<img src="img/MAKEUP24.png" alt="post" loading="lazy">
<div class="info">
<h5>Portfolio Post</h5>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. A doloremque vitae nisi
pariatur ullam quas!</p>
<a href=""><button class="btn"><i class="fa-solid fa-arrow-up-right-from-square fa-shake"></i></button></a>
</div>
</div> -->
</div>
</section>
<!-- Contact section -----------------//-------------------//-----------------//-------// -->
<section id="contact" class="contact">
<p>Wright Your Need and Comments</p>
<h2><span>Contact</span></h2>
<form
action="https://docs.google.com/forms/u/0/d/e/1FAIpQLScSg24epvBo04a6dkJocg9i5xuTXKtopqcSj-xMzD1qa9FKIw/formResponse"
class="contact-box"
method="post"
target="_self"
>
<input
type="text"
name="entry.429674546"
id=""
placeholder="Full Name"
/>
<input
type="email"
name="entry.777377874"
id=""
placeholder="* Email Address"
required
/>
<input
type="text"
name="entry.75700319"
id=""
placeholder="Your Address"
/>
<textarea
name="entry.1914074377"
id=""
cols="30"
rows="12"
placeholder="* Comments"
required
></textarea>
<button type="submit" class="btn">Send</button>
</form>
</section>
<!-- footer -------------//--------------------//----------------------//---------------------//--- -->
<footer>
<p>SB Studio © all rights reserved</p>
<a href="https://sbkingdom.netlify.app/"><span>SB KINGDOM</span></a>
<div class="credit">
<h4>Credit</h4>
<ul>
<li>
<a
target="_blank"
href="https://icons8.com/icon/14h574ySQ7kG/fiverr"
>Fiverr</a
>
icon by <a target="_blank" href="https://icons8.com">Icons8</a>
</li>
<li>
Other icons by <a href="https://fontawesome.com/">Font Awesome</a>
</li>
<li>
Some ideas from <a href="https://w3schools.com/">w3school</a> &
<a href="https://chat.openai.com">Chat GPT</a>
</li>
<li>
Inspiered from
<a href="https://www.youtube.com/UCuqfquLO7frzbWRwcHaa8YQ"
>Bi Boo Sand</a
>
</li>
</ul>
</div>
<a href="#home" class="btn"
><i class="fa-solid fa-angle-up fa-bounce"></i
></a>
</footer>
<script src="script.js"></script>
</body>
</html>