-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (65 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>manas's personal site</title>
</head>
<body>
<table>
<tr>
<td> <img src="images\WIN_20220530_22_59_00_Pro.jpg"></td>
<td><h1>manas deshpande</h1>
<p><em>student at <strong><a href="https://vesit.ves.ac.in/">VESIT</a></strong> </em></p>
<p>I am currently studying in 2nd year of AIDS in VESIT . </p></td>
</tr>
</table>
<hr>
<h3><strong>Education</strong></h3>
<ul>
<li><a href="https://main.ves.ac.in/svhs/">swami vivekanad high school</a> passed 10th with 83%</li>
<li><a href="http://pioneercollege.ac.in/our-colleges.html">pioneer junior college</a> passed 12th with 88%</li>
<li><a href="https://vesit.ves.ac.in/">VESIT</a> doing my AIDS engineering with current CGPA 9.4</li>
</ul>
<hr>
<h3>hobbies</h3>
<ol>
<li>i love playing cricket</li>
<li>i love to play valorant </li>
<li>i love to code</li>
</ol>
<hr>
<a href="contacts.html">contact details</a>
<a href="inputs.html">message me</a>
<hr>
<table>
<tr>
<td><strong>year</strong></td>
<td><strong>work</strong></td>
</tr>
<tr>
<td>2010-2020</td>
<td>work experience 1</td>
</tr>
<tr>
<td>2022</td>
<td>course of Angela Yu</td>
</tr>
</table>
<hr>
<h2><strong>Skills</strong></h2>
<table cellspacing="10">
<tr>
<td>maths</td>
<td>⭐⭐⭐⭐⭐</td>
<td>web development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>c programming</td>
<td>⭐⭐⭐⭐</td>
<td>blender</td>
<td>⭐⭐</td>
</tr>
</table>
</body>
</html>