This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.php
220 lines (206 loc) · 6.89 KB
/
thankyou.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!doctype html>
<html class="no-js" lang="en">
<?php
include_once 'elements\head.php';
include_once 'config\conn.php';
?>
<body>
<!-- WRAPPER START -->
<div class="wrapper bg-dark-white">
<?php include_once 'elements\header.php' ?>
<!-- HEADING-BANNER START -->
<div class="heading-banner-area overlay-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading-banner">
<div class="heading-banner-title">
<h2>Contact Us</h2>
</div>
<div class="breadcumbs pb-15">
<ul>
<li><a href="index.php">Home</a></li>
<li>Contact Us</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- HEADING-BANNER END -->
<!-- contact-us-AREA START -->
<div class="contact-us-area pt-80 pb-80">
<div class="container">
<div class="thankyour-area bg-white mb-30">
<div class="row">
<div class="col-md-12">
<div class="thankyou">
<h2 class="text-center mb-0">Thank you for your message</h2>
</div>
</div>
</div>
</div>
<div class="contact-us customer-login bg-white">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-5 col-xs-12">
<div class="contact-details">
<h4 class="title-1 title-border text-uppercase mb-30">contact details</h4>
<ul>
<li>
<i class="zmdi zmdi-pin"></i>
<span>28 Green Tower, Street Name,</span>
<span>New York City, USA</span>
</li>
<li>
<i class="zmdi zmdi-phone"></i>
<span>+880 1234 123456</span>
<span>+880 1234 123456</span>
</li>
<li>
<i class="zmdi zmdi-email"></i>
<span>company-email@gmail.com</span>
<span>your-email@gmail.com</span>
</li>
</ul>
</div>
<div class="send-message mt-60">
<form action="mail.php">
<h4 class="title-1 title-border text-uppercase mb-30">send message</h4>
<input type="text" name="name" placeholder="Your name here..." />
<input type="text" name="email" placeholder="Your email here..." />
<textarea class="custom-textarea" name="message"
placeholder="Your comment here..."></textarea>
<button class="button-one submit-button mt-20" data-text="submit message"
type="submit">submit message</button>
</form>
</div>
</div>
<div class="col-lg-8 col-md-8 col-sm-7 col-xs-12 mt-xs-30">
<div class="map-area">
<div id="googleMap" style="width:100%;height:600px;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ABOUT-US-AREA END -->
<!-- FOOTER START -->
<footer>
<!-- Footer-area start -->
<div class="footer-area footer-3">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-5 col-xs-12">
<div class="single-footer">
<h3 class="footer-title title-border">Contact Us</h3>
<ul class="footer-contact">
<li><span>Address :</span>28 Green Tower, Street Name,<br>New York City, USA</li>
<li><span>Cell-Phone :</span>012345 - 123456789</li>
<li><span>Email :</span>your-email@gmail.com</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3">
<div class="single-footer">
<h3 class="footer-title title-border">accounts</h3>
<ul class="footer-menu">
<li><a href="my-account.html"><i class="zmdi zmdi-dot-circle"></i>My Account</a>
</li>
<li><a href="wishlist.html"><i class="zmdi zmdi-dot-circle"></i>My Wishlist</a></li>
<li><a href="cart.html"><i class="zmdi zmdi-dot-circle"></i>My Cart</a></li>
<li><a href="login.html"><i class="zmdi zmdi-dot-circle"></i>Sign In</a></li>
<li><a href="checkout.html"><i class="zmdi zmdi-dot-circle"></i>Check out</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-2 hidden-sm col-xs-12">
<div class="single-footer">
<h3 class="footer-title title-border">shipping</h3>
<ul class="footer-menu">
<li><a href="#"><i class="zmdi zmdi-dot-circle"></i>New Products</a></li>
<li><a href="#"><i class="zmdi zmdi-dot-circle"></i>Top Sellers</a></li>
<li><a href="#"><i class="zmdi zmdi-dot-circle"></i>Manufactirers</a></li>
<li><a href="#"><i class="zmdi zmdi-dot-circle"></i>Suppliers</a></li>
<li><a href="#"><i class="zmdi zmdi-dot-circle"></i>Specials</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="single-footer">
<h3 class="footer-title title-border">Email Newsletters</h3>
<div class="footer-subscribe">
<form action="#">
<input type="text" name="email" placeholder="Email Address..." />
<button class="button-one submit-btn-4" type="submit"
data-text="Subscribe">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer-area end -->
<!-- Copyright-area start -->
<div class="copyright-area copyright-2">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="copyright">
<p class="mb-0">© <a href="https://themeforest.net/user/codecarnival/portfolio"
target="_blank">CodeCarnival </a> 2022. All Rights Reserved.</p>
</div>
</div>
<div class="col-md-6">
<div class="payment text-md-end">
<a href="#"><img src="img/payment/1.png" alt="" /></a>
<a href="#"><img src="img/payment/2.png" alt="" /></a>
<a href="#"><img src="img/payment/3.png" alt="" /></a>
<a href="#"><img src="img/payment/4.png" alt="" /></a>
</div>
</div>
</div>
</div>
</div>
<!-- Copyright-area start -->
</footer>
<!-- FOOTER END -->
</div>
<!-- WRAPPER END -->
<!-- all js here -->
<?php include_once 'elements\js.php' ?>
<!-- Google Map js -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBuU_0_uLMnFM-2oWod_fzC0atPZj7dHlU"></script>
<script>
function initialize() {
var mapOptions = {
zoom: 15,
scrollwheel: false,
center: new google.maps.LatLng(40.7140709, -74.060261),
};
var map = new google.maps.Map(document.getElementById('googleMap'),
mapOptions
);
var marker = new google.maps.Marker({
position: map.getCenter(),
icon: ' ',
map: map
});
var contentString = '<div id="content">' +
'<div id="siteNotice">' +
'</div>' +
'<div id="bodyContent">' +
'<p>New York City Center, </br>Street Name, </br>New York City, USA</p>' +
'</div>' +
'</div>';
var infowindow = new google.maps.InfoWindow({
content: contentString
});
infowindow.open(map, marker);
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
</body>
</html>