-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
181 lines (181 loc) · 4.86 KB
/
gallery.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>Gallery - Wood Working Website Template</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="header">
<div>
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="LOGO"></a>
</div>
<ul id="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li class="selected">
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div id="contents">
<div>
<div class="body" id="gallery">
<ul class="tabs">
<li class="selected">
<a href="gallery.html">Sofas</a>
</li>
<li>
<a href="gallery.html">Tables</a>
</li>
<li>
<a href="gallery.html">Chairs</a>
</li>
</ul>
<h1>Living Room</h1>
<ul class="items">
<li>
<div class="frame">
<img src="images/wood-floor.jpg" alt="Img">
</div>
<h5>Treated Oak Flooring with wide Table and Bench</h5>
<p>
This website template has been designed by <a href="http://www.freewebsitetemplates.com/">Free Website Templates</a> for you, for free. You can replace all this text with your own text.
</p>
<div class="details">
<h5>Details</h5>
<p>
<b>Measurements:</b> 100" x 150" x 100"
</p>
<p>
<b>Weight:</b> 150 lbs.
</p>
</div>
<span class="price">$623.00</span>
</li>
<li>
<div class="frame">
<img src="images/sofa.jpg" alt="Img">
</div>
<h5>Cushioned Sofa in Cashmere</h5>
<p>
You can remove any link to our website from this website template, you're free to use this website template without linking back to us.
</p>
<div class="details">
<h5>Details</h5>
<p>
<b>Measurements:</b> 200" x 150" x 200"
</p>
<p>
<b>Weight:</b> 250 lbs.
</p>
</div>
<span class="price">$870.00</span>
</li>
</ul>
<div id="pagination">
<a href="gallery.html" class="previous">Previous</a>
<a href="gallery.html" class="next">Next</a>
<ul>
<li>
Pages:
</li>
<li class="selected">
<a href="gallery.html">1</a>
</li>
<li>
<a href="gallery.html">2</a>
</li>
<li>
<a href="gallery.html">3</a>
</li>
<li>
<a href="gallery.html">4</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div>
<div id="links">
<div class="showroom">
<h4>Visit our Showroom</h4>
<a href="gallery.html"><img src="images/show-room.png" alt="Img"></a>
<p>
4885 Wilson Street<br> Victorville, CA 92392<br><br> 760-962-9541<br><br> <a href="index.html">[email protected]</a>
</p>
</div>
<div>
<h4>Recent Blog Posts</h4>
<ul class="posts">
<li>
<span class="time">Apr 16</span>
<p>
<a href="blog.html">The Carving Master & Owner</a> Maybe you’re looking for something diferent, something special.
</p>
</li>
<li>
<span class="time">Apr 15</span>
<p>
<a href="blog.html">5 Star Hotels We Supply</a> And we love the challenge of doing something diferent and something special.
</p>
</li>
<li>
<span class="time">Apr 14</span>
<p>
<a href="blog.html">How To Pick The Right Furniture For You</a> What’s more, they’re absolutely free! You can do a lot with them.
</p>
</li>
</ul>
</div>
<div>
<form action="#" method="post" id="newsletter">
<h4>Join Our Newsletter</h4>
<input type="text" value="Enter Email Address Here For Updates" onBlur="javascript:if(this.value==''){this.value=this.defaultValue;}" onFocus="javascript:if(this.value==this.defaultValue){this.value='';}">
<input type="submit" value="Sign up" class="btn2">
</form>
<div id="connect">
<h4>Social Media</h4>
<a href="http://freewebsitetemplates.com/go/facebook/" target="_blank" class="facebook"></a> <a href="http://freewebsitetemplates.com/go/googleplus/" target="_blank" class="googleplus"></a> <a href="http://freewebsitetemplates.com/go/twitter/" target="_blank" class="twitter"></a>
</div>
</div>
</div>
<ul class="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
<p id="footnote">
© Copyright 2023. All Rights Reserved.
</p>
</div>
</div>
</body>
</html>