-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (86 loc) · 3.01 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
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<meta charest="UTF=8">
<link rel="stylesheet" href="portfolio.css">
<style>
.cv
{
border-left: 2px solid rgb(0, 0, 0);
height: 495px;
position: absolute;
left: 50%;
background-color:black;
}
</style>
</head>
<body>
<div class="middle">
<img src="DPP photo 23.jpg" class="webdevimg">
<div class="content">
<p span id="intro1">Hey, it's me 👋</p>
<h1>Dhruv <br> Panchal.</h1>
<h6><i>A little about me:</i></h6>
<p><span id="intro2">I am Dhruv Panchal, a B.Tech Computer Engineering student at VJTI Mumbai. I am a dedicated and accomplishing computer engineer with a passion for creating transformative solutions and a knack for problem-solving. Beyond academics, I am an active participant in various extracurricular activities, from hackathons to also sports and cultural activities. I enjoy working in teams, leveraging diverse perspectives and contribute my knowledge in the field to achieve remarkable results.</span></p>
</div>
</div>
<div class="cv">
<h1>EDUCATION:</h1>
<p>1. St.Francis I.C.S.E,Borivali,Mumbai(2011-2021):</p>
<ul>
<li>Graduated with 96.33% in 10th boards</li>
<li>Won many medals and certificate in athletics and interschool competitions</li>
</ul>
<p>2.Prakash College,Kandivali,Mumbai(2021-2023):</p>
<ul>
<li>Graduated with 78.5% in 12th Boards</li>
<li>got out of(100) marks in Mathematics</li>
<li>I also studied for a state level exam(CET) and got 99.74%ile in it.</li>
</ul>
<p>3. Veermata Jijabai Technological Institute, Matunga (2023-2027):</p>
<ul>
<li>Pursuing a degree in B.Tech in the branch of Computer Engineering</li>
</ul>
<h2>Accomplishments:</h2>
<ul>
<li>Department Coordinator of "PRATIBIMB"Cultural Commitee(2023-24)</li>
<li>Technovansa Manager of "TECHNOVANSA"Tech Commitee(2023-24)</li>
<li>Member of Community of Coders and Society of Robotics and Automation</li>
<li>Played for my branch's Cricket team and Atheletics team</li>
</div>
<div class="other">
<h1>Extra-Curricular Activites:</h1>
<ul>
<li>Completed a 10km Marathon in 71 mins</li>
<li>Completed a DSA course conducted by seniors successfully</li>
<li>Participated in a Bot workshop</li>
</ul>
<h2>Skills:</h2>
<ul>
<li>Programming Languages: Java, C++</li>
<li>Web Development: HTML, CSS</li>
<li>Problem Solving</li>
<li>Atheltics and Sports like Cricket ,Football,Kabbadi</li>
</ul>
</div>
<div class="footer">
<div>
<p><a href="https://leetcode.com/Dhruv_Panchal18/"> Leetcode </a></p>
<img src="leetcode.png" width="21px" height="21px">
</div>
<div>
<p><a href="https://github.com/Dhruvp18" target="_blank"> Github </a></p>
<img src="github.png" width="21px" height="21px">
</div>
<div>
<p><a href="https://www.linkedin.com/in/dhruv-panchal-8aa460282/" target="_blank"> Linkden </a></p>
<img src="linkedin.png" width="21px" height="21px">
</div>
</div>>
<footer>
Contact Me: "[email protected]"
<h6>© Dhruv Panchal</h6>
</footer>
</body>
</html>