-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
126 lines (112 loc) · 4.28 KB
/
footer.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="stylesheets\styleFooter.css">
</head>
<body>
<div class="containerF">
<div class="s">Reach Us At</div>
<div class="F_con_left">
<h4>Showroom</h4>
<p>BTS Motors - Raipur</p>
<p>Address Near HNLU, Sector - 40, Atal Nagar,</p>
<p>Raipur, Chhattisgarh - 492002</p>
<p>Contact No.: <a style="text-decoration: none;" href="tel:9516536350">(+91) 9516536350</a></p>
<div class="map">
<div id="overlay" onclick="off()">
<div id="text">
<iframe width="700" height="400" id="gmap_canvas"
src="https://maps.google.com/maps?q=itm%20university%20naya%20raipur&t=k&z=17&ie=UTF8&iwloc=&output=embed"
frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
</div>
</div>
<div style="padding-left: 255px;">
<button class="map_btn" onclick="on()"><span>For Location</span></button>
</div>
<script src="script\script.js"></script>
</div>
</div>
<div class="F_con_right">
<h4>Workshop</h4>
<p>BTS Motors - Raipur</p>
<p>Address Near HNLU, Sector - 40, Atal Nagar,</p>
<p>Raipur, Chhattisgarh - 492002</p>
<p>Contact No.: <a style="text-decoration: none;" href="tel:9302508479">(+91) 9302508479</a></p>
<div class="map">
<div id="overlay" onclick="off()">
<div id="text">
<iframe width="700" height="400" id="gmap_canvas"
src="https://maps.google.com/maps?q=itm%20university%20naya%20raipur&t=k&z=17&ie=UTF8&iwloc=&output=embed"
frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
</div>
</div>
<div style="padding-left:0px;">
<button class="map_btn" onclick="on()"><span>For Location</span></button>
</div>
<script src="script\script.js"></script>
</div>
</div>
</div>
<div class="seprator"></div>
<div class="footer">
<div class="share">
<p class="para">
<i class="fa fa-share-alt"></i> SOCIAL MEDIA..!
</p>
<a href="https://www.facebook.com/profile.php?id=100005513145120"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/_bhuddhuu._/"><i class="fa fa-instagram"></i></a>
<a href="https://wa.link/55nwui"><i class="fa fa-whatsapp"></i></a>
<a href="mailto:bhavjotbhavi14@gmail.com?Subject=Contact%20For%20The%20Showroom%20Website.%20"><i class="fa fa-google"></i></a>
</div>
<div class="copy">
<p>Copyright <sup>©</sup> 2020 | BTS MOTORS - All Rights Reserved</p>
</div>
<div class="lists">
<ul>
<h4 class="list_title">Hyundai Cars</h4><br>
<li><a href="specs.html" target="_blank">Hyundai Tucson</a></li>
<li><a href="specs.html" target="_blank">Hyundai Elantra</a></li>
<li><a href="specs.html" target="_blank">Hyundai Creta</a></li>
<li><a href="specs.html" target="_blank">Hyundai Venue</a></li>
<li><a href="specs.html" target="_blank">More...</a></li>
</ul>
<ul>
<h4 class="list_title">Outlet</h4><br>
<li>Showrooms</li>
<li>Workshops</li>
</ul>
<ul>
<h4 class="list_title">Showroom Timings</h4><br>
<li>Monday - 9:00am to 9:00pm</li>
<li>Tuesday - 9:00am to 9:00pm</li>
<li>Wednesday - 9:00am to 9:00pm</li>
<li>Thursday - 9:00am to 9:00pm</li>
<li>Friday - 9:00am to 9:00pm</li>
<li>Saturday - 9:00am to 4:00pm</li>
</ul>
<ul>
<h4 class="list_title">Services</h4><br>
<li><a href="bookCar.html" target="_blank">Buy Car</a></li>
<li><a href="booking.html" target="_blank">Test Drive</a></li>
</ul>
<ul>
<h4 class="list_title">About Us</h4><br>
<li>About BTS MOTORS</li>
<li>Owners Desk</li>
<li><a href="gallery.html" target="_blank">Gallery</a></li>
<li><a href="testimonials.html" target="_blank">Testimonials</a><li>
<li><a href="ContactUsAt.html" target="_blank">Contact Us</a></li>
</ul>
</div>
<a href="index1.html"><img class="logo_f" src="images\logo.png" alt="logo"></a>
<div class="creators">
<h6 style="font-family: Courier;">DEVELOPED BY :- <a style="text-decoration: none;" href="team.html" target="_blank">T-e-a-m</a></h6>
</div>
</div>
</div>
</body>
</html>