-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (77 loc) · 2.36 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">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raj's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Image.png" alt="My Profile Picture"></td>
<td><h1>RAJ GHARAT</h1>
<p><em>Student At <strong>Pune Institute Of Computer Technology(PICT).</strong></em></p>
<p>I am currently studying in 2nd year of engineering.I am pursuing Computer Engineering from PICT Pune.I am Web Development Enthusiast.
</p></td>
</tr>
</table>
<hr size="3" noshade>
<h3>EDUCATION</h3>
<ul>
<li>10th - <u><em><strong>KILBIL HIGH SCHOOL AND JUNIOR COLLEGE</strong></em></u></li>
<li>11th & 12th - <u><em><strong>SMT. SUSHEELA BAHUDANI JUNIOR COLLEGE.</strong></em></u></li>
<li>Ankur Warikoo - <u><em><strong>TAKE CHARGE OF TIME.</strong></em></u></li>
</ul>
<h3>Work Experience</h3>
<table border="3">
<tr>
<th>Date</th>
<th>Work</th>
</tr>
<tr>
<td>2010-2013</td>
<td>Worked At Amazon</td>
</tr>
<tr>
<td>2015-2020</td>
<td>Worked At Microsoft</td>
</tr>
</table>
<hr size="3" noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>JavaScript</td>
<td>⭐</td>
</tr>
</table>
<hr size="3" noshade>
<h3>My Hobbies</h3>
<ol>
<li>Drawing</li>
<li>Learning New Technologies</li>
<li>Drawing</li>
<li>Playing Chess</li>
</ol>
<hr size="3" noshade>
<h3>My Social Media Profile Links</h3>
<ul>
<li><a href="https://www.linkedin.com/in/raj-gharat-b5b891224/">Linkden Profile</a></li>
<li><a href="https://www.google.com/">Google Website</a></li>
</ul>
<a href="contact.html">Contact Me</a>
</body>
</html>