-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
72 lines (68 loc) · 2.89 KB
/
Copy pathresume.html
File metadata and controls
72 lines (68 loc) · 2.89 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
<!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">
<title>⚡Sunit's Resume</title>
</head>
<body style="background-color:#FAF9F6;">
<table cellspacing="20">
<tr>
<td><img src="insta-modified.png" alt="sunit's profile picture"></td>
<td> <h1 style="color:#383838"><b><u>Mr</u>. <u>SUNIT GUPTA</u></b></h1>
<p><strong>I am a B.tech computer science student at </strong><a href="http://www.ipu.ac.in/">I.P university</a></p>
<p>currently learning competitive programming and DSA in c/c++</p></td>
</tr>
</table>
<hr>
<h2 style="color: #383838;"><b><u>Personal Information</u></b></h2>
<p><b>Date of Birth:</b> 16th August,2002</p>
<address>Hno.60,FF,Gautam Nagar,S.Delhi 110049</address>
<p><b>Contact No:</b> 9289283915</p>
<p><b>Mail Id:</b> <a href="https://mail.google.com/mail/u/0/#inbox?compose=CllgCJlFmSMtRhHPGmCNCQZJzXtVXPPMHSbKLSjlLcNtbhhkvrszTbhrZJrLtwctxRHTnctLBdq">sunit2003@gmail.com</a></p>
<p><b>LinkedIn:</b> <a href="https://www.linkedin.com/in/sunit-gupta-903383232/">@Sunit_Gupta</a> </p><hr>
<h2 style="color: #383838"><b><u>Academic Records</u></b></h2>
<ul>
<li>B.Tech in C.S.E from <a href="https://adgitmdelhi.ac.in/">ADGITM </a>(IPU) 2025,New Delhi.</li>
<li>Higher Secondary School(12th) from FR.AGNEL SCHOOL(2021),New Delhi.</li>
<li>Secondary School(10th) from FR.AGNEL SCHOOL(2018),New Delhi.</li>
</ul><hr>
<h2 style="color:#383838"><b><u>Acheivments</u></b></h2>
<ul>
<li>Completed Google Cloud Career Practioner Program (GCCP).</li>
<li>Won 2nd prize at Stock Market Trading Competition at Delhi University. </li>
<li>successfully completed DSA in Python with AIR 22. </li>
</ul><hr>
<h2 style="color: #383838;"><b><u>Skills</u></b></h2>
<table cellspacing="10">
<tr>
<td>c programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>c++ programming</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python/Pandas/matplotlib</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>MySQL</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table><hr>
<h3 style="color: #383838;"><b><u>Suggestions/Feedback:</u></b></h3>
<form class="" action="resume.html" method="post">
<label>Your Name:</label>
<input type="text"><br><br>
<label>Your Mail:</label>
<input type="mail"><br><br>
<label>Your feedback:</label><br>
<textarea for=textarea rows="8" cols="60"></textarea>
<br>
<input type="Submit">
</form>
</body>
</html>