-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
63 lines (61 loc) · 1.4 KB
/
aboutme.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
<html>
<head>
<link rel = "stylesheet" href="styling.css">
</head>
<body>
<p class = "myimage">
<img src = "IMG_20190530_125927_292.jpg" height="300px" width="300px" class ="image"></p>
<h2>Deepak G. Mohnani</h2>
<table class="abtme" align = "centre" cellspacing = "30px">
<tr>
<td>
Age
</td>
<td align = "center">
18
</td>
</tr>
<tr>
<td>School Education</td>
<td>Class 12 from Maheshwari public School, Jaipur
<br>89.8% in class 12th Boards
</td>
</tr>
<tr>
<td>
College
</td>
<td>
Indian Institute of Information Technology, Kota
</td>
</tr>
<tr>
<td>
Branch
</td>
<td>
Electronics and Communication
</td>
</tr>
<tr>
<td>Address</td>
<td>168 ,Basant Bahar Colony Gopalpura Mod Tonk Road, Jaipur </td>
</tr>
<tr>
<td>
Hobbies
</td>
<td>
Reading Books<br>
Exploring Entrepreneurship
</td>
</tr>
<tr>
<td>
Link To My Social Media Accounts
</td>
<a href="https://www.instagram.com/deepakmohnani14/"> <td>Instagram</td></a>
</tr>
</table>
</body>
</html>