-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoc.html
More file actions
71 lines (63 loc) · 1.91 KB
/
doc.html
File metadata and controls
71 lines (63 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>☮ Tushar's Personal website</title>
</head>
<body>
<table cellspacing="40">
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C5103AQG6YRgANVu1TQ/profile-displayphoto-shrink_200_200/0?e=1583971200&v=beta&t=H6k6vraTBRvZ8YEA9ojau-QUiLmZ3v64jdB5-hS5NJs" alt="PROFILE PIC OF TUSHAR VERMA"></td>
<td>
<h1>TUSHAR <br> VERMA</h1>
<p><em>Student at <strong><a href="https://www.rvce.edu.in/">R.V.COLLEGE OF ENGINE
ERING</a></strong></em></p>
</td>
</tr>
</table>
<p>Experienced Campus Ambassador with a demonstrated history of working in the professional training & coaching industry. Skilled in Python (Programming Language), C++, Raspberry Pi, Public Speaking, and Social Media. Strong education professional
with a B.E focused in Information Technology from R. V. College of Engineering, Bangalore. </p>
<hr size="3" noshade>
<h2>Education</h2>
<ul>
<li>PATNA PREPATORY SCHOOL,PATNA</li>
<li>PRARAMBHIKA </li>
<li>BALDWIN</li>
<li>RADIANT INTERNATIONAL SCHOOL</li>
<li>R.V.COLLEGE OF ENGINEERING</li>
</ul>
<hr size="3" noshade>
<h3>MY HOBBIES</h3>
<ol>
<li>PLAYING BADMINTON</li>
<li>CODING</li>
<li><a href="https://www.epicgames.com/fortnite/en-US/home">FORTNITE</a></li>
</ol>
<hr noshade>
<h4>SKILLS</h4>
<table border="10" cellspacing="5">
<thead>
<tr>
<th>Domain</th>
<th>LEVEL</th>
</tr>
</thead>
<tbody>
<tr>
<td>C++</td>
<td>🌟 🌟 🌟</td>
</tr>
<tr>
<td>Python</td>
<td>🌟 🌟 🌟</td>
</tr>
<tr>
<td>HTML</td>
<td>🌟 🌟</td>
</tr>
</tbody>
</table>
<hr size= "3" noshade>
<a href="contact.html ">My Contacts</a>
<hr size="3" noshade>
</html>