-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows.php
53 lines (41 loc) · 1.8 KB
/
windows.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>UPVC Window supply & installation - Buckinghamshire Windows</title>
<meta name="description" content="">
<meta name="keywords" content="Buckinghamshire, windows, casement, bay, sliding sash, tilt & turn.">
<?php include('header.php') ?>
<div class="row" style="margin-top:20px;">
<div class="grid_8">
<div class="textBox">
<h1>Windows</h1>
<p>For whatever reason you are looking to replace your windows, Buckinghamshire Windows Ltd can help you choose the right windows to suit your home.</p>
<p>We can offer:</p>
<h2>Casement windows</h2>
<p>These can be manufactured in various styles to suit most homes.</p>
<h2>Bay windows</h2>
<p>These are an elegant feature externally also adding a sense of light and space internally.</p>
<h2>Sliding sash windows</h2>
<p>These are designed to replicate the traditional Timber Box Sash windows.</p>
<h2>Tilt & turn windows</h2>
<p>These offer a stylish and contemporary solution to the more modern home.</p>
<p>All our windows comply with the following starndards:</p>
<ul class="square">
<li>Manufactured to A.B or C. Rating, with A rated being the most thermally efficient.</li>
<li>Comply with: BS7950 and PAS23/24 Standards which govern security and are able to achieve ‘Secured By Design’ Certification.</li>
<li>All windows can be manufactured in a variety of finishes, including: Golden Oak, Rosewood and Black Wood-grain, or, in a selection of colour finishes.</li>
</ul>
<p> </p>
<h3><?php echo $contactus; ?></h3> </div>
</div>
<div class="grid_4 hide-phone">
<!-- gallery -->
<?php
$page="windows";
include('includes/gallery.php');
gallery($page);
?>
</div>
</div>
<?php include('footer.php') ?>