-
Notifications
You must be signed in to change notification settings - Fork 0
/
design.html
214 lines (190 loc) · 7.47 KB
/
design.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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<title>Modular Furniture</title>
<!--CSS bundle -->
<link rel="stylesheet" media="all" href="css/bootstrap.css" />
<link rel="stylesheet" media="all" href="css/animate.css" />
<link rel="stylesheet" media="all" href="css/font-awesome.css" />
<link rel="stylesheet" media="all" href="css/ion-range-slider.css" />
<link rel="stylesheet" media="all" href="css/linear-icons.css" />
<link rel="stylesheet" media="all" href="css/magnific-popup.css" />
<link rel="stylesheet" media="all" href="css/owl.carousel.css" />
<link rel="stylesheet" media="all" href="css/theme.css" />
<link rel="stylesheet" media="all" href="css/new_arriavel.css" />
<!--Google fonts-->
<link
href="https://fonts.googleapis.com/css?family=Poppins:400,500,600"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext"
rel="stylesheet"
/>
</head>
<body>
<!-- <div class="page-loader">
<div class="spinner-border" role="status">
<span class="sr-only">Loading...</span>
</div>
</div> -->
<div class="wrapper">
<div id="header"></div>
<h1>
<center>Furniture Designs</center>
</h1>
<center>
<p>
Search your Design according to your requirement. <br />
Note : You can only search Furniture Related Images.
</p>
</center>
<div class="search-box">
<input
type="text"
id="searchInput"
placeholder="Search for furniture"
/>
<button id="searchButton">Search</button>
</div>
<div class="gallery" id="gallery"></div>
<div class="loading" id="loading">
<div class="error_msg">
<span id="ntework_error"
>Loading...</span
>
</div>
</div>
<div>
<!-- ================== Footer ================== -->
<footer>
<div class="container-fluid">
<div class="footer-wrap">
<div class="container">
<!--footer showroom-->
<div class="footer-showroom">
<div class="text-center">
<a href="/">
<h4>Modular Furniture</h4>
</a>
</div>
</div>
<!--footer links-->
<div class="footer-links">
<div class="row">
<div class="col-md-2">
<h5>Browse by</h5>
<ul>
<li><a href="#">Brand</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">Category</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Sales</a></li>
</ul>
</div>
<div class="col-md-2">
<h5>Pages</h5>
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="design.html">Search Design</a></li>
</ul>
</div>
<div class="col-md-2">
<h5>linking with me</h5>
<ul>
<li><a href="login.html">Login </a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="#">Contact Us </a></li>
<li><a href="#">Feedback</a></li>
</ul>
</div>
<div class="offset-md-3 col-md-3">
<h5>Sign up for our newsletter</h5>
<p><i>Add your email address to sign up for our monthly emails and to receive promotional
offers.</i></p>
<div class="form-group form-newsletter">
<input class="form-control" type="text" name="email" value="" placeholder="Email address" />
<input type="submit" class="btn btn-secondary btn-sm" value="Subscribe" />
</div>
</div>
</div>
</div>
<!--footer social-->
<div class="footer-social">
<div class="row">
<div class="col-sm-6">
<a href="#" target="_blank"><a href="#">Term & Privacy policy</a>
</div>
<div class="col-sm-6 links">
<ul>
<li><a href="#"><img src="https://cdn-icons-png.flaticon.com/128/4902/4902354.png" width="20px"
height="20px"></a></li>
<li><a href="#"><img src="https://cdn-icons-png.flaticon.com/128/4401/4401403.png" width="20px"
height="20px"></a></li>
<li><a href="#"><img src="https://cdn-icons-png.flaticon.com/128/733/733641.png" width="20px"
height="20px"></a></li>
<li><a href="#"><img src="https://cdn-icons-png.flaticon.com/128/542/542689.png" width="20px"
height="20px"></a></li>
<li><a href="#"><img src="https://cdn-icons-png.flaticon.com/128/1384/1384028.png" width="20px"
height="20px"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<!--Scripts -->
<script>
let page = document.getElementById("gallery").value;
var loading = document.getElementById("ofline");
let connection = document.getElementById("connect");
if (navigator.onLine) {
show.page;
loading.style.display = "none";
} else {
loading.style.display = "block";
}
</script>
<script>
function loadContent(url, elementId) {
fetch(url)
.then(response => response.text())
.then(content => {
document.getElementById(elementId).innerHTML = content;
})
.catch(error => console.error('Error loading content:', error));
}
// Equivalent of $(function() { ... }) for vanilla JavaScript
document.addEventListener('DOMContentLoaded', function() {
// Load header and footer content
loadContent('_header.html', 'header');
loadContent('_footer.html', 'footer');
});
</script>
<script src="js/new_arriavel.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/include.js"></script>
<script src="js/ion.rangeSlider.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/tilt.jquery.js"></script>
<script src="js/jquery.easypiechart.js"></script>
<script src="js/bigtext.js"></script>
<script src="js/main.js"></script>
</body>
</html>