-
Notifications
You must be signed in to change notification settings - Fork 0
/
location.php
60 lines (51 loc) · 2.03 KB
/
location.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
<style>
.box h1{
font-family:poppins-bold;
font-size:80px;
color:#000;
margin-top:30px;
margin-bottom:0px;
}
.box h2{
font-family:poppins-bold;
font-size:50px;
color:#000;
margin-top:0px;
margin-bottom:0px;
}
.box-p{
text-align:justify;
color:#000;
font-family:poppins-light;
margin-top:70px;
/* z-index:21;
background-color:rgba(255,255,255,0.1);
box-shadow:0px 5px 15px rgba(0,0,0,0.7); */
}
</style>
<?php
include "header.php";
include "social_icons.php";
?>
<section class="about-seccion " >
<div class="container-xl" style="margin-top: 90px;margin-bottom: 20px;">
<div class="row">
<div class="col-md-4 col-sm-12 col-xs-12 main-box ">
<div class="box" style="height:100px; width:100px; background-color:#DCAE27;">
<h1>OUR<br> LOCATION</br></h1>
</div>
<div class="box" style="height:100px; width:100px;margin-left:100px; background-color:#DCAE27;">
</div>
<div class="box" style="height:100px; width:100px;margin-left:200px;background-color:#DCAE27;">
</div>
<!-- <div class="box" style="height:100px; width:100px;margin-left:300px;background-color:#DCAE27;"> -->
</div>
<div class="col-md-8 col-sm-12 col-xs-12 main-box text-center">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d212645.32758412763!2d73.08610799999998!3d33.61611625!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x38dfbdb8fb105739%3A0xfeccb541e24c86ef!2shouse%20%23%2020%2C%204%20St%202%2C%20Pakistan%20Medical%20Co-operative%20Housing%20Society%20PMCHS%20E%2011%2F3%20E-11%2C%20Islamabad%2C%20Islamabad%20Capital%20Territory!5e0!3m2!1sen!2s!4v1659683805380!5m2!1sen!2s" width="90%" height="400" style="border:0; border:3px solid #DCAE27; " allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- <h1>hello</h1> -->
</div>
</div>
</div>
</section>
<div class="clearfix"></div>
<?php include "header.php"?>