-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconservatories.php
33 lines (27 loc) · 1.12 KB
/
conservatories.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Conservatory planning, supply and install - Buckinghamshire Windows</title>
<meta name="description" content="">
<meta name="keywords" content="">
<?php include('header.php') ?>
<div class="row" style="margin-top:20px;">
<div class="grid_12">
<div class="textBox">
<h1>Conservatories</h1>
<p>No matter how large or small your home is, Buckinghamshire Windows Ltd can design and build a conservatory to suit you and your lifestyle. Whether you require a stylish room to entertain in, or just for relaxing.</p>
We have all styles of conservatories ranging from: Victorian, Georgian to the light and roomy Gable Ended. There is also the more contemporary Lean-Too Style.
Whatever your requirements, we are confident we can help you design a conservatory to bring ‘New Life’ to your home.</p>
<h3><?php echo $contactus; ?></h3>
</div>
<!-- gallery -->
<div class="hide-phone" style="margin-top:30px;">
<?php
$page="conservatories";
include('includes/gallery.php');
gallery($page);
?>
</div>
</div>
<?php include('footer.php') ?>