-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (124 loc) · 3.27 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>😀Abhishek's Personal Site</title>
</head>
<body>
<table>
<tr>
<td><img src="my photo.png" alt="Abhishek profile photo"></td>
<td><h1>Abhishek V</h1>
<p>
<em>Student<br>
<strong><a href="https://newhorizonindia.edu/nhengineering/">New Horizon College of Engineering</a></strong></em><br>
Department Of Computer Science<br>
<a href="https://en.wikipedia.org/wiki/Bangalore">Bengaluru</a>-560103
</p></td>
</tr>
</table>
<p>
I'm a Student in New Horizon College of Engineering. I love Computer Science. I have learnt programming languages in C, Java.
<hr />
</p>
<h3>Education</h3>
<table border="1">
<thead>
<tr bgcolor=FFFF00>
<th>Institution Name</th>
<th>Classes studied</th>
<th>Year of study From</th>
<th>Year of study To</th>
</tr>
</thead>
<tbody>
<tr>
<td>New Horizon Pre University College</td>
<td>11-12</td>
<td>2018</td>
<td>2020</td>
</tr>
<tr>
<td>Gurukula High School</td>
<td>6-10</td>
<td>2013</td>
<td>2018</td>
</tr>
<tr>
<td>Gurukula Vidya Samsthe</td>
<td>1-5</td>
<td>2008</td>
<td>2013</td>
</tr>
</tbody>
</table>
<hr>
<h3>Courses</h3>
<table cellspacing ="20">
<tr>
<th>Course</th>
<th>Platform</th>
</tr>
<tr>
<td><li><a href="https://www.udemy.com/course/complete-linux-training-course-to-get-your-dream-it-job/learn/lecture/9721270?start=0#overview">Complete Linux training course to get your dream It Job-2022 </a> </li></td>
<td>UDEMY</td>
</tr>
<tr>
<td><li><a href="https://www.udemy.com/course/java-the-complete-java-developer-course/learn/lecture/15386014?start=20#overview">Java programming MasterClass covering Java11 and Java17 </a> </li></td>
<td>UDEMY</td>
</tr>
<tr>
<td><li><a href="https://onlinecourses.nptel.ac.in/noc22_cs101/[email protected]">Problem Solving through Programming in C </a> </li> </td>
<td>NPTEL</td>
</tr>
</table>
<hr>
<h3>Work Experience</h3>
<table border="1">
<tr bgcolor="FFFF00">
<th>Dates</th>
<th>Work</th>
</tr>
<tr>
<td>2021-2022</td>
<td>Teaching for high school and college students</td>
</tr>
<tr>
<td>2022</td>
<td>Internship at Skillhacc</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="20">
<tr>
<td>C programming</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Unix</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Microsoft PowerPoint</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Microsoft Excel</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Communication</td>
<td>⭐</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<br>
<a href="contact.html">Contact me</a>
</body>
</html>