-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (67 loc) · 1.8 KB
/
index.html
File metadata and controls
72 lines (67 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Vijay's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<thead>
<tr>
<td><img src="https://scontent-bom1-2.xx.fbcdn.net/v/t1.0-1/p160x160/72982073_1451021271711549_2519104091263598592_o.jpg?_nc_cat=107&_nc_ohc=GhFve8iHa2cAQnofj5ndgW9Zxxl-RuQ9VnFU8ymziTzk-5qjVmdwA6_bg&_nc_ht=scontent-bom1-2.xx&oh=c161b146e15b3637f0f5580e4897ddd5&oe=5E8BFDC5"
alt="vijay profile picture"></td>
<td><h1>Vijay Pathawar</h1>
<p><em></em>Mumbai University <strong>Student</strong></em></p>
<p>I am a Graphic Designer and Web Developer.I do Freelancing in Fiverr.</p></td>
</tr>
</thead>
</table>
<hr>
<h3>Certification</h3>
<ul>
<li>Core Java</li>
<li>Introduction to R software</li>
</ul>
<h3>Educational Qualification</h3>
<table border="1">
<thead>
<tr>
<th>year</th>
<th>College Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>2013</td>
<td>SSC at NMWS High School with 81.40%</td>
</tr>
<tr>
<td>2015</td>
<td>HSC at PVB Jr College with 70.62%</td>
</tr>
<tr>
<td>2019</td>
<td>B.E from SIGCE with 7 CGPA</td>
</tr>
</tbody>
</table>
<h3>Skills</h3>
<table>
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact-me.html">Contact Me</a>
</body>
</html>