-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (71 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Shreyash's personal site</title>
</head>
<body>
<table cellspacing="25">
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C5603AQFhWm-b522VwQ/profile-displayphoto-shrink_200_200/0/1620923972822?e=1652918400&v=beta&t=D5FZsoSruMRRBMl2Oahsk_1HjwsN9CMuiI9KQab4m0A" alt="Shreyash Jangam's img"></td>
<td>
<h1>SHREYASH JANGAM</h1>
<p><em>Computer Science Student at <strong>Pune University</strong></em></p>
<p>I am a Web developer and a Trader and I love Technology and The World of Finance</p>
</td>
</tr>
</table>
<hr size="3" noshade="50">
<h3>EDUCATION</h3>
<ul>
<li>10th Pass from Priyadarshani High School </li>
<li>12th Pass from Modern College of Arts, Science & Commerce </li>
<li>Pursuing Bsc. Computer Science from Pune University</li>
</ul>
<hr size="3">
<h3>Year of Completion</h3>
<table border="3" cellspacing="10">
<thead>
<tr>
<th>Date</th>
<th>Education</th>
</tr>
</thead>
<tbody>
<tr>
<td>2017</td>
<td>SSC</td>
</tr>
<tr>
<td>2019</td>
<td>HSC</td>
</tr>
<tr>
<td>2022</td>
<td>Bsc. Computer Science</td>
</tr>
</tbody>
</table>
<hr size="3">
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Finance</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Communication Skills</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<br>
<hr size="3" noshade="50">
<a href="Hobbies.html">MY HOBBIES</a>
<br>
<a href="Contact details.html">MY CONTACT DETAILS</a>
</body>
</html>