-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
76 lines (70 loc) · 3.31 KB
/
index.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Buckinghamshire windows Ltd. Bringing your vision to life.</title>
<meta name="description" content="Buckinghamshire windows Ltd. We are a family run business based in Aylesbury, with over 25 years experience within the home improvement industry.">
<meta name="keywords" content="Bucks windows, Buckinghamshire windows, Aylesbury, windows, doors, conservatories, roofline, double glazing, bespoke home improvement">
<?php include('header.php') ?>
<div class="row hide-phone" style="margin-top:20px;">
<div id="slideshowcontainer" class="grid_12" >
<div id="prevBtn" class="hide-tablet"><img src="images/btn_prev.png" alt="prev slide button" /></div>
<div class="slideshow" >
<div>
<img src="images/slide1.jpg" alt="slide image" class="first"/>
<div class="slideshowText">
<h1>Buckinghamshire Windows are a family run business with over 25 years experience</h1>
</div>
</div>
<div>
<img src="images/slide2.jpg" alt="slide image" />
<div class="slideshowText">
<h1>Bringing your<br/>dreams to life...<br/>from design to completion.</h1>
</div>
</div>
<div>
<img src="images/slide3.jpg" alt="slide image" />
<div class="slideshowText">
<h1>Call us today<br/>for a no obligation consultation on<br/><?php echo $telno; ?></h1>
</div>
</div>
</div>
<div id="nextBtn" class="hide-tablet"><img src="images/btn_next.png" alt="next slide button" /></div>
</div>
</div>
<div class="row hide-phone" style="margin-top:20px;">
<div class="grid_3 featslide" style="position:relative;">
<a href="windows.php">
<img src="images/feat_windows.jpg" alt="windows" />
<div class="featOvly" ><img src="images/slide_windows.png" alt="overlay img" /><p>Click to learn more about our windows</p></div>
</a>
</div>
<div class="grid_3 featslide" style="position:relative;">
<a href="doors.php">
<img src="images/feat_doors.jpg" alt="doors" />
<div class="featOvly" ><img src="images/slide_doors.png" alt="overlay img" /><p>Click to learn more about our doors</p></div>
</a>
</div>
<div class="grid_3 featslide" style="position:relative;">
<a href="conservatories.php">
<img src="images/feat_conservatories.jpg" alt="conservatories" />
<div class="featOvly" ><img src="images/slide_conservatories.png" alt="overlay img" /><p>Click to learn more about our conservatories</p></div>
</a>
</div>
<div class="grid_3 featslide" style="position:relative;">
<a href="roofline-products.php">
<img src="images/feat_roofline.jpg" alt="roof line products" />
<div class="featOvly" ><img src="images/slide_roofline.png" alt="overlay img" /><p>Click to learn more about our roof line products</p></div>
</a>
</div>
</div>
<div class="row" style="margin-top:20px;">
<div class="grid_12">
<div class="textBox">
<h1>Welcome to Buckinghamshire Windows Ltd</h1>
<p>We are a family run business, based in Aylesbury with over 25 years experience within the Home Improvement Industry.</p>
<p>Thank you for your interest in Buckinghamshire Windows LTD, we invite you to ‘Take A Tour’ through our web-site and view some of the quality products available to improve your home and lifestyle.</p>
</div>
</div>
</div>
<?php include('footer.php') ?>