-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathoffer.html
148 lines (147 loc) · 6.54 KB
/
offer.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
<html>
<head>
<title> Furniture Website </title>
<link href="CSS/GALLARY.css" rel="stylesheet">
</head>
<body>
<div id="all">
<div id="page_head">
<a href="Home.html"> <img src="img/HMDECOR.png" alt="HMDECOR" id="head_logo" /> </a>
<ul>
<li class="ul_li1">
<span class="ul_li1-2"></span>
<span class="ul_li1-1">
<a href="Home.html"> HOME </a>
</span>
</li>
<li> <a href="GALLARY.html"> GALLARY</a> </li>
<li> <a href="aboutus.html"> ABOUT US</a> </li>
<li><a href="new.html"> NEW </a> </li>
<li> <a href="offer.html"> OFFERS </a> </li>
<li class="search_icon_format">
<span class="search_icon_format1">
🔎
<span class="search_icon_format11"> <input type="search"> </span>
</span>
</li>
<li id="ul_li_sign">
<a href="SIGNIN.html"> Sign in </a> / <a href="SIGN UP.html"> Create Account </a>/
<img src="img/cart.png" /><a href="#" id="li_cart"> My Cart </a>
</li>
</ul>
</div>
<div id="page_body">
<div id="logo">
<a href="Home.html"> <img src="img/HMDECOR.png" alt="HMDECOR" id="logo_img" /> </a>
<span>
<a href="Home.html"> Home </a> > <a href="GALLARY.html"> GALLARY </a> >
<a href="offer.html"> Offer </a>
</span>
</div>
<div id="gallary_list">
<ul>
<li> <a href="GALLARY.html"> GALLARY </a> </li>
<li>
<hr />
<ul>
<li> <a href="Bedroom.html"> Bedroom </a> </li>
<li> <a href="Livingroom.html"> Living Room </a> </li>
<li> <a href="officeroom.html"> Office Room </a> </li>
<li> <a href="new.html"> New </a> </li>
<li> <a href="offer.html"> Offer </a> </li>
</ul>
</li>
</ul>
</div>
</div>
<div id="gallary_catlog">
<div id="page_body_gallary">
<div id="offers">
<span id="offers_title"> SPECIAL OFFER </span>
<div class="gallary_img">
<img src="img/d1.jpg" alt="Bedroom" />
<img src="img/10.jpg" class="sale" />
<span class="gallary_img_title"> Living room </span>
<span class="gallary_img_description">
<br /> Living room JF7637 <br /> TT BB DSS
<span class="gallary_buttom1">
<span class="gallary_buttom1-1">
<a href="read_more.html"> <br /> Read more </a>
</span>
<span class="gallary_buttom1-2"> </span>
</span>
</span>
</div>
<div class="gallary_img">
<img src="img/d2.jpg" alt="Bedroom" />
<img src="img/10.jpg" class="sale" />
<span class="gallary_img_title"> Living room </span>
<span class="gallary_img_description">
<br /> Living room JF7637 <br /> TT BB DSS
<span class="gallary_buttom1">
<span class="gallary_buttom1-1">
<a href="read_more.html"> <br /> Read more </a>
</span>
<span class="gallary_buttom1-2"> </span>
</span>
</span>
</div>
<div class="gallary_img">
<img src="img/d5.jpg" alt="Bedroom" />
<img src="img/10.jpg" class="sale" />
<span class="gallary_img_title"> Office room </span>
<span class="gallary_img_description">
<br /> Office room JF7637 <br /> TT BB DSS
<span class="gallary_buttom1">
<span class="gallary_buttom1-1">
<a href="read_more.html"> <br /> Read more </a>
</span>
<span class="gallary_buttom1-2"> </span>
</span>
</span>
</div>
</div>
</div>
</div>
</div>
<div id="page_footer">
<table id="footer">
<tr>
<th>
<h3> Payment Methods </h3>
</th>
<th>
<h3> Contact Us </h3>
</th>
<th>
<h3> Sign Up for Our Newsletter </h3>
</th>
</tr>
<tr>
<td>
<p>
Save more time and get the <br />
advantage of online payment; <br /> we accept VISA and Master Card.
</p>
<div class="pay_img"> </div>
</td>
<td>
<img src="img/icon1.jpg"> 16666 <br />
<p>
<img src="img/icon4.jpg">
<p />
</td>
<td>
<p> Subscrib to our newsletter to <br /> receive the latest news </p>
<div id="sub">
<input type="email" placeholder="Enter your email">
<span id="subscribe"><a href="#"> Subscribe </a></span>
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>