-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (75 loc) · 3.65 KB
/
index.html
File metadata and controls
80 lines (75 loc) · 3.65 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
<!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>SunitGupta</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<img class="sun" src="sun (1).png" alt="picture of sun">
<p class="namehead">I Am Sunit Gupta</p>
<img class="top-cloud" src="cloud.png" alt="picture of cloud">
<p class="para1">A web Developer</p>
<img class="bottom-cloud" src="cloud.png" alt="picture of cloud">
<img class="mountain" src="mountain.png" alt="picture of mountain">
</div>
<p class="p2"><b><u>Welcome to My Site</u></b></p>
<p class="p3"><b>Here I have made a detailed resume using HTML and CSS</b></p>
<img class="myphoto" src="Untitled design (1).png" alt="myphoto"><p class="para"><strong>I am a B.tech computer science student at </strong><a href="http://www.ipu.ac.in/">I.P university</a></p>
<h2 class="personalinfo"><b><u>Personal Information</u></b></h2>
<p class="para2"><b>Date of Birth:</b>16th August,2002</p>
<address class="para2"><b>Hno.60,FF,Gautam Nagar,S.Delhi 110049</b></address>
<p class="para2"><b>Contact No:</b> 9289283915</p>
<p class="para2"><b>Mail Id:</b> <a href="https://mail.google.com/mail/u/0/#inbox?compose=CllgCJlFmSMtRhHPGmCNCQZJzXtVXPPMHSbKLSjlLcNtbhhkvrszTbhrZJrLtwctxRHTnctLBdq">sunit2003@gmail.com</a></p>
<p class="para2"><b>LinkedIn:</b> <a href="https://www.linkedin.com/in/sunit-gupta-903383232/">@Sunit_Gupta</a></p>
<h2 class="para2"><b><u>Academic Records</u></b></h2>
<div class="contain">
<ul class="list">
<li class="li1">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 class="li2" >Secondary School(10th) from FR.AGNEL SCHOOL(2018),New Delhi.</li>
</ul>
</div>
<h2 class="acheivments"><b><u>Acheivments</u></b></h2>
<div class="contain2">
<ul class="list2">
<li class="li3">Completed Google Cloud Career Practioner Program (GCCP).</li>
<li>Won 2nd prize at Stock Market Trading Competition at Delhi University. </li>
<li class="li4">successfully completed DSA in Python with AIR 22. </li>
</ul></div>
<h2 class="skills2"><b><u>Skills</u></b></h2>
<table class="skills" cellspacing="10">
<tr class="tr1">
<td>c programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr class="tr2">
<td>c++ programming</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr class="tr3">
<td>Python/Pandas/matplotlib</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr class="tr4">
<td>MySQL</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<h3><b><u>Suggestions/Feedback:</u></b></h3>
<form class="form" 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>