-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (81 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pranjal's Resume</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="navbar">
<h4>Overview</h4>
<h4>Repositories</h4>
<h4>Projects</h4>
<h4>Packages</h4>
<h4>Stars</h4>
</div>
<div id="header">
<img width="100px" src="https://avatars.githubusercontent.com/u/154952582?v=4" alt="Image of a boy">
<h1>Pranjal Pal</h1>
<div id="sum">
<hr>
<h1>Summary</h1>
<p>Web 3 enthusiast |Web dev enthusiast | Dedicated to Advancing Technology through Collaboration and Innovation | <br> Contributing to the Open Source Community for a Brighter Future
</p>
</div>
<div id="Edu">
<hr>
<h1>Education</h1>
<p>
<strong>Vellore Institute of Technology</strong><br>
Bachelors in Computer Science <br> with specialisation in Data Science<br>
2023-2027
</p>
</div>
<div id="skills">
<hr>
<h1>Skills</h1>
<p>
<ul>
<li>Python</li>
<li>Java</li>
<li>C</li>
<li>C++</li>
<li>Object Oriented Programming</li>
<li>HTML</li>
<li>HTML5</li>
<li>HTML Scripting</li>
<li>Team Work</li>
<li>Team coordination</li>
<li>Operating Systems</li>
<li>Database Management System (DBMS)</li>
<li>Blockchain</li>
<li>Blockchain Development</li>
<li>Solidity</li>
<li>C#</li>
<li>MetaMask</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Git</li>
<li>GitHub</li>
<li>Linux</li>
<li>Windows</li>
<li>Web Development</li>
<li>Machine Learning</li>
<li>Deep Learning</li>
<li>Blockchain</li>
</ul>
</p>
</div>
<div id="contact">
<hr>
<h1>Others</h1>
<a href="contact.html">Contact</a>
</div>
<footer>
<p>© 2023 Pranjal Pal</p>
</footer>
</div>
</body>
</html>