-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactme.html
32 lines (24 loc) · 1004 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="contactme.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<div class="white">
<hi id="h1">CONTACT ME ON :</hi>
<p class="contactfont">Manish Lakra <br>
629, Mundka <br>
New Delhi, India - 110041.<br>
+91 9999590899</p>
<a href="mailto: [email protected]" id="email"><i class="fa fa-envelope fa-3x" aria-hidden="true"></i>
Send Me Mail </a>
<a href="tel+91989898" id="email"><i class="fa fa-mobile fa-4x" aria-hidden="true"></i>Call </a>
</div>
<a href="index.html"><i class="fa fa-home fa-3x" aria-hidden="true"></i></a>
</body>
</html>