-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (71 loc) · 1.93 KB
/
index.html
File metadata and controls
71 lines (71 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="style.css">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hemanth personal site</title>
</head>
<body >
<table>
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C5603AQG17oXfIAWYCQ/profile-displayphoto-shrink_400_400/0/1631930329158?e=2147483647&v=beta&t=9_5irjs8Ba9ucPiRhTwuKd7TbnRIAuc0mTETlPRPxYs" alt="Hemanth Irivichetty" ></td>
<td>
<h1>Hemanth Irivichetty</h1>
<em>upcoming web developer</em>
<p>I and interested in building the new codes and optimizing the old existing code and very happy to learn this code </p>
</td>
</tr>
</table>
<hr>
<h3>
Education
</h3>
<ul>
<li>schooling at chaitanya</li>
<li>inter same asusal chaitanya</li>
<li>currently in college SVCE</li>
</ul>
<hr>
<h3>Participations</h3>
<table>
<thead>
<th>Date</th>
<th>Academic career</th>
</thead>
<tr>
<td>2017</td>
<td>completion of SSC</td>
</tr>
<tr>
<td>2019</td>
<td>completion of intermediate</td>
</tr>
<tr>
<td>2020</td>
<td>Entered to graduation</td>
</tr>
</table>
<hr>
<table>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>chess</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>coding</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Web development</td>
<td>⭐⭐</td>
</tr>
</table>
<hr>
<a href="contact-me.html">contact-me</a>
</body>
</html>