-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (92 loc) · 2.5 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
<!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>Gaurav Gupta</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body style="background-color: #BDCDD6;">
<table cellspacing="20">
<tr>
<td ><img src="Gaurav-modified.png" width="170p" alt="This is an image"></td>
<td><h1>Gaurav Gupta</h1>
<p>
<em>
Student<br>
<a href="http://bietjhs.ac.in/faculty/faculty/frmdepartmentprofile.aspx?id=1">
Computer Science and Engineering
</a><br>
<a href="http://bietjhs.ac.in/">BIET JHANSI</a><br />
Jhansi-284128
</em>
</p></td>
</tr>
</table>
<p>
My self Gaurav Gupta currently pursuing my B.TECH degree in Computer
Science branch in Biet Jhansi, I am from Mahoba and achieved a rank of
50785 in JEE(MAIN)-2021.
</p>
<hr size="3" noshade />
<h3>Education</h3>
<ul>
<li>Class 10th -->MAPS</li>
<li>Class 12th -->MAPS</li>
<li>College --><a href="http://bietjhs.ac.in/">BIET JHANSI</a></li>
</ul>
<h3>Hobbies</h3>
<ol>
<li>Playing Games</li>
<li>Movies</li>
<li>Listening Music</li>
<li>Cricket</li>
</ol>
<hr size="3" noshade />
<a href="contacts.html"><h4>Contacts</h4></a>
<table border="1" class="happy">
<thead>
<tr>
<th></th>
<th>Dates</th>
<th>Course</th>
</tr>
</thead>
<tbody>
<tr>
<th>main heading</th>
<td>2017-2018</td>
<td>High School</td>
</tr>
<tr>
<th>what</th>
<td>2019-2020</td>
<td>Intermediate</td>
</tr>
<tr>
<th>yes</th>
<td>2021</td>
<td>Qualifiy JEE</td>
</tr>
<tr>
<th>ok</th>
<td>2021-2025</td>
<td>BIET JHANSI</td>
</tr>
</tbody>
</table>
<br>
<h3>Skills</h3>
<table border="1" class="happy">
<tr>
<td>C++ ★★★</td>
<td>Java ☆</td>
</tr>
<tr>
<td>DSA ★★★</td>
<td>Web D ★</td>
</tr>
</table>
</body>
</html>