-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (95 loc) · 2.61 KB
/
index.html
File metadata and controls
99 lines (95 loc) · 2.61 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width-device-width, intial scale=1.0">
<title>Baibhab's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/Baibhab.png" alt="Baibhab's profile picture." width="210" height="190"></td>
<td><h1>Baibhab Bhattarai</h1>
<p><em>Student at <strong><a href="https://islington.edu.np/">Islington College.</a></strong></em></p>
<p>I love Coffee.</p></td>
</tr>
</table>
<hr noshade>
<h3>Education</h3>
<ul>
<li><a href="http://kmcschool.edu.np/">KMC School</a>(2009-2017)</li>
<li><a href="https://chelseainternational.com.np/">Chelsea International Academy</a>(2017-2019)</li>
<li><a href="https://islington.edu.np/">Islington College</a>(2021-2024)</li>
</ul>
<hr noshade>
<h3>My Hobbies</h3>
<ul>
<li>Travelling.</li>
<li>Football.</li>
<li>Listening to songs.</li>
<li>Learning about Spirituality.</li>
</ul>
<hr noshade>
<h3>Experiences</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018-2019</td>
<td>President of Student Council</td>
</tr>
<tr>
<td>December 2017</td>
<td>Cast in Annual School Play:Macbeth "Played as Prince Donalbain"</td>
</tr>
<tr>
<td>2017-2019</td>
<td>Chelsea International Academy Interact club and Social service club</td>
</tr>
<tr>
<td>January 2019</td>
<td>All Nepal Asteroid Search Campaign</td>
</tr>
<tr>
<td>January 2019</td>
<td>Crew member in Annual School Play: Charlie and the Chocolate Factory</td>
</tr>
<tr>
<td>June 2020-November 2020</td>
<td>Environment Committee Coordinator at Leo Club of Kathmandu Natural</td>
</tr>
<tr>
<td>November 2020-</td>
<td>Committee Coordinator and Event Supervisor at Leo Club of Kathmandu Natural</td>
</tr>
</tbody>
</table>
<hr noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Leadership</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Problem Solving</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Singing</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML 5</td>
<td>⭐⭐</td>
</tr>
</table>
<hr noshade>
<h3><a href="contact-me.html">Contact me</a></h3>
</body>
</html>