-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (54 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> ♥ Niveditha's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSfs_QJMwjguvFJe2FCjINTww7Rrs7ZABa16gaSqifmAOxoegKi&usqp=CAU" alt="Niveditha's Profile Picture"></td>
<td><h1>Niveditha Palli</h1><p><em>Student from the Department of Information Technology, <strong><a href="https://www.andhrauniversity.edu.in/">Andhra University</a></strong>
</em> </p></td>
</tr>
</table>
<p>I love codes and coffee☕💖</p>
<hr size="3">
<a href="hobbies.html "><strong>My hobbies</strong></a>
<h3>My Favourite books</h3>
<ol>
<li><strong><a href="https://en.wikipedia.org/wiki/Twilight_(2008_film)">The Twilight</a></strong></li>
<li>Harry Potter</li>
<li><strong><a href="https://www.goodreads.com/book/show/11870085-the-fault-in-our-stars">The Fault in our stars</a></strong></li>
</ol>
<hr size="3">
<h3>Skills</h3>
<table cellspacing="20">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
<th>Rating</th>
</tr>
</thead>
<tr>
<td>2018-2019</td>
<td>C</td>
<td>⭐⭐⭐⭐</td>
<td>2020- </td>
<td>Competetive Coding</td>
<td></td>
</tr>
<tr>
<td>2020-</td>
<td>Web Development</td>
<td>⭐⭐⭐⭐</td>
<td>2018-2019</td>
<td>C++</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr size="3">
<a href="Contact me.html">Contact me</a>
</body>
</html>