-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (81 loc) · 2.27 KB
/
Copy pathindex.html
File metadata and controls
91 lines (81 loc) · 2.27 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mayuresh's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://media.licdn.com/dms/image/C5103AQFy2ECkV7m1-w/profile-displayphoto-shrink_200_200/0?e=1573689600&v=beta&t=NR7QNFJBYJGGnV3udAE_r-E8Shg9gB3Fd9-9__i5YBk" alt="Mayuresh Profile photo"></td>
<td><h1>Mayuresh Pandey</h1>
</P><em>Student of <strong><a href="https://kjsieit.somaiya.edu/kjsieit/">K.J.Somaiya Institute of Engineering and Information Technology</a></strong></em></P>
<p>Department of Information Technology</p>
<p>Mumbai University</p>
<p>Sion,Mumbai</p>
<p>Project Intern at Robonomcs.Ai</p></td>
</tr>
</table>
<hr size="3">
<h2>Education</h2>
</ul>
<li>K.J.Somaiya Institute of Engineeringand Information Technology</li>
<li>Pace Junior Science College </li>
<li>St jude's high School</li>
</ul>
<hr>
<h3>Work</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010</td>
<td>Web developer</td>
</tr>
<tr>
<td>2010-2013</td>
<td>Full stack developer</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>MySQL</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<h2>Hobbies</h2>
<a href="hobbies.html">Hobbies</a><br>
<a download href="https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf">Download htmlcheatsheet</a><br>
<a href="contact.html">Contact</a>
</body>
</html>