-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaminate.php
More file actions
83 lines (73 loc) · 2.56 KB
/
laminate.php
File metadata and controls
83 lines (73 loc) · 2.56 KB
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
77
78
79
80
81
82
83
<?php
include 'includes/filenames.php'; // define the filname for use in the project
?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<?php
$pagename= basename( $_SERVER['PHP_SELF'] );
if ($pagename == 'laminate.php')
{
include banner_image_changer;
}
else
{
$pagename = 'index.php';
}
$title = 'Real Wood and Laminate Floors | Park Plumbing & Tiling';
$keywords = 'real wood floor, laminate floor, plumbing, tiling, south wales, ';
$pageDesc = 'Real wood and laminate flooring laid, along with tiling and plumbing services all at affordable rates';
include header;?>
<body>
<?php
include_once("analyticstracking.php");
include navigation; //navigation includes Logo etc
?>
<?php
include slider;
?> </div>
<div class="wrapper row3">
<div class="wrapper row3">
<div class="wrapper row2">
<div id="container" class="clear">
<div id="portfolio" class="clear">
<ul>
<li>
<div class="article">
<div class="figure"><a href="#"><img src="images/tile_effect_laminate_flooring.jpg" alt="Tile Effect Laminate" /></a>
<div class="figcaption">
<h2>Tile Effect Laminate</h2>
<p class="one_third">Tile effect laminate flooring is ideal for kitchens and bathrooms and looks just like tiles.</p>
</div>
</div>
</div>
</li>
<li>
<div class="article">
<div class="figure"><a href="#"><img src="images/laminate_whats_in.jpg" alt="Porcelain Floor Tiles Laid" /></a>
<div class="figcaption">
<h2>Laminate Flooring Laid </h2>
<p class="one_third">The construction makes it a solid, stable and attractive choice for any area of the home</p>
</div>
</div>
</div>
</li>
<li class="last">
<div class="article">
<div class="figure"><a href="#"><img src="images/solid_wood_small.jpg" alt=" Real wood floors" /></a>
<div class="figcaption">
<h2>Real Wood Flooring</h2>
<p class="one_third">Real wood flooring makes for a premier finish to any room of hallway kitchen or bathroom. It radiates warmth and lasts decades</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<?php
include footer;
?>
</div>
</body>
</html>