-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (65 loc) · 3.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<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>Madhav</title>
</head>
<body>
<hr>
<table cellspacing="20" class="table">
<tr>
<td><img id="qaz" src="photo.jpg" alt="image of Madhav" width="300"></td>
<td>
<h1>Madhav Kadam</h1><br>
<p>Student of CSE at IIT Indore</p>
<p>Democratic Liberal Patriot <br> JEE ADV AIR 1140 and 385/450 in BITSAT</p><br>
</td>
</tr>
</table>
<hr>
<h1 style="text-align: center;">My hobbies</h1><br>
<ul style="margin-left: 10%;">
<li><h3>elocution</h3><a href="learn.html"><i>My take on Todays govt policies</i></a></li>
<li><h3>Drawing ..<br><img class="pic" src="Art.jpeg" alt="pictures will be uploaded soon" height="200">
<img class="pic" src="AB.jpg" alt="thanks" height="200">
<img class="pic" src="ABC.jpg" alt="thanks" height="200"></h3>
</li>
<li><h3>Reading,writing</h3><br>
<ul>
<h5>My best reads</h5>
<li><a href="https://www.amazon.in/Yugandhar-Shivaji-Sawant/dp/938875428X">Yugandhar</a> </li>
<li><a href="https://www.amazon.in/Rich-Dad-Poor-Middle-Updates/dp/1612680194/ref=asc_df_1612680194/?tag=googleshopdes-21&linkCode=df0&hvadid=397008395029&hvpos=&hvnetw=g&hvrand=9269097643515395049&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1007788&hvtargid=pla-301634461823&psc=1&ext_vrnc=hi">Rich Dad Poor Dad </a></li>
<li>Entire Sherlock Holmes</li>
<li>You can win</li>
<li>Ek Hota Carver</li>
<li>Sambhaji</li>
</ul>
</li><br><br>
<li><h3>Music<br><br><br><iframe style="align-self: center;" src="https://open.spotify.com/embed/playlist/6WpqvL0CHsSy8zoUGBieFq?utm_source=generator&theme=0" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe></h3></li> <br><br>
<li><h3>Programming <br> <br> <a href="fibo.exe">fibonacci</a></h3></li>
<li>Farming <br><br>
<video src="ABCC.m4v" controls height="400" preload="none" > </video>
<video src="ABCD.m4v"controls height="400" preload="none" ></video>
</li>
</ul>
<br>
<h6>feedback</h6>
<form>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname"><br>
<label for="resp">Did you like my first website?</label><br>
<input type="radio" id="too much">
<label for="resp">too much</label><br>
<input type="radio" id="somewhat">
<label for="resp">somewhat</label><br>
<input type="radio" id="scope of improvement">
<label for="resp">scope of improvement</label><br><br>
<input type="submit">
</form>
</body>
</html>