-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
47 lines (38 loc) · 984 Bytes
/
Copy pathcontact.html
File metadata and controls
47 lines (38 loc) · 984 Bytes
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</h2>
<p>
email me at <a href="avichoudhary237@gmail.com">avichoudhary237@gmail.com</a>.
</p>
<p>
or contact me through <a href="https://www.facebook.com/avinash.choudhary.18659041">Facebook</a>
</p>
</div>
<div id="footer">
<p>
Made by <a href="/" target="_blank">Avinash CHoudhary</a>
</p>
</div>
</div>
</body>
</html>