-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (71 loc) · 1.87 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
<!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>Mohit's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C4D03AQFTEsX9TI-ilA/profile-displayphoto-shrink_400_400/0/1658771520087?e=1665014400&v=beta&t=XVY_OUpHgfdIWejXXwkUS0Dy7jSNcdejoObnmqU8Pfg"
alt="Mohit Profile"></td>
<td><h1>Mohit Mahajan</h1>
<p><strong>Student at IIT Mandi</strong><br>
Address:<em> At post Dhanora, 425303,<br>
Jalgoan, Maharashtra.
</em>
</td>
</tr>
</table>
<h3><a href="contact.html">My Contact</a> </h3>
</p>
<hr>
<p>
<strong>My Hobbies</strong><br>
My Hobbies are as follows:
<ol type="i">
<li>Games:</li>
<ul>
<li>Football</li>
<li><a href="https://www.cricbuzz.com/cricket-match/live-scores" >Cricket</a></li>
</ul>
<li>Valorant</li>
<li><a href="https://www.tradingview.com/chart/2b7HPZ4R/?symbol=BINANCE%3ABTCUSDT">Crypto Trading</a></li>
</ol>
<hr>
</p>
<h2> My Experience</h2>
<table>
<tr>
<td>2008-2018 </td>
<td>Primary School</td>
</tr>
<tr>
<td>2018-2020 </td>
<td>Secondary School</td>
</tr>
<tr>
<td>2021-2025 </td>
<td>Engineering</td>
</tr>
</table>
</body>
<hr>
<h3> Skills </h3>
<table>
<tr>
<td> HTML 3/5</td>
<td> CSS 0/5 </td>
</tr>
<tr>
<td> Crypto 4/5</td>
<td> Stocks 1/5</td>
</tr>
</table>
<p>
Enter Your Experience <a href="form.html"> here </a>
</p>
</body>
</html>