-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (69 loc) · 2.32 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
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> 💛Ishini's Personal Site💛</title>
</head>
<body>
<table>
<tr>
<td><img src="Sad-Girl-Images-For-Dp-modified.png" height="100px" alt="Profile Picture"></td>
<td>
<h1> ❤️ Ishini Hathurusinghe</h1>
<p> <em>Founder and cto of the <strong>app Ish</strong></em></p>
<p>I am an undergraduate student.I love <strong> <a href="https://www.google.com/search?q=burgers&client=firefox-b-d&sxsrf=AJOqlzWj5LiTpKI8f2f--g0FP1eJ22kmFQ:1677726648153&source=lnms&tbm=isch&sa=X&ved=2ahUKEwipu5Lnorz9AhUsxDgGHcDZCY0Q_AUoAnoECAEQBA&biw=1536&bih=694&dpr=1.25">burgers</a></strong></p>
</td>
</tr>
</table>
<hr color="red" noshade="">
<h2>Education</h2>
<ul>
<li>Mahamaya Girls' College Kandy</li>
<li>Sri Lanka International Buddhist Accademy</li>
</ul>
<h3>My Hobbies</h3>
<ol>
<li> <a href="https://www.youtube.com/watch?v=u-f5KdN7Ylk" >Music</a></li>
<li> <a href="https://www.healthline.com/health/benefits-of-reading-books">Reading</a></li>
<li> <a href="https://www.scribbr.com/us-vs-uk/travelling-or-traveling/">Travelling</a></li>
</ol>
<a href="contact-me.html">Contact Details</a>
<hr color="blue">
<h3>Work Experience</h3>
<table border="1" >
<tr >
<th>Date</th>
<th>Position</th>
</tr>
<tr>
<td>2018</td>
<td>Hr</td>
</tr>
</table>
<h3>Skills</h3>
<table border="2">
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>MYSQL</td>
<td>⭐⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Javascript</td>
<td>⭐⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐⭐⭐</td>
</tr>
</table>
</body>
</html>