-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (84 loc) · 2.07 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
84
85
86
87
88
<!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>Gaurav's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="image/gaurav.png" height="200" alt="loading..." />
</td>
<td>
<h1>Gaurav Pratap Shrestha</h1>
<p>
<em
>Student Partner at
<strong
><a href="https://www.lftechnology.com/" target="_blank"
>Leapfrog Technology</a
> </strong
></em
>
</p>
<p>
An enthusiastic learner with keen interest in Automations, Cloud
Computing, Artificial Intelligence and Web Development.
</p>
</td>
</tr>
</table>
<hr />
<h3>Educations</h3>
<ul>
<li>+2 Science with Computer</li>
<li>B.Sc.CSIT</li>
</ul>
<hr>
<h3>Position of Responsibility</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2022</td>
<td>Leapfrog Student Partner at Leapfrog Technology.</td>
</tr>
<tr>
<td>2022</td>
<td>Campus Director at LOCUS.</td>
</tr>
<tr>
<td>2022</td>
<td>Executive at ITSNP.</td>
</tr>
<tr>
<td>2022</td>
<td>Executive at National Infotech IT CLUB.</td>
</tr>
<tr>
<td>2021-2022</td>
<td>Campus Repesentative at ITSNP.</td>
</tr>
</tbody>
</table>
<hr />
<h3>Technical Skills</h3>
<ol>
<li>Python</a></li>
<li>C++</li>
<li>GIT and GITHUB</a></li>
</ol>
<hr />
<a href="projects.html" target="_blank">Projects</a>
<br />
<a href="contacts.html" target="_blank">Connect With Me</a>
</body>
</html>