-
Notifications
You must be signed in to change notification settings - Fork 1
/
conten_gallery.php
82 lines (81 loc) · 3.92 KB
/
conten_gallery.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
77
78
79
80
81
82
<div id="content" class="right">
<h2>Gallery</h2>
<p>Cras aliquam, mi nec imperdiet volutpat, ligula est consequat odio, eu auctor urna augue eu quam. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis bibendum nec nunc ac hendrerit. Morbi lacinia placerat diam sit amet fringilla. Integer accumsan suscipit suscipit. Mauris non nunc sit amet turpis pharetra mattis. Validate <a href="http://validator.w3.org/check?uri=referer" rel="nofollow"><strong>XHTML</strong></a> & <a href="http://jigsaw.w3.org/css-validator/check/referer" rel="nofollow"><strong>CSS</strong></a>.</p>
<div class="product_box">
<a href="productdetail.php"><img src="images/product/01.jpg" alt="floral set 1" /></a>
<h3>Ut eu feugiat</h3>
<p class="product_price">$240</p>
<p class="add_to_cart">
<a href="productdetail.php">Detail</a>
<a href="pinjam.php">Add to Cart</a>
</p>
</div>
<div class="product_box">
<a href="productdetail.php"><img src="images/product/02.jpg" alt="flowers 2" /></a>
<h3>Donec Est Nisi</h3>
<p class="product_price">$160</p>
<p class="add_to_cart">
<a href="productdetail.php">Detail</a>
<a href="pinjam.php">Add to Cart</a>
</p>
</div>
<div class="product_box">
<a href="productdetail.php"><img src="images/product/03.jpg" alt="floral 3" /></a>
<h3>Tristique Vitae</h3>
<p class="product_price">$140</p>
<p class="add_to_cart">
<a href="productdetail.php">Detail</a>
<a href="pinjam.php">Add to Cart</a>
</p>
</div>
<div class="product_box no_margin_right">
<a href="productdetail.php"><img src="images/product/04.jpg" alt="flowers 4" /></a>
<h3>Hendrerit Eu</h3>
<p class="product_price">$320</p>
<p class="add_to_cart">
<a href="productdetail.php">Detail</a>
<a href="pinjam.php">Add to Cart</a>
</p>
</div>
<div class="product_box">
<a href="productdetail.php"><img src="images/product/05.jpg" alt="floral set 5" /></a>
<h3>Tincidunt Nisi</h3>
<p class="product_price">$150</p>
<p class="add_to_cart">
<a href="productdetail.php">Detail</a>
<a href="pinjam.php">Add to Cart</a>
</p>
</div>
<div class="product_box">
<a href="productdetail.php"><img src="images/product/07.jpg" alt="flowers 7" /></a>
<h3>Curabitur et turpis</h3>
<p class="product_price">$110</p>
<p class="add_to_cart">
<a href="productdetail.php">Detail</a>
<a href="pinjam.php">Add to Cart</a>
</p>
</div>
<div class="product_box">
<a href="productdetail.php"><img src="images/product/06.jpg" alt="flower set 6" /></a>
<h3>Mauris consectetur</h3>
<p class="product_price">$130</p>
<p class="add_to_cart">
<a href="productdetail.php">Detail</a>
<a href="pinjam.php">Add to Cart</a>
</p>
</div>
<div class="product_box no_margin_right">
<a href="productdetail.php"><img src="images/product/08.jpg" alt="floral 8" /></a>
<h3>Proin volutpat</h3>
<p class="product_price">$170</p>
<p class="add_to_cart">
<a href="productdetail.php">Detail</a>
<a href="pinjam.php">Add to Cart</a>
</p>
</div>
<div class="blank_box">
<a href="#" class="button left">Previous</a>
<a href="#" class="button right">Next Page</a>
</div>
<div class="cleaner h20"></div>
</div>