-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflooring.php
More file actions
108 lines (102 loc) · 4.1 KB
/
flooring.php
File metadata and controls
108 lines (102 loc) · 4.1 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?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 == 'flooring.php')
{
include banner_image_changer;
}
else
{
$pagename = 'index.php';
}
$title = 'Tile Flooring | Park Plumbing & Tiling';
$keywords = 'wall floor tiles Cardiff, Bridgend tiling, Llanharan plumbers, barry floor tiling and plumbing services, wood flooring, shower repair, shower replacement';
$pageDesc = 'Plumbing and Tiling. Friendly local plumber and tiler in South Wales, from Kitchens to bathrooms, sinks to baths, toilets to showers free estimate and all work guaranteed';
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 row2">
<div id="container" class="clear">
<div id="portfolio" class="clear">
<ul>
<li>
<div class="article">
<div class="figure"><a href="#"><img src="images/natural_stone_floor.jpg" alt="Natural stone flooring laid" /></a>
<div class="figcaption">
<h2>Beautiful Stone Tiles</h2>
<p class="one_third">Stone Tiles laid in your kitchen or living room make a beautiful addition to any home</p>
</div>
</div>
</div>
</li>
<li>
<div class="article">
<div class="figure"><a href="#"><img src="images/porcelain_floor.jpg" alt="Porcelain Floor Tiles Laid" /></a>
<div class="figcaption">
<h2>Porcelain Floor Tiles </h2>
<p class="one_third">Porcelain Floor tiles show off any room in the home clean and cost effective</p>
</div>
</div>
</div>
</li>
<li class="last">
<div class="article">
<div class="figure"><a href="#"><img src="images/granite_floor_tiles.jpg" alt=" Steel grey Granite Flooring Tiles" /></a>
<div class="figcaption">
<h2>Granite Floor Tiles</h2>
<p class="one_third">Granite floor tiles are a popular choice and offer durability and a premier finish</p>
</div>
</div>
</div>
</li>
<li>
<div class="article">
<div class="figure"><a href="#"><img src="images/ceramic_floor_tiles.jpg" alt="Ceramic flooring laid and grouted" /></a>
<div class="figcaption">
<h2>Ceramic Floor Tiles</h2>
<p class="one_third">With a decorative look laying ceramic floor tiles make any room look great and are maintenance free</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="article">
<div class="figure"><a href="#"><img src="images/travertine_floor_tiles.jpg" alt="Travertine floor tiles laid and fitted" /></a>
<div class="figcaption">
<h2>Travertine Floor Tiles</h2>
<p class="one_third">Travertine floor tiles bring sophistication and a strong interior design theme to any home</p>
</div>
</div>
</div>
</li>
<li class="last">
<div class="article">
<div class="figure"><a href="#"><img src="images/marble_floor_tiles.jpg" alt="Natural marble floor tiles laid" /></a>
<div class="figcaption">
<h2>Marble Floor Tiling</h2>
<p class="one_third">Marble floor tiles are a natural product and give a beautiful finish to any room, marble bust be honed and sealed if used in a kitchen or bathroom.</a></p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<?php
include footer;
?>
</div>
</body>
</html>