-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (62 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>CV</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="image.png" height="200px" width="200px" alt="This is the image of NISHANT SINGH"></td>
<td><h1>NISHANT SINGH</h1>
<p><em>Student at <a href="https://www.srmist.edu.in/"><strong>SRM Institute Of Science and Technology</strong></a></em></p>
<p>I am a CSE branch student.I 🧡 coffee.</p></td>
</tr>
</table>
<hr size="2" noshade>
<h3>Books and Teaching</h3>
<ul>
<li>Learning web development on udemy</li>
<li>Love Teaching on youtube</li>
</ul>
<hr size="2" noshade>
<h3>Educational Details</h3>
<table cellspacing="20">
<tr>
<th>Date</th>
<th>Details</th>
</tr>
<tr>
<td>2019-2023</td>
<td>Doing my garduation from SRM in CSE</td>
</tr>
<tr>
<td>2019</td>
<td>Passed my CBSE class 12 board exams</td>
</tr>
<tr>
<td>2017</td>
<td>Passed my CBSE class 10 board exams</td>
</tr>
</table>
<hr size="2" noshade>
<h3>Skills</h3>
<table>
<tr>
<td>Web development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Painting</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr size="2" noshade>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact Me</a>
</body>
</html>