-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (37 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
47 lines (37 loc) · 1.17 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Avinash Choudhary</title>
<meta name="author" content="your name" />
<meta name="description" content="" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="page">
<div id="logo">
<h1><a href="/" id="logoLink">Avinash Choudhary</a></h1>
</div>
<div id="nav">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="academics.html">Academics</a></li>
<li><a href="interests.html">Personal Interests</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="content">
<h2>About Me</h2>
<p>
Hi, I am Avinash Choudhary, a third year undergrad student of the <a href="https://www.cse.iitk.ac.in/"> department of Computer Science and Engineering </a> at the <a href="http://iitk.ac.in/"> Indian Institue of Technology Kanpur</a>.
</p>
Currently I am residing in the Hall of residence 3 at IITK. My hometown is sikar(Rajasthan) and I did my schooling from Bhartiya Public School, sikar.
<p>
</div>
<div id="footer">
<p>
Made by <a href="/" target="_blank">Avinash CHoudhary</a>
</p>
</div>
</div>
</body>
</html>