-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (95 loc) · 5.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="images/logo.png">
<title>Debkumar's Portfolio</title>
</head>
<body>
<h1>A Portfolio You've Never Seen Before</h1>
<br>
<img src="images/pfp.jpg" alt="This is my favorite picture" width="300" height="300">
<h2>About Me</h2>
<p> Hi there <br>
My self Debkumar Baksi ... <br>
I created this "Only Html" webpage for my portfolio use ... <br>
And there are several reasons behind this : <br>
1. it's lightweight and loads fast <br>
2. Fits on any screens <br>
3. Looks the same in all browsers <br>
4. it's accessible to everyone that visits this site <br>
Happy Coding ;)</p>
<h2>Location</h2>
<p> <b>City:</b> Asansol <br>
<b>State/Province:</b> West Bengal <br>
<b>Country:</b> India <br>
<b>Tectonic Plate:</b> Indian Plate <br>
<b>Continent:</b> Asia <br>
<b>Hemisphere:</b> Northern Hemisphere, Eastern Hemisphere <br>
<b>Planet:</b> Earth <br>
<b>Star System:</b> Solar System <br>
<b>Galaxy:</b> Milkyway Galaxy <br>
<b>Galaxy Cluster:</b> Local Group <br>
<b>Supercluster:</b> Laniakea Supercluster <br>
<b>Observable Universe:</b> The Universe</p>
<h2>Education</h2>
<p> <b>High School:</b> Rajpur Nandi High School <br>
<b>Board (10th Grade):</b> West Bengal Board of Secondary Education (WBBSE) <br>
<b>10th Grade Percentage:</b> 92% <br>
<b>Board (12th Grade):</b> West Bengal Council of Higher Secondary Education (WBCHSE) <br>
<b>12th Grade Percentage:</b> 88% <br>
<br>
<b>College:</b> Asansol Engineering College <br>
<b>University:</b> West Bengal University of Technology <br>
<b>Major:</b> Computer Science and Engineering <br>
<b>Degree:</b> Bachelor of Technology <br>
<b>Graduation:</b> June 2022 - june , 2026 {Expected}<br>
<b>CGPA:</b> --/10.0 <br> </p>
<h2>Projects</h2>
<p>
<b>Heart Disease Prediction System:</b>
A machine learning model that predicts the likelihood of heart disease based on various health parameters like age, blood pressure, and cholesterol levels.<br>
<b>Spam Ham Detection:</b>
A classification system that identifies whether an email is spam or ham (non-spam) based on a dataset of emails.<br>
<b>Password Generator:</b>
An application that generates secure and random passwords, helping users create strong passwords for enhanced security.<br>
<b>Weather Software:</b>
A Python-based app that fetches and displays real-time weather information from an external API, based on user location.<br>
<b>QR Code Generator:</b>
A tool that generates QR codes for any given text or URL, allowing quick access through scanning.<br>
<b>Hospital Management System:</b>
A comprehensive system designed to manage patient records, appointments, and bed availability in a hospital or healthcare facility.<br>
<b>BMI Calculator:</b>
A simple Python application that calculates Body Mass Index (BMI) based on user input for height and weight.<br>
</p>
<h2>Skills</h2>
<p> <b>Programming Languages:</b> Python (Adavance), Java, C (Advance), C++, Assembly <br>
<b>Web Development:</b> HTML <br>
<b>Database Management:</b> MySQL, SQLite, MongoDB <br>
<b>Machine Learning:</b> Scikit-learn, TensorFlow, Keras <br>
<b>Version Control:</b> Git, GitHub <br>
<b>Operating Systems:</b> Windows, Linux <br>
<b>Tools:</b> Visual Studio Code, PyCharm, Jupyter Notebook<br>
<b>Soft Skills:</b> Problem Solving, Teamwork, Communication, Time Management <br> </p>
<h2>Experience</h2>
<b>Research Intern | Council for Sustained Empowerment by Relief Vision & Empathy</b><br>
<i>August 2024 - November 2024 (Remote)</i><br>
- Worked on the project titled "An Applied Analysis of Skill Gaps and Industry Demands: Addressing Employment Challenges Across India's Leading Sectors" with a focus on IT/ITES.<br>
- Analyzed complex data and industry trends, contributing significantly to research findings.<br>
- Demonstrated attention to detail and persistence in the completion of research tasks, ensuring project success.<br>
<h2>Certifications</h2>
<b><a href="https://drive.google.com/drive/folders/1SmOTsU0TH9AgRDctuYsiq78J15aJKAg_?usp=drive_link">My Certifications</a></b>
<h2>Updates</h2>
<b><a href="updates.html">Updates</a></b>
<h2>Contact Me</h2>
<b><a href="https://github.com/Debkumar-Baksi">GITHUB</a></b><br>
<b><a href="https://www.facebook.com/profile.php?id=100081311558990">FACEBOOK</a></b><br>
<b><a href="https://www.instagram.com/debkumar_baksi05/">INSTAGRAM</a></b><br>
<b><a href="https://twitter.com/BaksiDebkumar">TWITTER</a></b><br>
<b><a href="https://www.linkedin.com/in/debkumar-baksi-269738279/">LINKEDIN</a></b><br>
<b><a href="https://reddit.com/user/ANONYMOUS_of_reddit/">REDDIT</a></b><br>
<h2>Bored?</h2>
<a href="bored.html">Play this simple Game</a>
</body>
</html>