-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 1.93 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
<!DOCTYPE html>
<html>
<head>
<title>
"Bikash Sah"
</title>
</head>
<body>
<div class='head'>
<div class='head1'>
<img src='mine1.jpg'>
</div>
<div class="head2">
<h1>
Hey, It's Me Bikash Sah a Machine Learning Enthusiast.
</h1>
</div>
</div>
<div class="About">
<h2>
About Me
</h2>
<p>
I am a Machine Learning enthusiast as well as a learner Graphic Designer. I am a good timekeeper, hard working always willing to learn new skills.
I am reliable and dependable and often seek new responsibilitie within a wide range of employment areas. I am able to work independently in busy
environments and also within a team.
</p>
</div>
<div class="Education">
<h2>
Education
</h2>
<ul type='bullet'>
<li>School Leaving Certificate (2016 AD)
<ul>
<li>Diana Public English School, Koteshwor, Kathmandu. Passed with 3.70 GPA</li>
</ul>
</li>
<li>Higher Secondary Education Board (2016- 2018 AD)
<ul>
<li>Milestone International College, Balkumari, Kathmandu. Passed with 3.64 GPA in Science Faculty </li>
</ul>
</li>
<li>Bachleor in Electronics and Information Engineering (2019- Running)
<ul>
<li>Kathford International College of Engineering and Management </li>
</ul>
</li>
</ul>
</div>
</body>
</html>