-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
540 lines (524 loc) Β· 21.2 KB
/
index.html
File metadata and controls
540 lines (524 loc) Β· 21.2 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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="Images/favicon.png">
<title>Souvik's Personal Site</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=Smooch&family=Ubuntu&family=Tourney&family=Tapestry&family=Arvo:ital@1&display=swap"
rel="stylesheet">
<style>
body {
background-color: #262626;
color: #f2f2f2;
font-size: 20px;
font-family: 'Ubuntu';
}
.heading {
font-family: 'Arvo';
}
.dark-mode-body {
background-color: #ffffff;
color: #000000;
}
.profile-picture {
border-radius: 50%;
}
.btn {
height: 30px;
width: 125;
border: solid 1px;
border-radius: 5px;
background-color: #f2f4f7;
color: #000000;
cursor: pointer;
display: block;
float: right;
}
.btn:hover {
background-color: #DCE0DD;
}
.code {
background-color: #d2d6d3;
}
.table {
margin-left: auto;
margin-right: auto;
border: 1.5px solid;
width: 80%;
}
.tHead {
border: 1.5px solid;
}
.tData {
text-align: center;
border: 1.5px solid;
font-size: 15px;
}
.trSem {
width: 15%;
}
.trOthers {
width: 7.5%;
}
.required {
font-size: smaller;
}
.submit-btn {
display: block;
height: 30px;
width: 65px;
border: solid 1px;
border-radius: 5px;
background-color: #bfbfbf;
cursor: pointer
}
</style>
</head>
<body>
<table cellpadding="10" cellspacing="10" width="100%">
<tr valign=top>
<td valign=top><img src="Images/Souvik.png" alt="Souvik's Profile Picture" class="profile-picture"
width="250" height="250"></td>
<td valign=top>
<div>
<h1 class="heading">
Souvik Chakraborty
</h1>
</div>
<div>
<h3 class="heading">CSE Undergrad | AOT '24</h3>
</div>
</td>
<td valign="top" width="50%">
<button onclick="toggleDarkMode()" id="btnDiv" class="btn">Light Mode!</button>
</td>
</tr>
</table>
<p>
Hi! I am Souvik Chakraborty. Currently pursuing my <em>B.Tech in Computer Science & Engineering</em> from
Academy Of Technology. I am a learner always and love to always explore the cutting-edge technologies and make
myself better. I am also a Competitive Programming enthusiast and love to practice DSA. Solved more than
<em><strong>275 problems in LeetCode</strong></em> and more than <em><strong>50 problems in
Geeksforgeeks</strong></em>. My profile statistics you can see from my Coding Profiles given below.
Besides that I am also a beginner level Developer and started learning <em>Java</em> & <em>MERN Stack</em> to
become a Full-Stack Developer. Okay, that's all for now.
</p>
<br><br><br><br>
<p><strong>
<h2 class="heading" style="text-align: center;">My skills...</h2>
<hr size="1" noshade="true">
</strong></p>
<div style="text-align: center;">
<img src="Images/Java-logo.png" alt="Java Logo" width="35" height="50"
style="padding-left: 50px; padding-right: 50px;">
<img src="Images/Python-logo.png" alt="Python Logo" width="50" height="50"
style="padding-left: 50px; padding-right: 50px;">
<img src="Images/C-logo.png" alt="C Logo" width="50" height="50"
style="padding-left: 50px; padding-right: 50px;">
<img src="Images/HTML5-logo.png" alt="HTML5 Logo" width="50" height="50"
style="padding-left: 50px; padding-right: 50px;">
<img src="Images/CSS3-logo.png" alt="CSS3 Logo" width="50" height="50"
style="padding-left: 50px; padding-right: 50px;">
</div>
<br><br><br><br>
<p><strong>
<h2 class="heading" style="text-align: center">My Coding Profiles...</h2>
<hr size="1" noshade="true">
</strong></p>
<div style="text-align: center;">
<a href="https://www.codechef.com/users/souvik097" target="_blank"><img src="Images/Codechef-logo.png"
alt="My Codechef Profile" width="50" height="50" style="padding-left: 50px; padding-right: 50px;"></a>
<a href="https://leetcode.com/Souvik097/" target="_blank"><img src="Images/LeetCode-logo.png"
alt="My LeetCode Profile" width="50" height="50" style="padding-left: 50px; padding-right: 50px;"></a>
<a href="https://auth.geeksforgeeks.org/user/souvikchakraborty2411/practice" target="_blank"><img
src="Images/Geeksforgeeks-logo.png" alt="My Geeksforgeeks Profile" width="50" height="50"
style="padding-left: 50px; padding-right: 50px;"></a>
</div>
<br><br><br><br>
<p><Strong>
<h2 class="heading">My Coding Achievements...</h2>
<hr size="1" noshade="true">
</Strong></p>
<ul type="square">
<li>LeetCode Highest Rating - 1462</li>
<li>CodeChef Highest Rating - 1324</li>
</ul>
<br><br><br><br>
<p><strong>
<h2 class="heading">Subjects which I am learning currently...</h2>
<hr size="1" noshade="true">
</strong></p>
<ul type="square">
<li>Data Structures and Algorithms</li>
<li>Full-Stack Web Development</li>
<li>Core Java</li>
<li>Object Oriented Programming</li>
<li>Database Management System</li>
</ul>
<br><br><br><br>
<p><strong>
<h2 class="heading">My Performances in Semester Exams So far...</h2>
<hr size="1" noshade="true">
</strong></p>
<table class="table" cellspacing="1" cellpadding="5">
<thead>
<tr>
<th class="tHead trSem">
<h3>Semester</h3>
</th>
<th class="tHead">
<h3>Subjects</h3>
</th>
<th class="tHead trOthers">
<h3>Letter Grade</h3>
</th>
<th class="tHead trOthers">
<h3>Points</h3>
</th>
<th class="tHead trOthers">
<h3>Credit</h3>
</th>
<th class="tHead trOthers">
<h3>Credit Points</h3>
</th>
<th class="tHead trSem">
<h3>CGPA</h3>
</th>
</tr>
</thead>
</table>
<br>
<table class="table" cellspacing="1" cellpadding="5">
<tbody>
<tr>
<td class="tData trSem" rowspan="6">1st</td>
<td class="tData">Physics I (Gr A)</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">4.0</td>
<td class="tData trOthers">40</td>
<td class="tData trSem" rowspan="6">10.00</td>
</tr>
<tr>
<td class="tData">Mathematics I A</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">4.0</td>
<td class="tData trOthers">40</td>
</tr>
<tr>
<td class="tData">Basic Electrical Engineering</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">4.0</td>
<td class="tData trOthers">40</td>
</tr>
<tr>
<td class="tData">Physics I Laboratory (Gr A)</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">1.5</td>
<td class="tData trOthers">15</td>
</tr>
<tr>
<td class="tData">Basic Electrical Engineering Laboratory</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">1.0</td>
<td class="tData trOthers">10</td>
</tr>
<tr>
<td class="tData">Workshop/Manufacturing Practices(Gr A)</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
</tr>
</tbody>
</table>
<br>
<table class="table" cellspacing="1" cellpadding="5">
<tr>
<td class="tData trSem" rowspan="8">2nd</td>
<td class="tData">Chemistry-I (Gr-A)</td>
<td class="tData trOthers">E</td>
<td class="tData trOthers">9</td>
<td class="tData trOthers">4.0</td>
<td class="tData trOthers">36</td>
<td class="tData trSem" rowspan="8">9.71</td>
</tr>
<tr>
<td class="tData">Mathematics - IIA</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">4.0</td>
<td class="tData trOthers">40</td>
</tr>
<tr>
<td class="tData">Programming for Problem Solving</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
</tr>
<tr>
<td class="tData">English</td>
<td class="tData trOthers">E</td>
<td class="tData trOthers">9</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">18</td>
</tr>
<tr>
<td class="tData">Chemistry-I Laboratory (Gr-A)</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">1.5</td>
<td class="tData trOthers">15</td>
</tr>
<tr>
<td class="tData">Programming for Problem Solving</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">20</td>
</tr>
<tr>
<td class="tData">Engineering Graphics & Design(Gr-A)</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
</tr>
<tr>
<td class="tData">Language Laboratory</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">1.0</td>
<td class="tData trOthers">10</td>
</tr>
</tbody>
</table>
<br>
<table class="table" cellspacing="1" cellpadding="5">
<tr>
<td class="tData trSem" rowspan="9">3rd</td>
<td class="tData">Analog and Digital Electronics </td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
<td class="tData trSem" rowspan="9">9.77</td>
</tr>
<tr>
<td class="tData">Data Structure & Algorithms</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
</tr>
<tr>
<td class="tData">Computer Organisation</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
</tr>
<tr>
<td class="tData">Mathematics-III (Differential Calculus)</td>
<td class="tData trOthers">E</td>
<td class="tData trOthers">9</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">18</td>
</tr>
<tr>
<td class="tData">Economics for Engineers (Humanities-II) </td>
<td class="tData trOthers">E</td>
<td class="tData trOthers">9</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">27</td>
</tr>
<tr>
<td class="tData">IT Workshop (Sci Lab/MATLAB/Python/R)</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">20</td>
</tr>
<tr>
<td class="tData">Analog and Digital Electronics Lab </td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">20</td>
</tr>
<tr>
<td class="tData">Data Structure & Algorithms Lab </td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">20</td>
</tr>
<tr>
<td class="tData">Computer Organisation Lab</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">20</td>
</tr>
</tbody>
</table>
<br>
<table class="table" cellspacing="1" cellpadding="5">
<tr>
<td class="tData trSem" rowspan="8">4th</td>
<td class="tData">Discrete Mathematics</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">4.0</td>
<td class="tData trOthers">40</td>
<td class="tData trSem" rowspan="8">9.81</td>
</tr>
<tr>
<td class="tData">Computer Architecture</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
</tr>
<tr>
<td class="tData">Formal Language & Automata Theory</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
</tr>
<tr>
<td class="tData">Design & Analysis of Algorithms</td>
<td class="tData trOthers">E</td>
<td class="tData trOthers">9</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">27</td>
</tr>
<tr>
<td class="tData">Biology</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">3.0</td>
<td class="tData trOthers">30</td>
</tr>
<tr>
<td class="tData">Environmental Sciences</td>
<td class="tData trOthers">E</td>
<td class="tData trOthers">9</td>
<td class="tData trOthers">1.0</td>
<td class="tData trOthers">9</td>
</tr>
<tr>
<td class="tData">Computer Architecture Lab</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">20</td>
</tr>
<tr>
<td class="tData">Design & Analysis of Algorithms Lab</td>
<td class="tData trOthers">O</td>
<td class="tData trOthers">10</td>
<td class="tData trOthers">2.0</td>
<td class="tData trOthers">20</td>
</tr>
</tbody>
</table>
<br><br><br><br>
<p><strong>
<h2 class="heading">Other Interests...</h2>
<hr size="1" noshade="true">
</strong></p>
<ul type="square">
<li>Cricket π</li>
<li>Football β½</li>
<li>Coding π¨π»βπ»</li>
<li>Reading Storybooks π</li>
<li>Photography πΈ</li>
</ul>
<br><br><br><br>
<form>
<p><strong>
<h2 class="heading">Contact with me...</h2>
<hr size="1" noshade="true">
</strong></p>
<div>
<label for="name">Name<sup class="required">*</sup> </label>
<input type="text" name="userName" id="name" placeholder="Abc Xyz" style="width: 200px;"
required="required">
</div>
<br>
<div>
<label for="email">Email<sup class="required">*</sup> </label>
<input type="email" name="userEmail" id="email" placeholder="yourname@example.com" style="width: 200px;"
required="required">
</div>
<br>
<div>
<label for="phone">Phone No.<sup class="required">*</sup> </label>
<input type="text" name="userCntryCode" id="phone" placeholder="+91" style="width: 35px;"
required="required"> <input type="tel" name="userPhone" pattern="[0-9]{10}" placeholder="[0-9]{10}"
required="required">
</div>
<br>
<div>
<label for="message">How Can I help you?<sup class="required">*</sup></label>
<br><textarea name="userText" id="message" cols="75" rows="10" placeholder="Enter your text here"
style="max-width: 50%; max-height: 200px;" required="required"></textarea>
</div>
<p style="font-size: small;">* marked fields are required.</p>
<div>
<input type="submit" value="Submit" class="submit-btn">
</div>
</form>
<br><br><br><br>
<footer>
<div>
<p><strong>
<h2 class="heading" style="text-align: center;">Connect with me...</h2>
<hr size="1" noshade="true">
</strong></p>
<div style="text-align: center;">
<a href="mailto: souvikchakraborty2411@gmail.com" target="_blank"><img src="Images/Gmail-logo.png"
alt="Connect with me in Gmail" width="30" height="30"
style="padding-left: 50px; padding-right: 50px;"></a>
<a href="https://www.linkedin.com/in/souvik-chakraborty-1916b0203/" target="_blank"><img
src="Images/LinkedIn-logo.png" alt="Connect with me in LinkedIn" width="30" height="30"
style="padding-left: 50px; padding-right: 50px;"></a>
<a href="https://github.com/Souvik097" target="_blank"><img src="Images/GitHub-logo.png"
alt="Connect with me in GitHub" width="30" height="30"
style="padding-left: 50px; padding-right: 50px;"></a>
<a href="https://www.instagram.com/souvikstagram/" target="_blank"><img src="Images/Instagram-logo.png"
alt="Connect with me in Instagram" width="30" height="30"
style="padding-left: 50px; padding-right: 50px;"></a>
<a href="https://www.facebook.com/souvik.chakraborty.54966834" target="_blank"><img
src="Images/Facebook-logo.png" alt="Connect with me in Facebook" width="30" height="30"
style="padding-left: 50px; padding-right: 50px;"></a>
</div>
</div>
</footer>
<br><br>
<script type="text/javascript">
function toggleDarkMode() {
var element1 = document.body;
element1.classList.toggle("dark-mode-body");
var x = document.getElementById("btnDiv");
if (x.innerHTML === "Light Mode!") {
x.innerHTML = "Dark Mode!";
} else {
x.innerHTML = "Light Mode!";
}
}
</script>
</body>
</html>