-
Notifications
You must be signed in to change notification settings - Fork 0
/
outlets.php
58 lines (46 loc) · 2.54 KB
/
outlets.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
<?php
$title = "Outlets";
?>
<?php require 'req/head.php'?>
<div class="outlet-container">
<div class="outlet-list">
<h1>Delhi</h1>
<div class="outlet-group">
<a class="outlet-outlet" href="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJtWFDRDMCDTkR7nZiq6ne8g4&key=AIzaSyCdgn4FxMhOxQqdFcYD2GcWhrMdDB9ZGk0" target="map">
<h2>Netaji Subhash Place</h2>
<p>PP Towers, Netaji Subash Place, Pitampura</p>
</a>
<a class="outlet-outlet" href="https://www.google.com/maps/embed/v1/place?q=Bhikaji%20Cama%20Place%2CRK%20Puram%2C%20New%20Delhi%2C%20Delhi%2C%20India&key=AIzaSyCdgn4FxMhOxQqdFcYD2GcWhrMdDB9ZGk0" target="map">
<h2>RK Puram</h2>
<p>Ansal Chambers 1, Bhikaji Cama Place, RK Puram</p>
</a>
<a class="outlet-outlet" href="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJV9BBtzf9DDkR8cOTc-SI7s0&key=AIzaSyCdgn4FxMhOxQqdFcYD2GcWhrMdDB9ZGk0" target="map">
<h2>Connaught Place </h2>
<p>Block-N-6/7, Circle D, Connaught Place</p>
</a>
</div>
<h1>Mumbai</h1>
<div class="outlet-group">
<a class="outlet-outlet" href="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJe6SP697O5zsRZQ45d8bMo4M&key=AIzaSyCdgn4FxMhOxQqdFcYD2GcWhrMdDB9ZGk0" target="map">
<h2>Dadar East</h2>
<p>Rangoli Time Complex, Dr Ambedkar Road, Gautam Nagar, Dadar East</p>
</a>
<a class="outlet-outlet" href="https://www.google.com/maps/embed/v1/place?q=Santacruz%20West&key=AIzaSyCdgn4FxMhOxQqdFcYD2GcWhrMdDB9ZGk0" target="map">
<h2>Santacruz West</h2>
<p>A Wing, Orchid Pride Building, SV Road, Santacruz West, Willingdon, Santacruz West</p>
</a>
</div>
<h1>Bengaluru</h1>
<div class="outlet-group">
<a class="outlet-outlet" href="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJkTGsYIAWrjsRXONhIHn9BD4&key=AIzaSyCdgn4FxMhOxQqdFcYD2GcWhrMdDB9ZGk0" target="map">
<h2>Ashok Nagar</h2>
<p>Rest House Road, Opp. Guzzlers Inn, Near Brigade Road, Shanthala Nagar, Ashok Nagar</p>
</a>
<a class="outlet-outlet" href="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJkQN3GKQWrjsRNhBQJrhGD7U&key=AIzaSyCdgn4FxMhOxQqdFcYD2GcWhrMdDB9ZGk0" target="map">
<h2>Indiranagar</h2>
<p>100 Feet Road, 2nd Stage, Indiranagar</p>
</a>
</div>
</div><iframe class="map-api" frameborder="0" style="border:0" name="map" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJkbeSa_BfYzARphNChaFPjNc&key=AIzaSyCdgn4FxMhOxQqdFcYD2GcWhrMdDB9ZGk0" allowfullscreen="false"></iframe>
</div>
<?php require 'req/foot.php'?>