This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_us.php
116 lines (103 loc) · 4 KB
/
contact_us.php
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<html>
<head>
<title>Contact Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Contact Us</title>
<meta name="description" content="Photos of Indian, Desi , Rajasthani jewellery with weight and category wise" />
<meta name="keywords" content="Indian,Desi,emboss,ehnic,jewellery,kundan,emboss,design,gold,Rajasthani,photos" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" type="image/x-icon" href="/logos/favicon.ico" />
<link href="/frameworks/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="script/desi_jewel.css" rel="stylesheet">
<script src="/script/jquery.js"></script>
<script src="/script/cg_footer.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9733613923055204",
enable_page_level_ads: true
});
</script>
<style>
label,
a,
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
.err {
font-family: Verdana, Helvetica, sans-serif;
font-size: 15px;
color: red;
}
</style>
<script language="JavaScript" src="scripts/gen_validatorv31.js" type="text/javascript"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NXMSRH8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<!-- head content -->
<div class="hidden-xs back" alt="website logo">
</div>
<div class="visible-xs" alt="website logo">
<img class="col-xs-12 back" src="/logos/logo-xs.png">
</div>
<!-- Nav bar -->
<div class="bg_n">
<?php include "includes/nav_bar.php" ; ?>
</div>
<div class="container-2 ">
<div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- First_ad -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9733613923055204" data-ad-slot="4184477932" data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div style="padding: 0px;margin-left: 10px" class="row ">
<div id="the_form" style="padding: 10px;margin: 0px" class="row">
<h2>If you want to contact to us - </h2>
<h4>Email : [email protected]</h4>
<h4>Whatsapp : +918239418128</h4>
</div>
<br><br><br>
</div>
<!-- Footer content-->
<div style="font-size: 15px" class="row align_center footer">
<div class="col-md-12">
Copyright © <a href="/" title="Desi Jewel">Desijewel.in</a> |
<a href="contact_us.php">Contact Us</a>|
<a href="privacy.html">Privacy Policy</a>|
<a href="tos.html">Terms of Service</a>|
<a href="about_us.html">About Us</a>|
<a href="/disclaimer.html">Disclaimer</a>
</div>
</div>
</div>
<footer>
<script language="JavaScript">
// Code for validating the form
// Visit https://www.www.javascript-coder.com/html-form/javascript-form-validation.phtml
// for details
var frmvalidator = new Validator("contact_form");
//remove the following two lines if you like error message box popups
frmvalidator.EnableOnPageErrorDisplaySingleBox();
frmvalidator.EnableMsgsTogether();
frmvalidator.addValidation("name", "req", "Please provide your name");
frmvalidator.addValidation("email", "req", "Please provide your email");
frmvalidator.addValidation("email", "email", "Please enter a valid email address");
</script>
<script language='JavaScript' type='text/javascript'>
function refreshCaptcha() {
var img = document.images['captchaimg'];
img.src = img.src.substring(0, img.src.lastIndexOf("?")) + "?rand=" + Math.random() * 1000;
}
</script>
</footer>
</body>
</html>