-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
516 lines (485 loc) · 18.3 KB
/
Copy pathindex.html
File metadata and controls
516 lines (485 loc) · 18.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Sorif Hossain - Web Developer and AI Automation Enthusiast. Explore my projects in full-stack web development, AI agents, and data analysis."
/>
<title>Sorif Hossain - B.Sc. Computer Science Student</title>
<link rel="stylesheet" href="style.css" />
<script src="script.js" defer></script>
</head>
<body>
<nav id="navbar">
<div class="container">
<a href="#home" id="navbar-logo">Sorif Hossain</a>
<button id="hamburger-menu" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div id="nav-links">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
</div>
</div>
</nav>
<section id="home">
<div class="container">
<h1>Hi, I'm Sorif Hossain</h1>
<p class="subtitle">B.Sc. Computer Science Student</p>
<p>
A 2nd-year student at Sripat Singh College (under Kalyani University)
with a strong foundation in C, Python, and digital logic. Passionate
about problem-solving and exploring the fields of Cybersecurity and
Generative AI.
</p>
<div>
<a href="[Resume-r Link ]" target="_blank" class="cta-button"
>View My Resume</a
>
<a href="#projects" class="cta-button cta-button-secondary"
>See My Work</a
>
</div>
<div class="social-links">
<a
href="https://www.linkedin.com/in/sorif-hossain-489768388"
target="_blank"
title="LinkedIn"
>in</a
>
<a
href="https://github.com/CodeHackWithSorif"
target="_blank"
title="GitHub"
>Git</a
>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="section-header">
<h2>About Me</h2>
<div class="divider"></div>
</div>
<p>
Hello! I'm a computer science student with a deep passion for
understanding how systems work, from the ground up. My coursework has
given me a unique perspective, from the logic gates of **Digital
System Design** to practical programming in **C and Python**.
</p>
<p>
I am particularly interested in **Ethical Hacking and Cybersecurity**,
and my studies in "IT Laws & Cyber Security Basics" have provided a
strong theoretical foundation for this. I'm also exploring the future
of tech, having recently earned Oracle certifications in **AI
Foundations and Generative AI**.
</p>
<p>
I am actively seeking an internship where I can apply my diverse
skills in programming, logic design, and data analysis, and learn from
experienced professionals in the tech industry.
</p>
</div>
</section>
<section id="skills" class="section-bg">
<div class="container">
<div class="section-header">
<h2>My Foundational Skills</h2>
<p>This section will grow as I complete my 4-year course.</p>
<div class="divider"></div>
</div>
<div class="skills-container">
<div class="skill-category">
<h3>Programming & Web</h3>
<span>C Language</span>
<span>Python</span>
<span>HTML5</span>
<span>CSS3</span>
<span>JavaScript (Basic)</span>
</div>
<div class="skill-category">
<h3>Core CS & Logic</h3>
<span>Digital Logic Design</span>
<span>Boolean Algebra</span>
<span>Karnaugh Maps (K-map)</span>
<span>Number Systems</span>
<span>Cybersecurity Basics</span>
<span>DBMS Concepts</span>
</div>
<div class="skill-category">
<h3>AI & Data Science</h3>
<span>Generative AI (Oracle)</span>
<span>AI Foundations (Oracle)</span>
<span>Advanced Excel</span>
<span>Pivot Tables</span>
<span>VLOOKUP & INDEX-MATCH</span>
<span>Statistical Analysis</span>
<span>What-if Analysis</span>
<span>Matplotlib</span>
</div>
<div class="skill-category">
<h3>Tools, OS & Productivity</h3>
<span>Linux (Kali)</span>
<span>OS Installation</span>
<span>MS Office Suite</span>
<span>MS Word</span>
<span>MS PowerPoint</span>
<span>Git & GitHub</span>
<span>VS Code</span>
<span>Code::Blocks</span>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<div class="section-header">
<h2>My Projects & Work</h2>
<p>
Practical applications of my coursework and personal initiatives.
</p>
<div class="divider"></div>
</div>
<div class="grid-container">
<article class="card">
<div class="card-content">
<h3>C Language Problem Solving</h3>
<p>
A collection of programs from my "Programming using C" lab,
demonstrating core programming concepts and algorithms.
</p>
<p><strong>Key examples:</strong></p>
<ul>
<li>Matrix multiplication and addition functions.</li>
<li>Decimal-to-Binary/Octal/Hex converter.</li>
<li>Recursive factorial and prime number checks.</li>
</ul>
<div class="card-tags">
<span>C Language</span>
<span>Algorithms</span>
</div>
</div>
<div class="card-footer">
<a href="[ C Lab-er GitHub ]" target="_blank">View Code</a>
</div>
</article>
<article class="card">
<div class="card-content">
<h3>Static & Dynamic Web Pages</h3>
<p>
Built several web pages for my "Web Development Lab" to learn
the fundamentals of front-end development, including layouts,
forms, and interactivity.
</p>
<p><strong>Key features:</strong></p>
<ul>
<li>A multi-page static website with navigation.</li>
<li>Complex HTML tables and forms.</li>
<li>
JavaScript for calculations (e.g., interest, factorial).
</li>
</ul>
<div class="card-tags">
<span>HTML5</span>
<span>CSS3</span>
<span>JavaScript</span>
</div>
</div>
<div class="card-footer">
<a href="[ Web Lab-er GitHub Link ]" target="_blank">View Code</a>
</div>
</article>
<article class="card">
<div class="card-content">
<h3>Python Numerical Methods</h3>
<p>
From my "Mathematical Physics Lab," I used Python to solve
numerical problems, implement algorithms, and plot results.
</p>
<p><strong>Key programs:</strong></p>
<ul>
<li>Binary search algorithm implementation.</li>
<li>Equation solvers (Bisection, Newton-Raphson).</li>
<li>Data plotting using Matplotlib.</li>
</ul>
<div class="card-tags">
<span>Python</span>
<span>Matplotlib</span>
<span>Numerical Methods</span>
</div>
</div>
<div class="card-footer">
<a href="[ Python Lab-er GitHub Link ]" target="_blank"
>View Code</a
>
</div>
</article>
<article class="card">
<div class="card-content">
<h3>Data Analysis & Reporting in Excel</h3>
<p>
A practical lab focused on professional data handling,
statistical analysis, and dashboard creation using advanced
spreadsheet functions.
</p>
<p><strong>Key skills demonstrated:</strong></p>
<ul>
<li>Data summarization using Pivot Tables.</li>
<li>Statistical Analysis (Regression, Correlation).</li>
<li>What-if Analysis (Goal Seek, Solver, Data Tables).</li>
<li>
Creating interactive dashboards with charts and slicers.
</li>
</ul>
<div class="card-tags">
<span>Advanced Excel</span>
<span>Data Analysis</span>
<span>Pivot Tables</span>
</div>
</div>
<div class="card-footer">
<a href="[ Project-er Link ]" target="_blank">View Details</a>
</div>
</article>
<article class="card">
<div class="card-content">
<h3>Code Hack with Sorif (YouTube)</h3>
<p>
My personal YouTube channel where I plan to create and share
content related to coding, ethical hacking tutorials, and
computer science concepts.
</p>
<p><strong>Content Focus:</strong></p>
<ul>
<li>Ethical Hacking & Cybersecurity</li>
<li>Programming Tutorials (Python,C)</li>
<li>Web Development (HTML,CSS,JavaScript)</li>
<li>AI insights</li>
</ul>
<div class="card-tags">
<span>YouTube</span>
<span>Content Creation</span>
<span>Ethical Hacking</span>
</div>
</div>
<div class="card-footer">
<a
href="https://www.youtube.com/channel/UCmGne4ahuFAAfD4sYP9nLDw"
target="_blank"
>Visit Channel</a
>
</div>
</article>
<article class="card">
<div class="card-content">
<h3>Digital Logic Design Lab</h3>
<p>
Designed and implemented core digital circuits from scratch
using logic gates, demonstrating a strong understanding of
computer architecture fundamentals.
</p>
<p><strong>Key circuits built:</strong></p>
<ul>
<li>Half Adder, Full Adder, and BCD Adder.</li>
<li>Multiplexer (MUX) and Demultiplexer (DEMUX).</li>
<li>SR, JK, D, & T Flip-flops.</li>
</ul>
<div class="card-tags">
<span>Digital Logic</span>
<span>Hardware</span>
</div>
</div>
<div class="card-footer">
<a href="[ Lab-er Link ]" target="_blank">View Lab Details</a>
</div>
</article>
</div>
</div>
</section>
<section id="education" class="section-bg">
<div class="container">
<div class="section-header">
<h2>Education & Certifications</h2>
<div class="divider"></div>
</div>
<div class="education-certification-container">
<div class="education-column">
<h3>Formal Education</h3>
<div class="education-timeline">
<div class="timeline-item">
<h4>Bachelor of Science, Computer Science (4-Year)</h4>
<p class="institution">
<a
href="https://www.sripatsinghcollege.edu.in/"
target="_blank"
>Sripat Singh College, Jiaganj</a
>
(under
<a href="https://klyuniv.ac.in/" target="_blank"
>Kalyani University</a
>)
</p>
<p class="date">2024 – 2028</p>
</div>
<div class="timeline-item">
<h4>Higher Secondary Education (Class 12)</h4>
<p class="institution">
<a
href="https://school.banglarshiksha.gov.in/ws/website/index/19081704104"
target="_blank"
>BHAGALDIGHI HIGH SCHOOL (H.S.)</a
>
</p>
<p class="date">Completed 2024</p>
</div>
<div class="timeline-item">
<h4>Secondary Education (Class 10)</h4>
<p class="institution">
<a
href="https://school.banglarshiksha.gov.in/ws/website/history/19081705210"
target="_blank"
>LOHAPUR M.R.M. HIGH SCHOOL</a
>
</p>
<p class="date">Completed 2022</p>
</div>
</div>
<h3 class="key-courses-title">Key Courses</h3>
<div class="key-courses-list">
<div class="timeline-item-course">
<h4>Digital System Design</h4>
<p>Combinational and sequential logic circuits.</p>
</div>
<div class="timeline-item-course">
<h4>Programming using C</h4>
<p>Core programming, algorithms, and data structures.</p>
</div>
<div class="timeline-item-course">
<h4>Web Development Lab</h4>
<p>HTML, CSS, and JavaScript fundamentals.</p>
</div>
<div class="timeline-item-course">
<h4>Office Automation Lab</h4>
<p>Advanced Excel, Data Analysis, and Dashboards.</p>
</div>
<div class="timeline-item-course">
<h4>Mathematical Physics (Lab)</h4>
<p>Problem solving and plotting with Python.</p>
</div>
</div>
</div>
<div class="certification-column">
<h3>Certifications & Professional Development</h3>
<div class="certifications-grid">
<article class="card card-certification">
<div class="card-content">
<h4>Oracle Certified Generative AI Professional</h4>
<p class="institution">Oracle University</p>
<p class="date">Issued: Oct 30, 2025</p>
</div>
<div class="card-footer">
<a
href="https://catalog-education.oracle.com/pls/certview/sharebadge?id=C3CBEC3F2026FA59B6C89600DBE9074C0926B9CD87A9FCD7EB971036F18E475B"
target="_blank"
>Verify Credential →</a
>
</div>
</article>
<article class="card card-certification">
<div class="card-content">
<h4>Oracle Certified AI Foundations Associate</h4>
<p class="institution">Oracle University</p>
<p class="date">Issued: Oct 29, 2025</p>
</div>
<div class="card-footer">
<a
href="https://catalog-education.oracle.com/pls/certview/sharebadge?id=D0C74354C8E3B4FF2473E70652F61CBC46CF92B762817148319EFB0CBFF70739"
target="_blank"
>Verify Credential →</a
>
</div>
</article>
<article class="card card-certification">
<div class="card-content">
<h4>Diploma in Information Technology Application (DITA)</h4>
<p class="institution">
<a
href="https://www.justdial.com/Birbhum/Nalhati-Youth-Computer-Centre-Nalhati-Township/9999P3462-3462-180125220254-X5V2_BZDET"
target="_blank"
>NALHATI YOUTH COMPUTER TRAINING CENTRE</a
>
</p>
<p class="date">Issued: April 18, 2025</p>
</div>
<div class="card-footer">
<a
href="https://wheebox.com/WAT-3/hpCerificateQR.obj?id=1137799167&testNo=6974&cId=WB1137799167"
target="_blank"
>Verify Credential →</a
>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="section-header">
<h2>Get In Touch</h2>
<div class="divider"></div>
</div>
<p>
I'm always open to discussing new opportunities and learning from
others. Feel free to reach out.
</p>
<div class="contact-details">
<p>
<strong>Email:</strong>
<a href="mailto:sorifhossain960@gmail.com"
>sorifhossain960@gmail.com</a
>
</p>
<p><strong>Phone:</strong> <a href="tel:7797175212">7797175212</a></p>
<p><strong>Location:</strong> Lohapur, Birbhum, West Bengal</p>
</div>
<div class="social-links">
<a
href="https://www.linkedin.com/in/sorif-hossain-489768388"
target="_blank"
title="LinkedIn"
>in</a
>
<a
href="https://github.com/CodeHackWithSorif"
target="_blank"
title="GitHub"
>Git</a
>
<a
href="https://www.youtube.com/channel/UCmGne4ahuFAAfD4sYP9nLDw"
target="_blank"
title="YouTube"
>YT</a
>
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2025 SORIF HOSSAIN. All rights reserved.</p>
<p>Built with Basic HTML, CSS, and JavaScript.</p>
</div>
</footer>
</body>
</html>