-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
285 lines (284 loc) · 9.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<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=Inter&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./portfolio.css" />
<script type="module" src="./portfolio.js"></script>
</head>
<body>
<header>
<div class="logo-container">
<img src="./logo.png" alt="" />
<div>
<h2>DEBANGAN</h2>
<p>WEB DEVELOPER</p>
</div>
</div>
<nav>
<ul>
<li><a href="#">ABOUT</a></li>
<li><a href="#showcase">SHOWCASE</a></li>
<li><a href="#projects">PROJECTS</a></li>
</ul>
</nav>
</header>
<section class="About-sec">
<div class="about-con">
<div class="about-texts">
<div class="a-text-1">
<h2>Hi👋,I'M <span>DEBANGAN</span></h2>
<p>A passionate frontend web developer from India.</p>
</div>
<div class="skills-sec">
<h3>Few Skills:</h3>
<div class="skill-icons">
<a href="https://html.spec.whatwg.org/multipage/" target="_blank">
<img
class="about-icon"
src="./skill_icons/html5-original-wordmark.svg"
alt="A"
/>
</a>
<a href="https://tailwindcss.com/" target="_blank">
<img
class="about-icon"
src="./skill_icons/tailwind.svg"
alt="B"
/>
</a>
<a
href="https://react.dev/"
target="_blank"
rel="noopener noreferrer"
>
<img
class="about-icon"
src="./skill_icons/react-original-wordmark.svg"
alt="C"
/>
</a>
<a
href="https://www.typescriptlang.org/"
target="_blank"
rel="noopener noreferrer"
>
<img
class="about-icon"
src="./skill_icons/typescript-original.svg"
alt="D"
/>
</a>
<a
href="https://getbootstrap.com/"
target="_blank"
rel="noopener noreferrer"
>
<img
class="about-icon"
src="./skill_icons/bootstrap-plain-wordmark.svg"
alt="E"
/>
</a>
<a
href="https://www.w3schools.com/cpp/"
target="_blank"
rel="noopener noreferrer"
>
<img
class="about-icon"
src="./skill_icons/cplusplus-original.svg"
alt="F"
/>
</a>
<a
href="https://www.python.org/"
target="_blank"
rel="noopener noreferrer"
>
<img
class="about-icon"
src="./skill_icons/python-original.svg"
alt="G"
/>
</a>
</div>
</div>
<div class="about-btn-sec">
<a class="contact-btn" href="mailto: [email protected]">CONTACT ME</a>
<div class="follow-bar">
<h4>Follow me on:</h4>
<ul type="none">
<li>
<a
href="https://www.linkedin.com/in/debangan-paul-chowdhury/"
target="_blank"
rel="noopener noreferrer"
><img src="./skill_icons/linked-in-alt.svg" alt="ln"
/></a>
</li>
<li>
<a
href="https://github.com/Debangan202Ok/"
target="_blank"
rel="noopener noreferrer"
><img src="./skill_icons/github.svg" alt="github"
/></a>
</li>
</ul>
</div>
</div>
<div class="text-quote">
<div>
<p>
“I believe technology doesn't need any background, it just want
a deep dive into it”
</p>
<span>~Debangan</span>
</div>
</div>
</div>
</div>
<div class="about-image">
<div class="main-img">
<img src="./98002712.jpeg" alt="" loading="eager"/>
</div>
</div>
</section>
<section id="showcase" class="Showcase-sec">
<div class="progress-con">
<h2>PROGRESS📈</h2>
<p>
<img
src="https://github-readme-stats.vercel.app/api/top-langs?username=Debangan202Ok&show_icons=true&locale=en&layout=compact"
alt="pauldebangan1970"
/>
</p>
<p>
<img
src="https://github-readme-stats.vercel.app/api?username=Debangan202Ok&show_icons=true&locale=en"
alt="pauldebangan1970"
/>
</p>
</div>
<div class="education">
<div class="ed-con">
<h1>EDUCATION📖</h1>
<div class="ed-dep-img">
<img src="./skill_icons/campus-3.jpg" alt="clg" />
</div>
<div class="ed-texts">
<h2>JIS UNIVERSITY</h2>
<b>Bacholer in Computer science & technology</b>
<p>September 2022-2025</p>
<b>Core Subjects:</b>
<ul>
<li>Digital Electronics.</li>
<li>Operating System.</li>
<li>Data Structure & Algorithm</li>
<li>Computer Architecture & Organization.</li>
</ul>
<div class="partion"></div>
</div>
<div class="ed-texts">
<h2>SWAMI VIVEKANANDA SCHOOL</h2>
<b>Higher secondary education in commerece</b>
<p>January 2020-2022</p>
<b>Core Subjects:</b>
<ul>
<li>Accounts.</li>
<li>Cost & Taxtation.</li>
<li>Business Studies.</li>
<li>Computer Application.</li>
</ul>
<div class="partion"></div>
</div>
</div>
</div>
</section>
<h2 class="head-proj" id="projects">PROJECTS👨🏻💻</h2>
<section class="proj-sec">
<a
href="https://idyllic-torte-18815e.netlify.app/"
target="_blank"
class="proj-card"
>
<img loading="lazy" src="./project_ico/news.png" alt="Proj" class="proj-img" />
<div class="proj-texts">
<h2>RETRO PORTFOLIO</h2>
<p class="lang-tag">#JAVA SCRIPT</p>
<p>
I love to explore old era. A simple old 90's newspaper type
portfolio. source code available on github
</p>
</div>
</a>
<a
href="https://comforting-genie-d0dcfd.netlify.app/"
target="_blank"
class="proj-card"
>
<img loading="lazy" src="./project_ico/fbportfolio.png" alt="Proj" class="proj-img" />
<div class="proj-texts">
<h2>SWEET BOOK</h2>
<p class="lang-tag">#JAVA SCRIPT</p>
<p>
One rainy day i was thinking i have to be social:),on that day i
make my vintage facebook type portfolio.Source code available on
github.
</p>
</div>
</a>
<a
href="https://Debangan202Ok.github.io/GuessTheNum/"
target="_blank"
class="proj-card"
>
<img loading="lazy" src="./project_ico/guessthenum.png" alt="Proj" class="proj-img" />
<div class="proj-texts">
<h2>GUESS THE NUM</h2>
<p class="lang-tag">#JAVA SCRIPT</p>
<p>
A simple Javascript game. it's bascially a number guessing game. you
have gues a number between 0 to 20. Sorce code available on github
</p>
</div>
</a>
<a
href="https://data-structure-skill.netlify.app/"
target="_blank"
class="proj-card"
>
<img src="./project_ico/DSA.png" alt="Proj" class="proj-img" loading="lazy" />
<div class="proj-texts">
<h2>DATA STRUCTURES</h2>
<p class="lang-tag">#JAVA SCRIPT</p>
<p>
A day before data structure Exam i meshed up with advance data
structures. that's why i make this.if any one want to contribute in this project so they can do.
</p>
</div>
</a>
</section>
<div class="project-end">
<h2>Show more on Github</h2>
</div>
<section class="skill-ach-sec">
<div class="skill-ach-con">
<!-- more section will add on the updated version of this port folio stay connect to get this -->
</div>
</section>
<footer class="footer-sec">
<div>
<p>©This portfoilio created by Debangan with the help of pure html & css.</p>
</div>
</footer>
</body>
</html>