-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (73 loc) · 1.92 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
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rohan's Personal Site</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/rohan.png"height="200" width="200" alt="Rohan profile picture"></td>
<td><h1>Rohan Thapa</h1>
<p><em>Currently a <strong>Computer Science</strong> Student.</em></p>
<p>I am studying IT cources.I ❤️ to learn New things and add new skills in me.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Primary School</li>
<ul>
<li><a href="http://www.visionacademy.edu.np/">New Vision Academy</a></li>
<li><a href="https://www.facebook.com/kebhss/">Kamal English Boarding Secondary School</a></li>
</ul>
<li>High School</li>
<ul>
<li><a href="https://www.bernhardt.edu.np/">Kathmandu Bernhardt Secondary School</a></li>
</ul>
</ul>
<hr>
<a href="hobbies.html"><h3>My hobbies</h3></a><br>
<hr>
<h3>Skills</h3>
<table border="2">
<tr>
<td>
<table cellspacing="10">
<tr>
<td>Photoshop</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Excel</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Ms Word</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Excel</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Typing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Gaming</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="contact.html"><h3>Contact me:👈❤️🩹</h3></a><h3></h3>
</body>
</html>