-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 1.4 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
<!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>My Peronal CV</title>
</head>
<body>
<h1 style="font-size:300%;">SUHANI AGRAWAL</h1>
<table>
<tr>
<td>
<img src="circle-cropped.png" alt="Suhani img" height="300" width="300">
</td>
<td><p style="font-size:160%;">This is suhani agrawal. I love to interact with a variety of people and share ideas with them.</p> </td>
</tr>
</table>
<br>
<br>
<hr width="2">
<h3 style="font-size:230%;"><b>Qualifications:</b></h3>
<table>
<tr>
<td style="font-size:130%;" >
<b> SCHOOL:</b>
</td>
<td style="font-size:130%;" >
St. Johns School D.L.W. Varanasi
</td>
</tr>
<tr>
<td style="font-size:130%;" >
<b>COLLEGE:</b>
</td>
<td style="font-size:130%;">
I.I.T. BHU (Varanasi)
</td>
</tr>
</table>
<h4 style="font-size:230%;"><a href="places.html"><b>Places I have EXPLORED:</b></a></h4>
<br>
<br>
<hr>
<h5 style="font-size:150%;"><a href="cont.html"><b>Contact me:</b></a></h5>
</body>
</html>