-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (51 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="description" content="This site tell you about the professional life of Riya Rai a unversity student in India and also gives a peek into her personal life" charset="utf-8">
<title>Riya's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="image1.jpg" alt="Riya profile picture" height="120" width="120" style="vertical-align:top">
<!--<img src="https://i.pinimg.com/564x/55/34/e8/5534e8092ee088c71d3b3933088427b0.jpg" alt="Riya profile picture"> -->
</td>
<td>
<h1>Riya Rai</h1>
<p><em>Student at unversity: <a href="https://vitap.ac.in/">VIT-AP</a> </em></p>
<p>I am Riya Rai a sophormore at VIT-AP in btech., I love coffee and I am a morning person.
My personality type is IFSJ which shows that I am an introvert.</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>Education</h3>
<p>List of schools I attended
<ul>
<li>Tulika public school</li>
<li>Holy Angel's school</li>
<li>AK children academy</li>
<li>Swaraj India public school</li>
<li>Sunbeam School Varuna</li>
<li>Podar international school</li>
<li>Arihant group of institute</li>
</ul>
<hr noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Java ⭐⭐⭐</td>
<td>Middle Split ⭐⭐</td>
</tr>
<tr>
<td>Cooking ⭐⭐⭐⭐</td>
<td>Painting ⭐</td>
</tr>
</table>
<hr size="3" noshade>
<a href="hobbies.html">My Hobbies</a>
<br>
<a href="contact.html">Contact me</a>
</p>
</body>
</html>