-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprice.php
executable file
·45 lines (45 loc) · 1.69 KB
/
price.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
<!DOCTYPE html>
<html>
<head>
<title>Hedgerow Garlands</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" href="img/icon-black.ico" >
</head>
<body>
<img src="img/logo.png" id="logo">
<div class="divider"></div>
<ul id="nav">
<li><a href="about.php">ABOUT</a></li>
<li><a href="index.php">PHOTOS</a></li>
<li><a class="active" href="price.php">PRICING</a></li>
<li><a href="contact.php">CONTACT</a></li>
</ul>
<div class="divider"></div>
<div id="price">
<br><h1 class="invisible">PRICES</h1>
<!-- <div class="page-header">PRICES</div><br> -->
<div class="product-wrapper">
<!-- <div class="divider"></div> -->
<div class="productphoto">
<br><h1 class="product-title invisible">Chandeliers</h1><div class="product-title">CHANDELIERS</div><br><br>
<img id="chandelier" src="img/med/38.jpg"><br><br>
<div class="pricetag">€500-€1,500</div><br>
</div>
<div class="productphoto">
<br><h1 class="product-title invisible">Wall Garlands</h1><div class="product-title">WALL GARLANDS</div><br><br>
<img id="wall-garland" src="img/med/1.jpg"><br><br>
<div class="pricetag">€200</div><br>
</div>
<div class="productphoto">
<br><h1 class="invisible product-title">Pew Posies</h1><div class="product-title">PEW POSIES</div><br><br>
<img id="pew-posy" src="img/med/9.jpg"><br><br>
<div class="pricetag">€100-€200</div><br>
</div>
</div>
</div>
<div class="divider"></div>
</body>
<footer>
<a href="https://www.facebook.com/pages/Hedgerow-garlands/399631883539555" target="_blank"><img src="img/facebook.ico" id="facebook"></a>
</footer>
</html>