-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactMe.html
executable file
·48 lines (47 loc) · 1.35 KB
/
ContactMe.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="ContactMe.css">
<title>YASH GOYAL</title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="AboutMe.html">About Me</a></li>
<li><a href="Arrow.html">My Favourite Superhero</a></li>
<li><a href="ContactMe.html">Contact Me</a></li>
</ul>
</nav>
<div class="inWindow">
<h1>Say Hi!</h1>
<p>Mail me at <a href="mailto:[email protected]"><b>[email protected]</b></a></p>
<br/>
<p>Or reach out on</p>
<ul>
<li><a href="https://www.facebook.com/goyalyash786">FACEBOOK</a></li>
</ul>
</div>
<div class="Window2">
<div id="icons">
<div id="resi">
<img src="./resi.png" alt="my home">
</div>
<div id="phone">
<img src="./phone.png" alt="Call">
</div>
<div id="quora">
<img src="./quora.png" alt="Quora">
</div>
</div>
<div id="list2">
<ul>
<li><a href="https://www.google.co.in/maps/place/International+Institute+of+Information+Technology+Hyderabad/@17.447254,78.3486719,15z/data=!4m2!3m1!1s0x0:0x9d02e89b98deb496">My Residence</a></li>
<li><p>9453674669 </p></li>
<li><a href="https://www.quora.com/profile/Yash-Goyal-7">Follow Me On Quora</a></li>
</ul>
</div>
</div>
</body>
</html>