-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContactUs.html
87 lines (65 loc) · 2.86 KB
/
ContactUs.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
padding: 10px;
}
body {
background: rgb(198, 224, 193);
border: 2px solid black;
}
#home {
background-color: #4CAF50;
color: white;
text-decoration: none;
display: inline-block;
font-size: 30px;
margin: 4px 2px;
cursor: pointer;
border-radius: 20px;
}
.Disc11 {
background: rgb(198, 224, 193);
}
#white {
background: white;
}
</style>
</head>
<body>
<div class="black">
<button id="home"> <a style="text-decoration:none" href="index.html">Home</a> </button>
<div class="Disc11">
<h1 style="text-align: center;"><b>Contact 🙂</b></h1>
<div id="white">
<h1>Please Contact Us !</h1>
<h2 style="text-align: center;">Welcome to <span id="W_Name"> Girendra Sinsinwar</span>!</h2>
<p style="font-size: 17px;">Please email us if you have any queries about the site, advertising, or
anything else.</p>
<div style="text-align: center;">
<img alt="contact-us" height="87"
src="https://lh3.googleusercontent.com/-BA7qy8h_v1g/YLVCWDNZdCI/AAAAAAAAALw/rsHNJWX0BK4P5CuB0ymG8QkJ9A9E8KchgCLcBGAsYHQ/w320-h87/email-us-1805514__480.webp"
width="320">
<p style="margin-left: 25%;"><i class="fas fa-envelope-open-text"
style="color: #2c3e50; font-size: 20px;"></i> <b><i> <span id="W_Email"><a
href="mailto:[email protected]">[email protected]</a></span></i></b><br>
<i class="fab fa-whatsapp-square" style="color: #3edc81; font-size: 20px;"></i> <b><span
id="W_whatsapp"><a href="tel:7017319719">7017319719</a></span></b><br>
</p>
<h3 style="color: #3e005d;">We will revert you as soon as possible...!</h3>
<p style="color: #3e005d; text-align: center;">Thank you for contacting us! <br><b>Have a great
day</b></p>
<span style="font-size: 1px; opacity: 0;">This page is generated with the help of <a
href="https://www.blogearns.com/2021/06/free-contact-us-page-generator.html"
style="color: inherit;">Contact Us Page Generator</a></span>
</div>
</div>
</div>
</div>
</body>
</html>