-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (58 loc) · 1.55 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>🥇sujith_personalsite</title>
</head>
<body>
<table cellspacing = 20>
<tr>
<td><img src="circle-cropped.png" alt="sujithprofile"></td>
<td> <h1>sujithyadav</h1>
<p> <strong>content creator on
<a href="https://www.quora.com/profile/Sujith-Yadav-%E0%B0%B8%E0%B1%81%E0%B0%9C%E0%B0%BF%E0%B0%A4%E0%B1%8D-%E0%B0%AF%E0%B0%BE%E0%B0%A6%E0%B0%B5%E0%B1%8D?ch=10&share=3f09576d&srid=iwDDD">Quora</a></strong></p>
<p>
<strong>I am webdeveloper </strong>
</p>
</td>
</tr>
</table>
<hr>
<h2>education</h2>
<ul>
<li> <a href="http://siddharthapublicschools.com/">siddhartha public school</a></li>
<li> <a href="https://anurag.edu.in/">anurag university </a> </li>
</ul>
<a href="contactme.html">contact me</a>
<hr>
<h3>skills</h3>
<table border="1">
<tr>
<td>
<table>
<tr>
<td>content writing </td>
<td> ⭐⭐⭐⭐</td>
</tr>
<tr>
<td>coding </td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>content writing </td>
<td> ⭐⭐⭐⭐</td>
</tr>
<tr>
<td>coding </td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>