-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
494 lines (436 loc) · 15.7 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
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!DOCTYPE html>
<html lang="en">
<head>
<?php
include('session.php');
?>
<link rel="icon" type="image/ico" href="icon.png">
<link rel="stylesheet" type="text/css" href="topbar.css">
<link rel="stylesheet" type="text/css" href="slideshow.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Contact Us - Legato Guitar Store</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: georgia;
margin: 0;
}
.header {
padding: 5px;
text-align: center;
background: #ebebe0;
color: white;
}
.footer a{
color: black;
padding: 14px 20px;
text-decoration:none;
}
.footer a:hover{color:green;}
img{
vertical-align:baseline;
float:left;
}
.header h1 {
font-size: 40px;
color:#823830;
}
@media screen and (max-width: 600px) {
.header h1 {
font-size: 22px;
visibility:collapse;}
.header {padding:2px;}
}
@media screen and (max-width:600px){
.responsive {
width:100%;
height:300px;}}
.dropdown {
float: left;
overflow: hidden;
}
/* Dropdown button */
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
color:black;
background-color: #ddd;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 140px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
.newsletter {
border: 3px solid #f1f1f1;
font-family: Arial;
}
.container {
padding: 20px;
background-color: #f1f1f1;
}
.newsletter1{
width: 100%;
padding: 12px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
input[type=checkbox] {
margin-top: 16px;
}
input[type=submit] {
background-color: #356187;
color: white;
border: none;
}
input[type=submit]:hover {
opacity: 0.8;
}
#mySidenav a {
position: fixed;
left: -80px;
transition: 0.3s;
padding: 15px;
width: 100px;
text-decoration: none;
font-size: 20px;
color: white;
border-radius: 0 5px 5px 0;
}
#mySidenav a:hover {
left: 0;
}
#facebook {
top: 250px;
background-color: #3b5998 ;
}
#instagram {
top: 330px;
background-color: #E1306C;
}
#twitter{
top: 410px;
background-color: #31b1cc;
}
@media screen and (max-width:600px){
#mySidenav{visibility:hidden;}}
.dropbtn:hover .dropdown-content {
display: block;
}
.dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}
.dropbtn-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
@media screen and (max-width:600px){
.copyright{margin-left:0;
margin-right:0;}
.copyright1{font-size:11px;
float:middle;}
.copyright2{visibility:hidden;}}
@media screen and (max-width:600px){
.footer{display:none;
visibility:hidden;}}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #85d113;
color: white;
cursor: pointer;
padding: 10px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #555;
}
@media screen and (max-width:600px){
#myBtn {
display: none;
position: fixed;
bottom: 15px;
right: 25px;
z-index: 99;
font-size: 14px;
border: none;
outline: none;
background-color: #85d113;
color: white;
cursor: pointer;
padding: 1px;
border-radius: 4px;
}}
.badge {
position: absolute;
top: 40px;
right: 12px;
padding: 3.5px 7px;
border-radius: 50%;
background: red;
color: white;
}
.img-responsive{
margin-right:20px;
height:100px;
}
@media screen and (max-width:600px){
.col-md-5{margin-left:0px;
margin-right:0px;
display:inline;
}
.col-md-5 img{width:445px;}
.img-responsive{
height:60px;
width:90px;
margin-right:0px;
margin-left:45px;
}}
@media screen and (max-width:600px){
.row1{margin-bottom:1px;
margin-right:10px;
margin-left:10px;
display:inline;
}}
.error{color:blue;}
.googleMap a:hover{
opacity:0.3;}
.lass a :hover{
color:black;}
#list{
font-size: 15px;
display:none;
margin-left: 0px;
}
</style>
</head>
<body>
<div class="header">
<a href="index.html"><img align="left" width="200" height="100" src="logo4.png"/></a><?php echo $cartgo;?><img width="45px" height="50px" style="float:right;margin-top:40px;margin-right:10px;" src="cart1.png"/></a>
<span class="dropbtn" style="float:right;"> <a href="lasun" onmouseover="account()" onclick="showaccount()"><img width="45px" height="45px" style="float:right;margin-top:40px;margin-right:30px" src="account1.png"/></a>
<div class="dropdown-content" value="1">
<span class="error" style="color:maroon;font-size:18px;"><?php echo $user;?></span><span><button style="padding:0;font-size:18px;"><?php echo $sig;?></button></span>
<a href="ordertracker.html">Order Tracker</a>
<?php echo $log; ?>
</div></span>
<h1 style="text-decoration:none;">Your Destination for Guitars</h1>
</div>
<div class="topbar" id="myTopnav">
<a href="index.html">Home</a>
<div class="dropdown">
<button class="dropbtn"> Guitars
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="acousticguitar.html">Acoustic Guitars</a>
<a href="semiacousticguitar.html">Semi-Acoustic Guitars</a>
<a href="electricguitar.html">Electric Guitars</a>
<a href="bassguitar.html">Bass Guitars</a>
<a href="amplifiers.html">Amplifiers</a>
</div>
</div>
<a href="login.php">Login</a>
<a href="contactus.html">Contact Us</a>
<a href="feedback.php">Feedback</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<div class="search-container" style="margin-top:13px;">
<div class="dropdown">
<input id="searchbar" type="text" oninput="myFunctiono()" onkeyup="search_animal()" oninput="search_animal()" placeholder="Search.." name="search" >
<button class="search" type="image" src="search.png" style="font-size:17px;padding:1px 5px;"><i class="fa fa-search"></i></button>
<div class="dropdown-content">
<ol id="list" style="list-style-type:none;float:left;" >
<li class="animals"><a href="acousticguitar.html">Acoustic Guitars</a></li>
<li class="animals"> <a href="electric4.html" onclick="window.open('bass6.html');" target="_blank">Schecter</a></li>
<li class="animals"><a href="acoustic6.html" onclick="window.open('semiacoustic3.html');window.open('electric1.html');window.open('bass1.html');window.open('amp1.html');" target="_blank">Fender</a></li>
<li class="animals"><a href="electricguitar.html">Electric Guitars</a></li>
<li class="animals"><a href="acoustic7.html" onclick="window.open('semiacoustic6.html');window.open('electric5.html');" target="_blank">Epiphone</a></a></a></li>
<li class="animals"><a href="bassguitar.html">Bass Guitars</a></li>
<li class="animals"><a href="acoustic3.html" onclick="window.open('semiacoustic1.html');window.open('electric3.html');" target="_blank">Gibson</a></li>
<li class="animals"><a href="acoustic4.html" onclick="window.open('semiacoustic2.html');window.open('electric6.html');window.open('bass2.html');" target="_blank">Ibanez</a></li>
<li class="animals"><a href="amplifiers.html">Amplifiers</a></li>
<li class="animals"><a href="semiacousticguitar.html">Semi-Acoustic Guitars</a></li>
<li class="animals"><a href="acoustic2.html" onclick="window.open('electric9.html');window.open('bass4.html');" target="_blank">Yamaha</a></li>
</ol>
</div></div> </div>
</div>
<script>
function myFunctiono() {
document.getElementById("list").classList.toggle("show");
}
function search_animal() {
var xy=document.getElementById('list');
xy.style.display="block";
let input = document.getElementById('searchbar').value
input=input.toLowerCase();
let x = document.getElementsByClassName('animals');
for (i = 0; i < x.length; i++) {
if (!x[i].innerHTML.toLowerCase().includes(input)) {
x[i].style.display="none";
}
else {
x[i].style.display="list-item";
}
}
} </script>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topbar") {
x.className += " responsive";
} else {
x.className = "topbar";
}
}
</script>
<div id="mySidenav" class="sidenav">
<a href="https://www.facebook.com/" id="facebook"><img width="35px" height="35px" src="facebook.png"/></a>
<a href="https://www.instagram.com/" id="instagram"><img width="35px" height="35px" src="instagram.png"/></a>
<a href="https://www.twitter.com/" id="twitter"><img width="35px" height="35px" src="twitter.png"/></a>
</div>
<center><div class="googleMap" style="width:41.3%;height:355px;margin-right:10px;Margin-top:20px;border-style:solid;"><a href="https://www.google.com/maps/place/Dayananda+Sagar+University/@12.8866735,77.6416056,17z/data=!4m5!3m4!1s0x3bae14b023dade9d:0x35272e55303bd711!8m2!3d12.8872485!4d77.6413971" target="_blank" style="color:black;"><img height="350px" src="map.png"/></center></div><div style="color:black;font-size:20px;top:70px;left:0;text-decoration:none;"><center><b>Click to see the Location</a></b></center></div>
<br>
<div style="background-color:#e1e5e6;font-family:arial;margin-right:370px;margin-left:350px;"><br>
<center><div style="margin-right:280px;font-size:20px;">
<i style="color:#f72811;" class="fa fa-map-marker" aria-hidden="true"></i><b> Find Us At:</b></i><br><br></div>
<div style="margin-left:0px;font-size:20px;">
<b>Legato Guitar Store</b><br>
#69, Ground Floor,<br>
4th Main, 20th Cross,<br>
Babunath Road,<br>
H.S.R Layout,<br>
Bangalore - 560069<br><br>
</ul>
</div></center></div>
<div style="background-color:#ebf2fc;font-family:arial;margin-right:370px;margin-left:350px;"><br>
<center><div style="margin-right:280px;font-size:20px;">
<i style="color:blue;" class="fa fa-phone" aria-hidden="true"></i><b> Call Us At:</b></i><br><br></div>
<div style="margin-left:0px;font-size:20px;">
+91 9696420969<br>
+91 4206969696<br><br>
</div></center></div>
<div style="background-color:#e1e5e6;font-family:arial;margin-right:370px;margin-left:350px;"><br>
<center><div style="margin-right:280px;font-size:20px;">
<i style="color:green;" class="fa fa-envelope" aria-hidden="true"></i><b> E-mail:</b></i><br><br></div>
<div class="lass" style="margin-left:0px;font-size:20px;">
<a href ="mailto:[email protected]?subject = Feedback&body = Message" style="color:blue;text-decoration:none;" target="_top">[email protected]</a><br><br>
</div></center></div>
<div style="background-color:#ebf2fc;font-family:arial;margin-right:370px;margin-left:350px;"><br>
<center><div style="margin-right:280px;font-size:20px;">
<b> Follow Us On:</b></i><br><br></div>
<div style="margin-left:0px;font-size:20px;">
<center><a href="https://www.facebook.com/" ><img width="35px" height="35px" src="facebook.png" style="float:right;margin-right:300px;"/><span style="float:right;margin-right:20px;font-size:25px;color:black;text-decoration:none;">Facebook</span></a><br><br>
<a href="https://www.instagram.com/" ><img width="35px" height="35px" src="instagram.png" style="float:right;margin-right:300px;"/><span style="float:right;margin-right:20px;font-size:25px;color:black;text-decoration:none;">Instagram</span></a><br><br>
<a href="https://www.twitter.com/" ><img width="35px" height="35px" src="twitter.png" style="float:right;margin-right:300px;"/><span style="float:right;margin-right:20px;font-size:25px;color:black;text-decoration:none;">Twitter</span></a>
</div></center><br><br><br></div><br><br>
<div class="footer" style="background-color:#fff1b8;font-size:18px;"><br>
<div class="ele" style="display:inline-block;padding:5px;margin-left:50px;">
<ul style="list-style:none;">
<li><a href="index.html">Home</a></li><br><br>
<li><a href="contactus.html">Contact Us</a></li><br><br>
<li><a href="feedback.php">Feedback</a></li><br><br></ul></div>
<div class="ele" style="display:inline-block;padding:5px;margin-left:50px;">
<ul style="list-style-type:none;">
<li><a href="acousticguitar.html">Acoustic Guitars</a></li><br><br>
<li><a href="semiacousticguitar.html">Semi-Acoustic Guitars</a></li><br><br>
<li><a href="electricguitar.html">Electric Guitars</a></li><br><br>
</div>
<div class="ele" style="display:inline-block;padding:5px;margin-left:50px;">
<ul style="list-style-type:none;">
<li><a href="bassguitar.html">Bass Guitars</a></li><br><br>
<li><a href="amplifiers.html">Amplifiers</a></li><br><br><br><br><br>
</ul>
</div>
<div class="ele" style="display:inline-block;padding:5px;margin-left:50px;font-family:arial;">
<ul style="list-style-type:none;">
<li><b>Legato Guitar Store</b></li><br>
<li>#69, Ground Floor,</li>
<li>4th Main, 20th Cross,</li>
<li>Babunath Road,</li>
<li>H.S.R Layout,</li>
<li>Bangalore - 560069</li><br><br></ul>
</div>
<div class="ele" style="display:inline-block;padding:5px;margin-left:50px;font-family:arial;">
<ul style="list-style:none;">
<li><b>Follow Us On:<b></li><br>
<li><a href="https://www.facebook.com/" ><img width="35px" height="35px" src="facebook.png"/ style="margin-right:10px;"></a>
    <a href="https://www.instagram.com/"><img width="37px" height="38px" src="instagram.png"/ style="margin-right:10px;"></a>
    <a href="https://www.twitter.com/"><img width="35px" height="35px" src="twitter.png"/ style="margin-right:10px;"></a></li><br><br><br>
<li><a href ="mailto:[email protected]?subject = Feedback&body = Message" target="_top">Email:[email protected]</a></li><br><br></ul>
</div>
</div>
<div class="copyright" style="font-size:14px;color:white;background-color:black;padding:10px;bottom:0;left:0;width:100%;">
<div class="copyright1" style="margin:10px;margin-left:120px;margin-right:120px;">
<center>Copyright © Legato Guitar Store, Inc.             All Rights Reserved.             <span class="copyright2">LegatoGuitarStore.com</span> </center>
</div></div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><center><img width="35px" height="35px" src="top.png"/ style="margin-right:10px;"/></center><br>Top</button>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>