-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliving-room.html
94 lines (75 loc) · 2.52 KB
/
living-room.html
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en">
<head>
<title>Farah Furniture Store</title>
<link rel="stylesheet" href="styles.css">
</head>
<body style="background-color:#fff;">
<!-- <h1>Farah Furniture Store</h1> -->
<!-- <h1>sdsd</h1> -->
<header>
<div id="landscape"><img src="logo.png" /></div>
<nav>
<ul>
<a href="index.html">
<li>Home</li>
</a>
<a href="categories.html" class="active">
<li>Categories</li>
</a>
<a href="purchase.html"><li>Purchase</li></a>
<a href="contact-us.html"><li>Contact Us</li></a>
</ul>
</nav>
</header>
<div class="category-name">
<h2>Living Room</h2>
</div>
<div class="row">
<div class="">
<img src="products/tv-storage.png" alt="">
<p>
<span>TV Storage</span><br /><span>6400LE</span><br /><strong>Category: </strong>Living Room<br /><strong>Code: </strong>2001
</p>
</div>
<div class="">
<img src="products/sofa.png" alt="">
<p>
<span>Sofa</span><br /><span>7700LE</span><br /><strong>Category: </strong>Living Room<br /><strong>Code: </strong>2002
</p>
</div>
</div>
<div class="row">
<div class="">
<img src="products/wing-chair.png" alt="">
<p>
<span>Wing Chair</span><br /><span>6995LE</span><br /><strong>Category: </strong>Living Room<br /><strong>Code: </strong>2003
</p>
</div>
<div class="">
<img src="products/side-table.png" alt="">
<p>
<span>Sofa</span><br /><span>2495LE</span><br /><strong>Category: </strong>Living Room<br /><strong>Code: </strong>2004
</p>
</div>
</div>
<div class="row">
<div class="">
<img src="products/cabinet.png" alt="">
<p>
<span>Cabinet</span><br /><span>1395LE</span><br /><strong>Category: </strong>Living Room<br /><strong>Code: </strong>2005
</p>
</div>
<div class="">
<img src="products/floor-lamp.png" alt="">
<p>
<span>Floor Lamp</span><br /><span>2799LE</span><br /><strong>Category: </strong>Living Room<br /><strong>Code: </strong>2006
</p>
</div>
</div>
<div class="logo-color" style="text-align:center;">
<img src="Logo.png" alt="">
</div>
</body>
</html>