-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 974 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Giriraj's Personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="giriraj.png" width="200" height="200"></td>
<td><h1>Giriraj Chandak</h1>
<p><em> Finance analyst and Web developer</em></p>
<p><em> Student at Bits pilani Hyderabad campus</em></p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li><p>Completed my Secondary school from <strong>Montfort school</strong> with a GPA of <strong>10</strong></p></li>
<li><p>Completed my High school from Ambedkar college <strong>with rank 4 in the college</strong></p></li>
<li><p>Currently pursuing Computer science at Bits pilani Hyderabad campus and the current CGPA as of first year is <strong>8.9</strong></p></li>
</ul>
<a href="contact.html">To Contact with me</a>
</body>
</html>