-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (63 loc) · 2.78 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 name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<title>About Me</title>
</head>
<body>
<!-- ......header part...... -->
<header>
<h1>Hii! I am Sagar Prasad.</h1>
</header>
<!-- ...about me... -->
<div class="about">
<div class="img"><img class="myimg" src="https://scontent.fnag1-3.fna.fbcdn.net/v/t31.0-8/p720x720/22791562_1914149318848079_2066686418418881110_o.jpg?_nc_cat=111&_nc_sid=110474&_nc_ohc=RQYeeka3qlsAX8ZcI-J&_nc_ht=scontent.fnag1-3.fna&_nc_tp=6&oh=d1d27f5c697c23818d25ba61a31b40b0&oe=5F0D7094" height="200" width="200" ><br>
<br> <a href="#contact"><i class='fas fa-angle-double-down' title="contact" style="font-size: 2em;"></i></a>
</div>
<div style=" font-size: 2em;"><h2 style="text-align: center; color: maroon;">About Me</h2>
My name is Sagar Prasad. I am a student of IIT BOMBAY. I am pursuing BTech in Civil Engineering.<br>
My IITB Roll Number is 190040100.
<h2 style="text-align: center; color:darkmagenta;">Education</h2>
<ul>
<li>I did my schooling till 10<sup>th</sup> standard from DAV Public School</li><br>
<li>I took coaching from XYZ Institute for JEE.</li>
</ul>
<h2 style="text-align: center; color:green;">My Hobbies:</h2>
<ul>
<li>Playing Badminton</li><br>
<li>Listening to music</li><br>
<li>Surfing through Internet.</li><br>
<li>Travelling</li>
</ul>
<h2 style="text-align: center; color:darkmagenta;">My Ambitions</h2>
<ol>
<li>Going on a world tour</li><br>
<li>Making an Educational Website</li><br>
<li>Getting a decent CPI.</li>
</ol>
</div>
</div>
<div class="form">
<h2>Fill The captcha</h2>
<form>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQyINVCPUKq21Df_OqsjcBX61lLtgvG920Ung&usqp=CAU" width="200" height="200">
<br> <br> <input type="text" placeholder="Enter the captcha shown.."> <input type="button" onclick="alert('Thank You! For Filling it')" value="Validate" style="background-color: green;">
</form>
</div>
<footer>
<div class="contact" id="contact">
<div class="divcontact">
<h1>Contact</h1>
<p> Room No: 1006, Hostel-16/A <BR>IIT BOMBAY,<BR>Powai, Mumbai.<BR>
Contact No : +9179036XXXXX</p>
</div>
<hr>
<h3 class="copyright">Copyright ©2020 All Rights Reserved | This is made by Sagar</h3></div>
</footer>
</body>
</html>