-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (77 loc) · 1.62 KB
/
index.html
File metadata and controls
85 lines (77 loc) · 1.62 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
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>personal website</title>
</head>
<body>
<table>
<tr>
<td><img src="rishavcodes.jpg" height="100px" width="100px" alt="Rishav profile picture"></td>
<td>
<h1>Rishav jha</h1>
<p><em>Founder of <strong><a href="https://www.instagram.com/rishav.codes/?hl=en">codecnical</a></strong></em></p>
<p>
I am Rishav jha, a software engineer in gurugram city.
</p></td>
</tr>
<hr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>High School</li>
<li>Secondary School</li>
</ul>
<hr>
<h3>Class passed year</h3>
<table>
<thead>
<th>
<tr>
<th>Class</th>
<th>year</th>
</tr>
</th>
</thead>
<tbody>
<tr>
<td>2017</td>
<td>Class 10</td>
</tr>
<tr>
<td>2020</td>
<td>Class 12</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table border="2">
<tbody>
<tr>
<td>C language</td>
<td>★★★★★</td>
</tr>
<tr>
<td>Python</td>
<td>★★★★</td>
</tr>
<tr>
<tr>
<td>Html</td>
<td>★★★★★</td>
</tr>
<tr>
<td>Css</td>
<td>★★★★★</td>
</tr>
<tr>
</tbody>
</table>
<hr>
<a href="hobbies.html">My hobbies</a>
<br>
<a href="contact.html">Contact me</a>
</body>
</html>