-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (70 loc) · 1.65 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
77
78
79
<!DOCTYPE html>
<html>
<body>
<h1 style = "color:steelblue;text-align:center">PRATISHTHA NEGI</style></h1>
<!-- this is first heading -->
<img src= "pratishtha.jpg" style="width:300px" "height:600px">
<h2 style= "color:steelblue"> ABOUT ME </h2>
<p style="font-family:arial, sans-serif"> I am Pratishtha Negi, a first year MTech student in <i>inter-disciplinary program - Education Technology at IIT BOMBAY</i>.</style> </p>
<style>
<!-- To add the table -->
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<body>
<h2 style= "color:steelblue">Education</h2>
<!-- this is second heading -->
<table>
<tr>
<th>Program</th>
<th>Institute</th>
<th>GPA/Percentage</th>
</tr>
<tr>
<td>B.Tech</td>
<td>DIT</td>
<td>78</td>
</tr>
<tr>
<td>M.Tech</td>
<td>IIT Bombay</td>
<td>9.06</td>
</tr>
</table>
<h2 style= "color:steelblue">Hobbies</h2>
<p style="font-family:arial, sans-serif"> My hobbies are:
<ul>
<li>Travelling</li>
<li>Singing </li>
<li>Reading self help books</li>
</ul>
</style> </p>
<h2 style= "color:steelblue">Ambitions</h2>
<p style="font-family:arial, sans-serif">
<ul>
<li>Travelling different cities</li>
<li>Start my Ed-Tech startup</li>
<li>Sky diving</li>
</ul>
</style> </p>
<footer>
<aside>
<p style="text-align:center;">Created by: Pratishtha Negi </p>
<p style="text-align:center;">Contact information: <a href="mailto:someone@example.com">
pratishthanegi@iitb.ac.in</a>.</p>
</aside>
</footer>
</body>
</html>