-
Notifications
You must be signed in to change notification settings - Fork 3
/
contactUs.php
62 lines (38 loc) · 1.78 KB
/
contactUs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>contact us</title>
</head>
<body>
<?php include_once("inc/Header.php"); ?>
<link rel="stylesheet" href="css/home.css">
<div class="container" >
<div class="row">
<div class="col-sm-6">
<section class="maps" style="margin-top:15%">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7906.782404527497!2d80.1187439974222!3d7.
7482648591839425!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3afcd5e7bfa3d463%3A0xd7c55bf1ee61faaa!2
sZonal%20Education%20Office!5e0!3m2!1sen!2slk!4v1589674631696!5m2!1sen!2slk"
width="100%" height="500em" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0">
</iframe>
</section>
</div>
<div class="col-sm-6">
<div class="container " style="margin-top:15%; margin-bottom:15%; padding-top:20%">
<h3><center>
<div>Zonal Education Office,</div>
<div>Nikaweratiya<br></div>
<div>Telephone | 0372260214<br></div>
<div>Fax | 03722603<br></div>
<div>Email :
<a href="http://[email protected]">[email protected]</a>
</div> </center></h3>
</div>
</div>
</div>
</div>
<?php include_once('inc/Footer.php'); ?>
</body>
</html>