-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·823 lines (779 loc) · 49.4 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
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
<!doctype html>
<html amp lang="en">
<head>
<!--====== Required meta tags ======-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="This is the portfolio of Sajeeb Ahamed.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="google-site-verification" content="PjAZuQwSJ3Tk5az36jsf8h_NAuxESseEDfqn1oaA-zc" />
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"headline": "Open-source framework for publishing content",
"datePublished": "2015-10-07T12:02:41Z",
"image": [
"logo.jpg"
]
}
</script>
<title>Sajeeb Ahamed - Fullstack Developer</title>
<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="assets/images/icon.png" />
<meta name="theme-color" content="#db4938">
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" href="assets/bundle.css"> -->
</head>
<body>
<div class="preloader">
<div class="loader_34">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
<div class="ytp-spinner-rotator">
<div class="ytp-spinner-left">
<div class="ytp-spinner-circle"></div>
</div>
<div class="ytp-spinner-right">
<div class="ytp-spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--====== HEADER PART START ======-->
<header id="home" class="header-area">
<div class="navigation fixed-top">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<div class="nav-brand-contents d-flex align-items-end" aria-label="Sajeeb Ahamed">
<span class="nav-icon">SAJEEB</span>
<h4 class="nav-name">AHAMED</h4>
</div>
</a> <!-- Logo -->
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a class="page-scroll" href="#home">Card</a></li>
<li class="nav-item"><a class="page-scroll" href="#about">About</a></li>
<li class="nav-item"><a class="page-scroll" href="#service">What I do</a></li>
<li class="nav-item"><a class="page-scroll" href="#work">Works</a></li>
<li class="nav-item"><a class="page-scroll" href="#contact">Contact</a></li>
</ul>
</div> <!-- navbar collapse -->
</nav> <!-- navbar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- navigation -->
<div id="parallax" class="header-content d-flex align-items-center">
<div class="header-shape shape-one layer" data-depth="0.10">
<amp-img src="assets/images/banner/shape/shape-1.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-tow layer" data-depth="0.30">
<amp-img src="assets/images/banner/shape/shape-2.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-three layer" data-depth="0.40">
<amp-img src="assets/images/banner/shape/shape-3.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-fore layer" data-depth="0.60">
<amp-img src="assets/images/banner/shape/shape-2.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-five layer" data-depth="0.20">
<amp-img src="assets/images/banner/shape/shape-1.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-six layer" data-depth="0.15">
<amp-img src="assets/images/banner/shape/shape-4.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-seven layer" data-depth="0.50">
<amp-img src="assets/images/banner/shape/shape-5.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-eight layer" data-depth="0.40">
<amp-img src="assets/images/banner/shape/shape-3.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-nine layer" data-depth="0.20">
<amp-img src="assets/images/banner/shape/shape-6.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="header-shape shape-ten layer" data-depth="0.30">
<amp-img src="assets/images/banner/shape/shape-3.png" width="91" height="87" alt="Shape">
</div> <!-- header shape -->
<div class="container">
<div class="row align-items-center">
<div class="col-xl-6 col-lg-6">
<div class="header-content-right">
<h4 class="sub-title">Hello, I’m</h4>
<h1 class="title">Sajeeb Ahamed</h1>
<p>A Fullstack Web Application Developer</p>
<a class="main-btn" href="#work">View my Works</a>
</div> <!-- header content right -->
</div>
<div class="col-lg-6">
<div class="header-image d-none d-lg-block">
<amp-img src="assets/images/picture.png" width="480" height="607" alt="hero">
</div> <!-- header image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="header-social">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="header-social-icon">
<ul>
<li>
<a href="https://www.linkedin.com/in/sisylana/" target="_blank"
rel="noopener noreferrer">
<i class="lni-linkedin-original"></i>
<span class="sr-only">Linked in profile</span>
</a>
</li>
<li>
<a href="https://github.com/ahamed" rel="noopener">
<i class="lni-github-original"></i>
<span class="sr-only">Github Profile</span>
</a>
</li>
<li>
<a href="https://stackoverflow.com/users/4610740/sajeeb-ahamed">
<i class="lni-stackoverflow"></i>
<span class="sr-only">stackoverflow profile</span>
</a>
</li>
<li>
<a href="https://twitter.com/ahamed_sajeeb" rel="noopener">
<i class="lni-twitter-original"></i>
<span class="sr-only">Twitter profile</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/ahamed.sajeeb.sisylana/" rel="noopener">
<i class="lni-facebook-filled"></i>
<span class="sr-only">Facebook profile</span>
</a>
</li>
</ul>
</div> <!-- header social -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- header social -->
</div> <!-- header content -->
</header>
<!--====== HEADER PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section id="about" class="about-area pt-125 pb-130">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="title">About Me</h2>
<p>I am a Fullstack developer like to work with modern technologies. I like to read books, tech
blogs, playing Cricket, Dota and doing Programming contests. Other than that-</p>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-7">
<div class="about-content mt-50">
<ul class="key-strokes">
<li class="key-stroke-item">
Solid knowledge of JavaScript (ES6) and PHP language.
</li>
<li class="key-stroke-item">
Experience in developing React apps.
</li>
<li class="key-stroke-item">
Pure knowledge and experience in React Context, and Hook APIs.
</li>
<li class="key-stroke-item">
Working with React-Redux.
</li>
<li class="key-stroke-item">
Experienced in developing Web Applications using MongoDB, Express, React, and Node (MERN
stack).
</li>
<li class="key-stroke-item">
Experienced with TypeScript.
</li>
<li class="key-stroke-item">
Experience in working with GraphQL with apollo (client + server).
</li>
<li class="key-stroke-item">
Experience in JSON Web Token (JWT) authentication system.
</li>
<li class="key-stroke-item">
Ability to develop, manage, and use REST API.
</li>
<li class="key-stroke-item">
Experienced with Webpack module bundler.
</li>
<li class="key-stroke-item">
Hand on experience in developing PHP applications.
</li>
<li class="key-stroke-item">
Experienced in PHP framework Laravel.
</li>
<li class="key-stroke-item">
Experience in developing Joomla Applications.
</li>
<li class="key-stroke-item">
Good <a href="https://codeforces.com/profile/ahamed_sajeeb">problem-solving</a> ability.
</li>
<li class="key-stroke-item">
Eager to learn new technologies and adapting to times.
</li>
</ul>
</div> <!-- about content -->
</div>
<div class="col-xl-5 col-lg-5">
<div class="about-skills pt-25">
<div class="skill-item mt-25">
<div class="skill-header">
<h6 class="skill-title">PHP</h6>
<div class="skill-percentage">
<div class="count-box counted">
<span class="counter">97</span>
</div>
%
</div>
</div>
<div class="skill-bar">
<div class="bar-inner">
<div class="bar progress-line" data-width="97"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill-item mt-25">
<div class="skill-header">
<h6 class="skill-title">JavaScript</h6>
<div class="skill-percentage">
<div class="count-box counted">
<span class="counter">98</span>
</div>
%
</div>
</div>
<div class="skill-bar">
<div class="bar-inner">
<div class="bar progress-line" data-width="95"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill-item mt-25">
<div class="skill-header">
<h6 class="skill-title">MongoDB, Express, React & Node (MERN stack)</h6>
<div class="skill-percentage">
<div class="count-box counted">
<span class="counter">92</span>
</div>
%
</div>
</div>
<div class="skill-bar">
<div class="bar-inner">
<div class="bar progress-line" data-width="92"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill-item mt-25">
<div class="skill-header">
<h6 class="skill-title">TypeScript</h6>
<div class="skill-percentage">
<div class="count-box counted">
<span class="counter">85</span>
</div>
%
</div>
</div>
<div class="skill-bar">
<div class="bar-inner">
<div class="bar progress-line" data-width="85"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill-item mt-25">
<div class="skill-header">
<h6 class="skill-title">GraphQL</h6>
<div class="skill-percentage">
<div class="count-box counted">
<span class="counter">87</span>
</div>
%
</div>
</div>
<div class="skill-bar">
<div class="bar-inner">
<div class="bar progress-line" data-width="87"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill-item mt-25">
<div class="skill-header">
<h6 class="skill-title">MySQL</h6>
<div class="skill-percentage">
<div class="count-box counted">
<span class="counter">90</span>
</div>
%
</div>
</div>
<div class="skill-bar">
<div class="bar-inner">
<div class="bar progress-line" data-width="90"></div>
</div>
</div>
</div> <!-- skill item -->
<div class="skill-item mt-25">
<div class="skill-header">
<h6 class="skill-title">Joomla!</h6>
<div class="skill-percentage">
<div class="count-box counted">
<span class="counter">98</span>
</div>
%
</div>
</div>
<div class="skill-bar">
<div class="bar-inner">
<div class="bar progress-line" data-width="98"></div>
</div>
</div>
</div> <!-- skill item -->
</div> <!-- about skills -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== SERVICES PART START ======-->
<section id="service" class="services-area gray-bg pt-125 pb-130">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center pb-30">
<h2 class="title">What I Do</h2>
<p>What I can make with the help of modern technologies and passion.</p>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-service text-center mt-30">
<div class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path
d="M60 8H4c-2.1 0-4 1.9-4 4v26.7c0 2.1 1.9 4 4 4h25.3v8h-8c-1.6 0-2.7 1.1-2.7 2.7s1.1 2.7 2.7 2.7h21.3c1.6 0 2.7-1.1 2.7-2.7s-1.1-2.7-2.7-2.7h-8v-8H60c2.1 0 4-1.9 4-4V12c0-2.1-1.9-4-4-4zm-1.3 29.3H5.3v-24h53.3v24z" />
<path
d="M46.1 25.3L42.6 29c-1.1 1.1-1.1 2.7 0 3.7.5.5 1.3.8 1.9.8.8 0 1.3-.3 1.9-.8l5.3-5.3c1.1-1.1 1.1-3.2 0-4.3l-5.3-5.3c-1.1-1.1-2.7-1.1-3.7 0-1.1 1.1-1.1 2.7 0 3.7l3.4 3.8zM18.4 33.3c.5.5 1.3.8 1.9.8s1.3-.3 1.9-.8c1.1-1.1 1.1-2.7 0-3.7l-3.7-3.7 3.5-3.5c1.1-1.1 1.1-2.7 0-3.7-1.1-1.1-2.7-1.1-3.7 0L12.8 24c-1.1 1.1-1.1 3.2 0 4.3l5.6 5zM28.8 34.4c.3 0 .5.3 1.1.3 1.1 0 2.1-.5 2.4-1.6l4.8-12c.5-1.3 0-2.9-1.6-3.5-1.3-.5-2.9 0-3.5 1.6l-4.8 12c-.3 1.1.3 2.7 1.6 3.2z" />
</svg>
</div>
<div class="service-content">
<h4 class="service-title"><a href="#">Web Development</a></h4>
<p>Professional Fullstack Web Application Developer for more than 3.5 years.</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-service text-center mt-30">
<div class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path
d="M52.3 22.1c-.7-.2-1.3-.4-2-.6.1-.5.2-.9.3-1.4 1.5-7.4.5-13.4-2.9-15.4-3.3-1.9-8.7.1-14.1 4.8-.5.5-1.1.9-1.6 1.4-.3-.3-.7-.6-1-1-5.7-5.1-11.4-7.2-14.8-5.2-3.3 1.9-4.3 7.5-2.9 14.6.1.7.3 1.4.5 2.1-.8.2-1.6.5-2.3.7C4.8 24.5 0 28.2 0 31.9c0 3.9 5.1 7.8 12 10.2.6.2 1.1.4 1.7.5-.2.8-.4 1.5-.5 2.3-1.3 6.9-.3 12.4 3 14.3 3.4 2 9.1 0 14.6-4.9.4-.4.9-.8 1.3-1.2.5.5 1.1 1 1.7 1.5 5.3 4.6 10.6 6.5 13.9 4.6 3.4-2 4.5-7.9 3-15.1-.1-.5-.2-1.1-.4-1.7.4-.1.8-.2 1.2-.4C58.8 39.8 64 35.9 64 31.9c0-3.7-4.9-7.4-11.7-9.8zM35.4 11.5c4.7-4.1 9-5.6 11-4.5 2.1 1.2 2.9 6.1 1.6 12.6-.1.4-.2.8-.3 1.3-2.8-.6-5.6-1.1-8.4-1.3-1.6-2.3-3.4-4.6-5.3-6.6.4-.6.9-1 1.4-1.5zM20.9 38.4c.6 1.1 1.3 2.2 2 3.2-2-.2-3.9-.5-5.8-.9.5-1.8 1.2-3.7 2-5.6.6 1.2 1.2 2.3 1.8 3.3zm-3.8-15c1.8-.4 3.7-.7 5.7-1-.7 1-1.3 2.1-1.9 3.2-.6 1.1-1.2 2.1-1.8 3.3-.8-1.9-1.4-3.7-2-5.5zm3.4 8.6c.8-1.7 1.7-3.4 2.7-5.1s2-3.3 3-4.9c1.9-.1 3.8-.2 5.7-.2s3.9.1 5.7.2c1.1 1.6 2.1 3.2 3 4.8s1.9 3.3 2.7 5.1c-.8 1.7-1.7 3.4-2.7 5.1-1 1.7-2 3.3-3 4.9-1.9.1-3.8.2-5.8.2s-3.9-.1-5.7-.2C25 40.3 24 38.7 23 37s-1.6-3.3-2.5-5zm22.6 6.4l1.8-3.3c.8 1.8 1.5 3.7 2.1 5.5-1.9.4-3.9.8-5.9 1 .7-1 1.4-2.1 2-3.2zm1.8-9.6l-1.8-3.3c-.6-1.1-1.3-2.1-1.9-3.1 2 .3 3.9.6 5.7 1-.5 1.9-1.2 3.7-2 5.4zM32 14.8c1.3 1.4 2.5 2.9 3.7 4.5-2.5-.1-5-.1-7.4 0 1.2-1.7 2.5-3.2 3.7-4.5zM17.5 7.1c2.1-1.2 6.8.5 11.7 4.9.3.3.6.6 1 .9-1.9 2.1-3.7 4.3-5.4 6.6-2.8.3-5.6.7-8.4 1.3-.2-.6-.3-1.3-.4-1.9-1.2-6.1-.4-10.6 1.5-11.8zm-3 33c-.5-.2-1-.3-1.6-.5-2.7-.8-5.7-2.2-7.9-3.9-1.3-.9-2.1-2.2-2.4-3.7 0-2.3 4-5.2 9.7-7.2.7-.3 1.4-.5 2.2-.7.9 2.7 1.9 5.4 3.1 8-1.2 2.5-2.3 5.2-3.1 8zM29 52.3c-2.1 1.9-4.5 3.4-7.1 4.4-1.4.7-3 .7-4.4.2-2-1.2-2.8-5.6-1.7-11.5.1-.7.3-1.4.5-2.1 2.8.6 5.6 1 8.5 1.2 1.6 2.3 3.5 4.6 5.4 6.7-.4.4-.8.8-1.2 1.1zm3.1-3c-1.3-1.4-2.5-2.9-3.8-4.5 1.2 0 2.4.1 3.7.1 1.3 0 2.6 0 3.8-.1-1.2 1.5-2.4 3-3.7 4.5zM48.4 53c-.1 1.5-.9 3-2.1 3.9-2 1.2-6.2-.3-10.8-4.3-.5-.5-1-.9-1.6-1.4 1.9-2.1 3.7-4.3 5.3-6.7 2.9-.2 5.7-.7 8.5-1.3l.3 1.5c.7 2.7.8 5.6.4 8.3zm2.3-13.4c-.3.1-.7.2-1.1.3-.9-2.7-2-5.4-3.2-8 1.2-2.5 2.2-5.2 3.1-7.9.7.2 1.3.4 1.9.6 5.8 2 9.9 5 9.9 7.3 0 2.5-4.3 5.6-10.6 7.7zM32 37.7c3.2 0 5.7-2.6 5.7-5.7s-2.6-5.7-5.7-5.7-5.7 2.6-5.7 5.7 2.5 5.7 5.7 5.7z" />
</svg>
</div>
<div class="service-content">
<h4 class="service-title"><a href="#">Frontend with React</a></h4>
<p>Experienced with developing application frontend with JavaScript library React, Redux,
Context API etc.
</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-service text-center mt-30">
<div class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path
d="M32 64c-.9 0-1.7-.2-2.5-.7l-7.8-4.6c-1.2-.7-.6-.9-.2-1 1.6-.5 1.9-.7 3.5-1.6.2-.1.4-.1.6.1l6 3.6c.2.1.5.1.7 0l23.5-13.5c.2-.1.4-.4.4-.6V18.4c0-.3-.1-.5-.4-.6L32.3 4.3c-.2-.1-.5-.1-.7 0L8.2 17.8c-.2.1-.4.4-.4.6v27.1c0 .3.1.5.4.6l6.4 3.7c3.5 1.7 5.6-.3 5.6-2.4V20.8c0-.4.3-.7.7-.7h3c.4 0 .7.3.7.7v26.7c0 4.6-2.5 7.3-6.9 7.3-1.4 0-2.4 0-5.4-1.5l-6.1-3.5c-1.5-.9-2.5-2.5-2.5-4.3V18.4c0-1.8.9-3.4 2.5-4.3L29.5.6C31-.2 33-.2 34.4.6l23.5 13.6c1.5.9 2.5 2.5 2.5 4.3v27.1c0 1.8-.9 3.4-2.5 4.3L34.5 63.3c-.8.5-1.6.7-2.5.7zm18.9-26.7c0-5.1-3.4-6.4-10.6-7.4-7.3-1-8-1.5-8-3.2 0-1.4.6-3.3 6-3.3 4.8 0 6.6 1 7.3 4.3.1.3.3.5.7.5h3c.2 0 .4-.1.5-.2.1-.1.2-.3.2-.5-.5-5.6-4.2-8.2-11.7-8.2-6.7 0-10.7 2.8-10.7 7.6 0 5.1 4 6.6 10.4 7.2 7.7.7 8.3 1.9 8.3 3.4 0 2.6-2.1 3.7-7 3.7-6.2 0-7.6-1.6-8-4.6-.1-.3-.3-.6-.7-.6h-3c-.4 0-.7.3-.7.7 0 3.9 2.1 8.7 12.4 8.7 7.4 0 11.6-3 11.6-8.1z" />
</svg>
</div>
<div class="service-content">
<h4 class="service-title"><a href="#contact">Backend with Node</a></h4>
<p>Can manage Application Backend using Node JS, Express, MongoDB & GraphQL.</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-service text-center mt-30">
<div class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path
d="M32 16.9c17.1 0 30.3 7.2 30.3 15.1S49.1 47.2 32 47.2 1.7 39.9 1.7 32 14.9 16.9 32 16.9m0-1.7C14.3 15.2 0 22.7 0 32s14.3 16.8 32 16.8S64 41.3 64 32 49.7 15.2 32 15.2zM21.8 30.7c-.8 4-3.6 3.6-7 3.6l1.4-7.1c3.8 0 6.4-.4 5.6 3.5zM9.7 41.4h3.7l.9-4.5c4.1 0 6.7.3 9-1.9 2.6-2.4 3.3-6.7 1.4-8.8-1-1.1-2.5-1.7-4.6-1.7H13L9.7 41.4zm18.6-21.3H32l-.9 4.5c3.1 0 6.1-.2 7.5 1.1 1.5 1.4.8 3.1-.8 11.3H34c1.5-7.9 1.8-8.6 1.3-9.2-.5-.6-1.8-.5-4.7-.5L28.7 37H25l3.3-16.9zm22.2 10.6c-.8 4.1-3.7 3.6-7 3.6l1.4-7.1c3.8 0 6.3-.4 5.6 3.5zM38.4 41.4h3.7L43 37c4.3 0 6.7.3 9-1.9 2.6-2.4 3.3-6.7 1.4-8.8-1-1.1-2.5-1.7-4.7-1.7h-7.1l-3.2 16.8z" />
</svg>
</div>
<div class="service-content">
<h4 class="service-title"><a href="#">Backend with PHP</a></h4>
<p>Can manage Application Backend using Object Oriented PHP, Laravel & Joomla.</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-service text-center mt-30">
<div class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path
d="M57.5 44c.3-4.3-1.2-8.6-4.1-11.8 2.9-3.3 4.3-7.7 3.8-12 3.8-1.5 6.4-5.3 6.4-9.6C63.6 4.9 58.9.3 53.2.3c-4.2 0-8 2.6-9.6 6.3-4.4-.5-8.9.9-12.2 3.8-3.2-2.9-7.4-4.3-11.6-4C18.2 2.7 14.5.1 10.2.1 4.7.1 0 4.8 0 10.5c0 4.1 2.3 7.6 5.8 9.3-.6 4.6.8 9 3.9 12.5-3 3.3-4.3 7.6-3.9 12C2.3 45.9 0 49.5 0 53.5c0 5.7 4.7 10.3 10.4 10.3 4.1 0 7.7-2.3 9.4-5.8 4.3.4 8.5-1 11.8-3.9 3.4 3.1 8 4.5 12.6 3.8 1.7 3.5 5.4 5.9 9.5 5.9 5.7 0 10.4-4.6 10.4-10.3-.1-4.2-2.7-8-6.6-9.5zm-13.2-1.4c0 .6-.2 1.2-.7 1.6-.7.7-1.7.9-2.6.5l3.1-3.1c.1.3.2.7.2 1zM19 41.8l3 3c-.8.3-1.8.1-2.5-.5-.4-.4-.7-1-.7-1.6 0-.4.1-.7.2-.9zm12.5-6.2l-3.3-3.3 3.3-3.3 3.3 3.3-3.3 3.3zM18.8 21.9c0-.6.2-1.2.7-1.6.7-.7 1.7-.9 2.6-.5l-3.1 3c-.2-.3-.2-.6-.2-.9zm25.3.9l-3.1-3c.8-.3 1.9-.2 2.6.5.4.4.7 1 .7 1.6 0 .3-.1.6-.2.9zm.7-10.9l2.8.8.4-2.9c.4-2.6 2.7-4.6 5.3-4.6 3 0 5.4 2.4 5.4 5.3 0 2.7-2 5-4.6 5.3l-2.9.4.8 2.8c.9 3.1.3 6.3-1.5 8.9l-2.2-2.3c.7-1.1 1-2.4 1-3.7 0-2-.8-3.8-2.2-5.2-2.9-2.9-7.5-2.9-10.4 0L25.4 28l-2.3-2.2 11.3-11.2c2.7-2.8 6.7-3.8 10.4-2.7zM5 10.5c0-2.9 2.4-5.3 5.4-5.3 2.6 0 4.9 1.9 5.3 4.5l.4 2.6 2.6-.6c3-.7 6-.1 8.4 1.6l-2.3 2.3c-2.8-1.7-6.5-1.3-8.9 1.1-1.4 1.4-2.2 3.2-2.2 5.2s.8 3.8 2.2 5.2l11.3 11.3-2.3 2.3-10.1-10.3-1.1-1.1C11 26.6 10 22.7 11 18.8l.7-2.5-2.6-.6C6.7 15.2 5 13 5 10.5zm13.7 42.3l-2.5-.6-.6 2.5c-.5 2.5-2.7 4.2-5.3 4.2-3 0-5.4-2.4-5.4-5.3 0-2.5 1.7-4.6 4.1-5.2l2.5-.6-.5-2.6c-.8-3.1-.2-6.2 1.5-8.7l2.3 2.3c-.7 1.1-1 2.4-1 3.7 0 2 .8 3.8 2.2 5.2 2.9 2.9 7.5 2.9 10.4 0l11.3-11.3 2.3 2.2L28.7 50c-2.7 2.6-6.4 3.6-10 2.8zm35 6.1c-2.7-.1-5-1.9-5.5-4.3l-.5-2.7-2.6.8c-3.2.9-6.5.4-9.2-1.4l2.3-2.3c2.8 1.7 6.5 1.3 8.9-1.1 1.4-1.4 2.2-3.2 2.2-5.2s-.8-3.8-2.2-5.2L35.9 26.2l2.3-2.3 11.4 11.3c2.6 2.6 3.6 6.4 2.8 10l-.6 2.7 2.7.4c2.6.4 4.6 2.7 4.6 5.3-.1 2.9-2.5 5.3-5.4 5.3z" />
</svg>
</div>
<div class="service-content">
<h4 class="service-title"><a href="#">Applications with Joomla!</a></h4>
<p>Can develop & manage Joomla applications i.e. Components, Modules, Plugins & Templates.
</p>
</div>
</div> <!-- single service -->
</div>
<div class="col-lg-4 col-md-6 col-sm-8 disabled" data-toggle="tooltip" data-placement="top"
title="Currently learning this technology.">
<div class="single-service text-center mt-30">
<div class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path
d="M18 26.7c0 2.3 1.1 3.3 1.1 3.9 0 .3-.2.5-.4.6l-1.3.9c-.2.1-.4.2-.6.2 0 0-.8.2-2-2.6-1.5 1.9-3.8 3-6.3 2.9-1.6.1-6-.9-5.8-5.6-.2-3.8 3.4-6.2 7.1-6 .7 0 2.2 0 4.7.6V20c.3-2.6-1.5-4.7-4.5-4.4-.2 0-1.9 0-4.6 1-.7.5-.7.4-1 .4-.7 0-.4-2.1-.3-2.4.5-.6 3.6-1.8 6.6-1.8 2-.2 4 .4 5.6 1.7 1.3 1.4 1.9 3.3 1.8 5.2l-.1 7zm-8.6 3.2c3.2 0 4.6-2 4.9-3 .2-1 .2-1.6.2-2.7-1-.2-2.4-.5-4-.5-1.5-.1-4.3.6-4.2 3.2 0 1.7 1.2 3.1 3.1 3zm17.1 2.3c-.8.1-1.2-.5-1.3-1l-5-16.5c-.1-.3-.2-.6-.2-.9 0-.3.1-.5.4-.5h2.2c.9-.1 1.2.6 1.3 1l3.6 14.1 3.3-14.1c.1-.3.3-1.1 1.3-1h1.7c.2 0 1.1 0 1.3 1l3.3 14.3 3.7-14.3c0-.2.3-1.1 1.3-1h2c.1 0 .6-.1.5.9 0 .2.3-1.1-5.3 17-.1.6-.5 1.1-1.3 1h-1.9c-1.1.1-1.3-1-1.3-1.1l-3.3-13.7-3.3 13.7c0 .1-.2 1.2-1.3 1.1h-1.7zm27.3.6c-.6 0-3.4 0-5.7-1.2-.5-.2-.8-.7-.8-1.2v-1.1c0-.8.6-.7.9-.6 1 .4 1.6.7 2.9 1 3.7.8 5.3-.2 5.7-.4 1.3-.8 1.4-2.6.5-3.5-1-.9-1.5-.9-5.3-2.1-.5-.1-4.4-1.4-4.4-5.2-.1-2.8 2.5-5.6 7-5.6 1.3 0 4.6.4 5.6 1.6.1.2.2.5.2.7v1c0 .4-.2.7-.5.7-.8-.1-2.1-1.1-4.9-1.1-.7 0-4 .1-3.8 2.5 0 1.9 2.7 2.6 3 2.7 3.6 1.1 4.9 1.3 6.3 3 1.7 2.2.8 4.8.4 5.5-2 3.6-7 3.3-7.1 3.3zm4.1 10.5c-7 5.2-17.2 7.9-25.8 7.9C20.3 51.3 9 47 .3 39.1c-.7-.6-.1-1.4.7-.9 9.6 5.5 20.6 8.4 31.7 8.4 8.3 0 16.5-1.7 24.2-5 1.1-.4 2.1.8 1 1.7zm2.9-3.3c-.9-1.2-5.9-.5-8.2-.3-.7.1-.8-.5-.2-.9 4-2.8 10.6-2 11.3-1.1.8.9-.2 7.5-4 10.7-.6.5-1.1.2-.9-.4 1-2.2 2.9-6.9 2-8z" />
</svg>
</div>
<div class="service-content">
<h4 class="service-title"><a href="#">Managing AWS</a></h4>
<p>You can reach me out to manage Amazon Web Services (AWS) such as EC2, S3 etc.</p>
</div>
</div> <!-- single service -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== SERVICES PART ENDS ======-->
<!--====== CALL TO ACTION PART START ======-->
<section id="call-to-action" class="call-to-action pt-125 pb-130 bg_cover"
style="background-image: url(assets/images/call-to-action.jpg)">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-9">
<div class="call-action-content text-center">
<h2 class="action-title">Have any project on mind?</h2>
<p>If you think I am appropriate for your company or service, you can show my resume then.</p>
<ul>
<li><a class="main-btn custom"
href="https://drive.google.com/file/d/1T-UAwCQ4SPvweAFYKDdnicFvE4KsdjRZ/view?usp=sharing"
rel="noopener noreferrer" target="_blank">show resume</a></li>
<!-- <li><a class="main-btn custom-2" href="#">hire me</a></li> -->
</ul>
</div> <!-- call action content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== CALL TO ACTION PART ENDS ======-->
<!--====== WORK PART START ======-->
<section id="work" class="work-area pt-125 pb-130">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="section-title pb-25">
<h2 class="title">My Works</h2>
<p>I've developed several projects and also developing new projects. You can make a tour on my
projects.</p>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-work text-center mt-30">
<div class="work-image">
<amp-img src="assets/images/work/project_360x360_1.jpg" width="360" height="360" alt="work">
</div>
<div class="work-overlay">
<div class="work-content">
<h3 class="work-title">Js PHP</h3>
<ul>
<li><a class="image-popup" href="assets/images/work/project_360x360_1.jpg"><i
class="lni-plus"></i></a></li>
<li><a href="https://github.com/ahamed/jsphp"><i class="lni-link"></i></a></li>
</ul>
</div>
</div>
</div> <!-- single work -->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-work text-center mt-30">
<div class="work-image">
<amp-img src="assets/images/work/project_360x360_2.jpg" width="360" height="360" alt="work">
</div>
<div class="work-overlay">
<div class="work-content">
<h3 class="work-title">Helix Ultimate</h3>
<ul>
<li><a class="image-popup" href="assets/images/work/project_360x360_2.jpg"><i
class="lni-plus"></i></a></li>
<li><a href="https://github.com/JoomShaper/helix-ultimate"><i
class="lni-link"></i></a></li>
</ul>
</div>
</div>
</div> <!-- single work -->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-work text-center mt-30">
<div class="work-image">
<amp-img src="assets/images/work/project_360x360_3.jpg" width="360" height="360" alt="work">
</div>
<div class="work-overlay">
<div class="work-content">
<h3 class="work-title">BuilderX</h3>
<ul>
<li><a class="image-popup" href="assets/images/work/project_360x360_3.jpg"><i
class="lni-plus"></i></a></li>
<li><a href="https://github.com/JoomShaper/builderx"><i class="lni-link"></i></a>
</li>
</ul>
</div>
</div>
</div> <!-- single work -->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-work text-center mt-30">
<div class="work-image">
<amp-img src="assets/images/work/project_360x360_4.jpg" width="360" height="360" alt="work">
</div>
<div class="work-overlay">
<div class="work-content">
<h3 class="work-title">Hydra</h3>
<ul>
<li><a class="image-popup" href="assets/images/work/project_360x360_4.jpg"><i
class="lni-plus"></i></a></li>
<li><a href="https://github.com/ahamed/hydra"><i class="lni-link"></i></a></li>
</ul>
</div>
</div>
</div> <!-- single work -->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-work text-center mt-30">
<div class="work-image">
<amp-img src="assets/images/work/project_360x360_5.jpg" width="360" height="360" alt="work">
</div>
<div class="work-overlay">
<div class="work-content">
<h3 class="work-title">Amoeba</h3>
<ul>
<li><a class="image-popup" href="assets/images/work/project_360x360_5.jpg"><i
class="lni-plus"></i></a></li>
<li><a href="https://github.com/ahamed/amoeba"><i class="lni-link"></i></a></li>
</ul>
</div>
</div>
</div> <!-- single work -->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-work text-center mt-30">
<div class="work-image">
<amp-img src="assets/images/work/project_360x360_6.jpg" width="360" height="360" alt="work">
</div>
<div class="work-overlay">
<div class="work-content">
<h3 class="work-title">Prion</h3>
<ul>
<li><a class="image-popup" href="assets/images/work/project_360x360_6.jpg"><i
class="lni-plus"></i></a></li>
<li><a href="https://github.com/ahamed/prion"><i class="lni-link"></i></a></li>
</ul>
</div>
</div>
</div> <!-- single work -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-12">
<div class="work-more text-center mt-50">
<a class="main-btn" href="https://github.com/ahamed">more works</a>
</div> <!-- work more -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== WORK PART ENDS ======-->
<!--====== CONTACT PART START ======-->
<section id="contact" class="contact-area pt-125 pb-130 gray-bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center pb-25">
<h2 class="title">Get In Touch</h2>
<p>If you need any help from me then catch me up.</p>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6 col-sm-7">
<div class="contact-box text-center mt-30">
<div class="contact-icon">
<i class="lni-map-marker"></i>
</div>
<div class="contact-content">
<h6 class="contact-title">Address</h6>
<p>18/23, Gopal Saha Lane, Singtola, Laxmibazar, Dhaka - 1100</p>
</div>
</div> <!-- contact box -->
</div>
<div class="col-lg-4 col-md-6 col-sm-7">
<div class="contact-box text-center mt-30">
<div class="contact-icon">
<i class="lni-phone"></i>
</div>
<div class="contact-content">
<h6 class="contact-title">Phone</h6>
<p>+880 1636 817792</p>
<p>+880 1778 919803</p>
</div>
</div> <!-- contact box -->
</div>
<div class="col-lg-4 col-md-6 col-sm-7">
<div class="contact-box text-center mt-30">
<div class="contact-icon">
<i class="lni-envelope"></i>
</div>
<div class="contact-content">
<h6 class="contact-title">Email</h6>
<p>sajeeb07ahamed@gmail.com</p>
<p>dark07web@gmail.com</p>
</div>
</div> <!-- contact box -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-6">
<div class="contact-form pt-30">
<form id="contact-form">
<div class="single-form">
<input type="text" name="name" placeholder="Name" required
aria-label="write down your name">
</div> <!-- single form -->
<div class="single-form">
<input type="email" name="email" placeholder="Email" required
aria-label="write down your email">
</div> <!-- single form -->
<div class="single-form">
<textarea name="message" placeholder="Message" required
aria-label="write down your message here."></textarea>
</div> <!-- single form -->
<p class="form-message"></p>
<div class="single-form">
<button class="main-btn" type="submit" aria-label="Submit your message">Send
Message</button>
</div> <!-- single form -->
</form>
</div> <!-- contact form -->
</div>
<div class="col-lg-6">
<div class="contact-map mt-60">
<div class="gmap_canvas">
<div id="map" width="425" height="350"></div>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0"
marginwidth="0" title="Open Street Map for Sajeeb Ahamed's location"
src="https://www.openstreetmap.org/export/embed.html?bbox=89.9560546875%2C23.576574305545684%2C90.6976318359375%2C24.04395575439753&layer=mapnik"
style="border: 1px solid black"></iframe>
</div>
</div>
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== CONTACT PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer-area">
<div class="footer-widget pt-130 pb-130">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="footer-content text-center">
<a href="index.html">
<h4 class="title text-light">SAJEEB AHAMED</h4>
</a>
<p class="mt-">So I hope you went through the site and enjoy it. For your information I
wanna summarize myself once again. I am a Fullstack Web Developer mainly work with
<code>JavaScript, PHP, Node, React, Express, MongoDB, GraphQL, TypeScript, MySQL, Joomla</code>
etc. I am a
tech lover and my passion is
coding. My
hobby
is to reading books, playing dota, cricket and doing competitive programming.
</p>
<ul>
<li>
<a href="https://www.linkedin.com/in/sisylana/">
<i class="lni-linkedin-original"></i>
<span class="sr-only">Linked in profile</span>
</a>
</li>
<li>
<a href="https://github.com/ahamed">
<i class="lni-github-original"></i>
<span class="sr-only">Github profile</span>
</a>
</li>
<li>
<a href="https://stackoverflow.com/users/4610740/sajeeb-ahamed">
<i class="lni-stackoverflow"></i>
<span class="sr-only">stackoverflow profile</span>
</a>
</li>
<li>
<a href="https://twitter.com/ahamed_sajeeb">
<i class="lni-twitter-original"></i>
<span class="sr-only">Twitter profile</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/ahamed.sajeeb.sisylana">
<i class="lni-facebook-filled"></i>
<span class="sr-only">Facebook profile</span>
</a>
</li>
</ul>
</div> <!-- footer content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- footer widget -->
<div class="footer-copyright pb-20">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="copyright-text text-center pt-20">
<p>Copyright © 2021 | SAJEEB AHAMED</p>
</div> <!-- copyright text -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- footer widget -->
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== BACK TOP TOP PART START ======-->
<a href="#" class="back-to-top">
<i class="lni-chevron-up"></i>
<span class="sr-only">Back to top</span>
</a>
<script src="app.js"></script>
<script src="assets/vendor.js"></script>
<script src="assets/bundle.js"></script>
</body>
</html>