-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (79 loc) · 2.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</style>
</head>
<body>
<img src="./th.jpg" height="100" width="100">
<img src="./profile.png" height="100" width="100" style="margin-left: 350px">
<hr />
<hr />
<ul>
<h4>Harshit gupta</h4>
<h5>Roll No. BT23CSH045</h5>
<h5>B.Tech</h5>
<h5>CSE(Gaming and Interface design)</h5>
<h5>Indian Institute Of Information Technology, Nagpur</h5>
<br />
<h4>EDUCATION</h4>
<hr />
<ul>
<h5>
<li>Indian Institute of Information Technology, Nagpur
<br />
<h6>B.Tech in CSE(Gaming and Interface design)</h6>
<h6>CGPA -7.79</h6>
</li>
<li>Emerald Height Higher Secondary School
<br />
<h6>Madhya pradesh (MPBSE)-Board </h6>
<h6>12th Percentage-87.66</h6>
</li>
<li>Emerald Height Higher Secondary School
<br />
<h6>Madhya pradesh (MPBSE)-Board </h6>
<h6>10th Percentage-91.33</h6>
</li>
</h5>
</ul>
<h4>Personal Projects</h4>
<hr />
<ul>
<h5>
<li>
School management system <br />
Make it interactive and impliment 9 function to it.
<ul>
<li>Good knowledge of C programming lannguage </li>
<li>Develop main() function and 3 other function</li>
</ul>
</li>
</h5>
</ul>
<h4>Technical Skills And Interset</h4>
<hr />
<ul>
<h5>
<li>lannguage C,Python</li>
<li>Animation designing</li>
<li>Web Developer</li>
<li>Deep learnging</li>
</h5>
</ul>
<hr />
<h4>Contect Information</h4>
<ul>
<h5>
<li>P.No-7440203940</li>
<li>Mail.id- [email protected]</li>
<li>
<Address>Hnumana rewa madhya pradesh</Address>
</li>
<h5>
</ul>
</ul>
</body>
</html>