-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
599 lines (404 loc) · 25.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="./img/favicon.png" type="image/x-icon">
<meta name="keywords" content="Jahir Raihan's Profile">
<meta name="keywords" content="jahir raihan">
<meta name="keywords" content="jahir raihan portfolio">
<meta name="keywords" content="jahir github">
<meta name="keywords" content="raihan github">
<meta name="keywords" content="joy github">
<meta name="keywords" content="raihan portfolio">
<meta name="keywords" content="jahir portfolio">
<meta name="keywords" content="joy portfolio">
<meta name="keywords" content="raihandevbd">
<meta name="description" content="This portfolio is an art in it self. Visit and explore it by yourself.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="./js/jquery.js"></script>
<link rel="stylesheet" href="./css/index.css">
<title>Jahir Raihan Joy</title>
<script src="https://smtpjs.com/v3/smtp.js"></script>
</head>
<body>
<canvas id="Matrix"></canvas>
<!-- Was making fun with the design -->
<!-- <div class="cartoon-1 cartoonimg">
<img src="./img/cartoon1.png" alt="">
</div> -->
<!-- <div class="tree-line1"></div> -->
<!-- <div class="cartoon-2 cartoonimg">
<img src="./img/cartoon2.png" alt="">
</div> -->
<div class="msg-pop-up" onclick="toggle_contact()">
<i class="fas fa-message"></i>
</div>
<div class="msg-box show-none" id="msg-box" >
<form id="contact-form">
<div class="msg-box-container">
<div class="cross-icon" onclick="toggle_contact()">
<i class="fa fa-times" aria-hidden="true"></i>
</div>
<div class="inp">
<label for="name">Email</label>
<input type="email" id="email" required placeholder="Enter your email . . .">
</div>
<div class="inp">
<label for="name">Name</label>
<input type="text" id="name" required placeholder="Enter your name . . .">
</div>
<div class="inp">
<label for="subject">Subject</label>
<input type="text" id="subject" required placeholder="Subject . . .">
</div>
<div class="inp">
<label for="message">Message</label>
<textarea type="text" id="message" required placeholder="Enter text . . ."></textarea>
</div>
<button style="background:gray; color:rgb(201, 199, 199)" disabled type="submit" class="send-button">
<!-- Send <i class="fa fa-solid fa-paper-plane"></i> --> Currently disabled
</button>
</div>
</form>
</div>
<div class="profile-intro centerized-content">
<div class="p-i-container">
<div class="p-i-left">
<div class="p-i-left-container">
<img src="./img/joy.jpg" title="Profile picture" alt="Jahir Raihan's picture">
</div>
</div>
<div class="p-i-right">
<div class="p-i-right-container">
<div class="title">
<h1 title="Profession">Jahir Raihan <span>- Software Engineer</span></h1>
</div>
<div class="links">
<a href="mailto: raihandevbd@gmail.com">
<i class="fas fa-envelope"></i>
<p>raihandevbd@gmail.com</p>
</a>
<a href="tel: +880 1975498434">
<i class="fas fa-phone"></i>
<p>+880 1975498434</p>
</a>
<a href="https://github.com/jahir-raihan">
<i class="fab fa-github"></i>
<p>github.com/jahir-raihan</p>
</a>
<a href="https://www.linkedin.com/in/jahir-raihan-3b0207204/">
<i class="fab fa-linkedin"></i>
<p>linkedin.com/in/jahir-raihan-3b0207204/</p>
</a>
<a href="./html/resume.html">
<i class="fas fa-file"></i>
<p>resume</p>
</a>
</div>
<div class="bio">
<p>Developer with a demonstrated skill set building Web application using
different technology stack. Skilled in Python, Django, Django-Rest-Framework Html, Css, Javascript, and many more side technologies.
Specialized in BackEnd development using Django. Familar with Analytics tools, Software Life Cycle, DBMS and System Design.
</p>
</div>
</div>
</div>
<div class="tree-line2"></div>
</div>
</div>
<div class="m-wrappeer">
<div class="mondrianish"></div>
<div class="tree-line3"></div>
</div>
<div class="experience-projects centerized-content">
<div class="e-p-container">
<div class="e-p-wrapper">
<p class="section-title" style="z-index:100">
Professional Experiences
<div class="tree-line9"></div>
</p>
<div class="experience-project">
<div class="project-or-company-image" style="display: flex; justify-content: center; align-items: center;">
<div style="">
<img src="./img/qtec-logo.png" style="width:170px; height:auto !important; padding:.5em; border:none;" alt="MetroPlex Website">
</div>
</div>
<div class="project-or-company-work-details">
<a href="https://qtecsolution.com/" class="link">Qtec Solutions Limited<i class="fa fa-link"></i></a>
<div class="title">Junior Software Engineer</div>
<p class="project-or-work-details">
Working as a core backend engineer of a popular islamic streaming service in Bangladesh, and its esteemed to be published worlwide.
. Implementing new features and backend components. Optimizing
apis for faster and smoother experiences.
</p>
</div>
<!-- <div class="tree-line11"></div> -->
<!-- <div class="tree-line2 d-none"></div> -->
<div class="tree-line7-projects"></div>
</div>
</div>
<div class="e-p-wrapper">
<p class="section-title-projects">
Projects
<div class="tree-line9-projects"></div>
</p>
<div class="experience-project">
<div class="project-or-company-image">
<div class="iframe-container">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/videoseries?si=6z_dliyB9zKLKrRW&list=PLRSJ6UaFYTT9zyjOljNrWQq3Hd60spi18" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="project-or-company-work-details">
<a href="http://15.207.87.120/" class="link">Traffic Pass System? <i class="fa fa-link"></i></a>
<div class="title">Author & Creator.</div>
<p class="project-or-work-details">
The Traffic Check Pass System reduces repeated vehicle checks at multiple checkpoints. Once a car passes inspection,
traffic police issue a unique code or QR code, sent to the driver via SMS or email. At the next checkpoint, officers
can quickly verify the vehicle’s status, cutting inspection time to 30 seconds to 2 minutes.
The pass is valid until midnight, making the process faster and improving traffic flow.
</p>
</div>
<div class="tree-line11"></div>
<div class="tree-line2 d-none"></div>
</div>
<div class="experience-project">
<div class="project-or-company-image">
<div class="iframe-container">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/TlB43YqQzfw?si=W86YooYNc0X6gjXq" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="project-or-company-work-details">
<a href="https://github.com/jahir-raihan/tutorial_projects" class="link">Why Optimization? <i class="fa fa-link"></i></a>
<div class="title">Creator.</div>
<p class="project-or-work-details">
In general purpose, we make softwares before joining any company. But after joining many of us from beginners are not that familiar with optimization.
This video provides quick overview of optimization in software development and importance of it.
</p>
</div>
<div class="tree-line10"></div>
<div class="tree-line3 d-none"></div>
</div>
<div class="experience-project">
<div class="project-or-company-image">
<img src="./img/metroplex.png" alt="MetroPlex Website">
</div>
<div class="project-or-company-work-details">
<a href="https://github.com/jahir-raihan/metroplex-sport" class="link">MetroPlex Sporting Club<i class="fa fa-link"></i></a>
<div class="title">Author & Contributor</div>
<p class="project-or-work-details">
An online ticketing system to book play grounds online with duration of an hour. Idea taken from a sporting club named MetroPlex in Dhaka,
they have sport grounds for Badminton, Cricket and Football and to play on these grounds players are required to book them in hour basis.
This whole application idea is based on this mentioned context with some extended features.
</p>
</div>
<div class="tree-line11"></div>
<div class="tree-line2 d-none"></div>
</div>
<div class="experience-project">
<div class="project-or-company-image">
<div class="iframe-container">
<iframe class="iframe" style="width:100%; height:100%" src="https://www.youtube.com/embed/S_xDM-TWJaA?si=tGuc-VvPyoG-b1nR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="project-or-company-work-details">
<a href="https://jahir-raihan.github.io/calendar-generator/" class="link">Calendar Generator <i class="fa fa-link"></i></a>
<div class="title">Author & Contributor.</div>
<p class="project-or-work-details">
An Generator website to generate a calendar year with 12 months in a digital form using raw technologies such as HTML, CSS, SCSS & Javascript.
It also contains feature like ability to download an calendar in pdf format, contributed by an contributor. Future plan of this project is to
add "On This Day on History" feature, where it will show important event of a particular selected date.
</p>
</div>
<div class="tree-line10"></div>
<div class="tree-line3 d-none"></div>
</div>
<div class="experience-project">
<div class="project-or-company-image">
<div class="iframe-container">
<iframe class="iframe" style="width:100%; height:100%" src="https://www.youtube.com/embed/JyzB11u2Ros?start=275&mute=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="project-or-company-work-details">
<a href="https://github.com/jahir-raihan/captcha-test" class="link">Web Automation | WhitePages <i class="fa fa-link"></i></a>
<div class="title">Web Automation Engineer</div>
<p class="project-or-work-details">
Scripts to automate scraping whitepages website, and submit a data deletion request automatically using selenium and undetected_chromedriver. Used undected_chromedriver to
bypass cloudflare security check.
</p>
</div>
<div class="tree-line11"></div>
<div class="tree-line2 d-none"></div>
</div>
<div class="experience-project">
<div class="project-or-company-image">
<div class="iframe-container">
<iframe class="iframe" style="width:100%; height:100%" src="https://www.youtube.com/embed/ZWOOBqdftT0?si=mfJXgpF-YvbQVFVb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="project-or-company-work-details">
<a href="https://github.com/jahir-raihan/E-Commerce-Project" class="link">E-Commerce Website <i class="fa fa-link"></i></a>
<div class="title">Worked as a Full-Stack Developer.</div>
<p class="project-or-work-details">
An Ecommerce site built only for Garments Business. Features included in the webiste is
like an Noraml E-Commerce site. From hanlding multi type users to non users, and tracking their
activity is served through out the whole website. Added Social Authentication which includes Google and Facebook API.
Cart functionality is handeled on client side. Admin dashboard with informative statistics. Tested using UnitTests.
</p>
</div>
<div class="tree-line10"></div>
<div class="tree-line3 d-none"></div>
</div>
<div class="experience-project">
<div class="project-or-company-image">
<img src="./img/geo_geo.png" alt="">
</div>
<div class="project-or-company-work-details">
<a href="https://github.com/jahir-raihan/gov-track-bd" class="link">GovTrack BD <i class="fa fa-link"></i></a>
<div class="title">Worked as a Full-Stack Developer.</div>
<p class="project-or-work-details">
To be transparent with citizens, Government tracks every projects and development
happening in the country, but its hard to find any reliable and user friendly source to check project
details. The idea was to create a website which tracks Government Ongoing and completed projects, which will allow
citizens to view and verify project detials on their own. Used two different web scrappers to scrape Government
projects data realtime, including LGED and NDRE.
</p>
</div>
<div class="tree-line11"></div>
<div class="tree-line2 d-none"></div>
</div>
<div class="experience-project">
<div class="project-or-company-image">
<img src="./img/e-ticket.png" alt="">
</div>
<div class="project-or-company-work-details">
<a href="https://github.com/jahir-raihan/E-ticketing" class="link">E-Ticketing Website <i class="fa fa-link"></i></a>
<div class="title">Worked as a Full-Stack Developer.</div>
<p class="project-or-work-details">
The Idea was to build a website which leverages local offline counter work in online. This website contains all features related to a local
couter, from managing departure shcedule to generating digital tickets. Added freezing system to avoid
collision when two or more passengers tries to buy the same seat at the same time.
</p>
</div>
<div class="tree-line10"></div>
<div class="tree-line3 d-none"></div>
</div>
<div class="experience-project">
<div class="project-or-company-image">
<img src="./img/institute1.png" alt="">
</div>
<div class="project-or-company-work-details">
<a href="https://github.com/jahir-raihan/Institute-Management-System" class="link">Institute Management System <i class="fa fa-link"></i></a>
<div class="title">Worked as a Full-Stack Developer.</div>
<p class="project-or-work-details">
Built purly out of 8 month research on my own Institute, Includes Accounting for fees management,
Result section for publishing results. Added pdf printable Marksheet to print out a real marksheet from the website.
Also added printable Tabulationsheet for submitting student results to the board. Both Marksheet and Tabulation sheets
are generated from a single result csv file. Features like Notice and managing studets are also included.
</p>
</div>
</div>
</div>
<div class="tree-line2"></div>
</div>
</div>
<div class="m-wrappeer">
<div class="mondrianish"></div>
<div class="tree-line3 d-none"></div>
</div>
<div class="side-projects centerized-content">
<div class="s-p-container">
<div class="s-p-wrapper">
<div class="section-title">More Projects</div>
<div class="highlight-projects">
<div class="project">
<div class="project-thumbnail">
<img src="./img/fighting_game.png" alt="">
</div>
<div class="details">
<a href="./projects/fighting game/index.html" class="link">Fighting Game <span>- Beta</span> <i class="fa fa-link"></i></a>
<p class="project-details">Simple Javascript Fighting game built using Html Canvas. Added Scoring, winner determination
, Jump, Run, Hit, Attack animtions. It's on early stage of development.
</p>
</div>
</div>
<div class="project">
<div class="project-thumbnail">
<img src="./img/target_game.png" alt="">
</div>
<div class="details">
<a href="./projects/target_game/index.html" class="link">Target Game <span>- Beta</span> <i class="fa fa-link"></i></a>
<p class="project-details">Game with physics is more fun than anything, built this game using matterjs
physics engine. Its on early stage of development.
</p>
</div>
</div>
<div class="project">
<div class="project-thumbnail">
<img src="./img/url_shortner.png" alt="">
</div>
<div class="details">
<a href="https://github.com/jahir-raihan/url-shortner" class="link">Url Shortner <i class="fa fa-link"></i></a>
<p class="project-details">Simple one paged Url Shortner built using Django as BackEnd.
</p>
</div>
</div>
<div class="project">
<div class="project-thumbnail">
<img src="./img/mondrains_blocks.png" alt="">
</div>
<div class="details">
<a href="./html/wired_blocks.html" class="link">Mondrianish blocks <i class="fa fa-link"></i></a>
<p class="project-details">Inspired from mondrianish algorithm, which generates nice looking blocks - by "joshdata.me". I tried to built them
statically, and come up with complex designs which are actually great to test out css skills.
</p>
</div>
</div>
</div>
<!-- We'll enable it when , there is more small projects
<div class="also-projects" >
<p class="title">Also : </p>
<div>
<a href="#" class="p-l0">Project</a> |
<a href="#">Lorem ipsum dolor sit.</a> |
<a href="#">Lorem ipsum dolor sit amet.</a>
</div>
<div>
<a href="#" class="p-l0">Lorem, ipsum dolor.</a> |
<a href="#">Lorem ipsum dolor sit amet consectetur.</a>
</div>
<div>
<a href="#" class="p-l0">Project</a> |
<a href="#">Lorem, ipsum.</a> |
<a href="#">Lorem ipsum dolor sit.</a>
</div>
</div> -->
</div>
<div class="tree-line5"></div>
<div class="tree-line6"></div>
<div class="tree-line2 d-none"></div>
</div>
</div>
<div class="m-wrappeer m-1">
<div class="m-1-wrapper">
<div class="mondrianish"></div>
</div>
<div class="tree-line7"></div>
<div class="tree-line8"></div>
</div>
<div class="quote centerized-content">
<div class="quote-container">
<div class="q-wrapper">
<div class="line"></div>
<div class="quote-text">
<p>“ Amazing human mind. He can't even say what he wants . He himself can never give the true answer of what is his happiness and what is his unhappiness. ”</p>
<p class="qoute-author"> - Zahir Raihan</p>
</div>
<div class="line"></div>
</div>
</div>
</div>
<script src="./js/index.js"> </script>
</body>
</html>