-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
26 lines (25 loc) · 954 Bytes
/
contact.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cairo" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Contact Me</title>
</head>
<body>
<header>
<button id="index">Home</button>
<button id="aboutme">About Me</button>
<button id="achievement">My Achievements</button>
<button id="project">My Projects</button>
<button id="contact">Contact</button>
</header>
<footer id="contactme">
You Can Contact Me at<a href="mailto:[email protected]">[email protected]</a> <br>
You can also find me on<br>
<a href="https://www.facebook.com/shubhang.tripathi.3532" target="_blank"><img src="ficon.gif"></a>
<a href="https://github.com/ShubhangT2000"target="_blank"><img src="gicon.png"></a>
</footer>
<script type="text/javascript" src="script.js"></script>
</body>
</html>