-
Notifications
You must be signed in to change notification settings - Fork 418
/
Copy pathindex.html
192 lines (143 loc) · 7.3 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!--====== Required meta tags ======-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--====== Title ======-->
<title>Furnish - Furniture and Decor Website Template</title>
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== Bootstrap css ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Animate css ======-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--====== Magnific Popup css ======-->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--====== Line Icons css ======-->
<link rel="stylesheet" href="assets/css/LineIcons.css">
<!--====== Default css ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style css ======-->
<link rel="stylesheet" href="assets/css/style.css">
<!--====== Responsive css ======-->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!--====== PRELOADER PART START ======-->
<div class="preloader">
<div class="spin">
<div class="cube1"></div>
<div class="cube2"></div>
</div>
</div>
<!--====== PRELOADER PART START ======-->
<!--====== HEADER PART START ======-->
<header class="header-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand text-decoration-none" href="index.html" style="color: #777777;">
<b>Furnish</b>
</a> <!-- Logo -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="bar-icon"></span>
<span class="bar-icon"></span>
<span class="bar-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ml-auto">
<li class="nav-item active">
<a data-scroll-nav="0" href="#">Home</a>
</li>
<li class="nav-item">
<a data-scroll-nav="0" href="#product">Products</a>
</li>
<li class="nav-item">
<a data-scroll-nav="0" href="#">Services</a>
</li>
</ul> <!-- navbar nav -->
</div>
</nav> <!-- navbar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</header>
<!--====== HEADER PART ENDS ======-->
<!--====== HIGHLIGHT PART START ======-->
<section id="discount-product" class="discount-product pt-100">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="single-discount-product mt-30">
<div class="product-image">
<img src="assets/images/discount-product/product-1.jpg" alt="Product">
</div> <!-- product image -->
<div class="product-content">
<h4 class="content-title mb-15">High-quality furnitures <br> For your home</h4>
<a href="#">View Collection <i class="lni-chevron-right"></i></a>
</div> <!-- product content -->
</div> <!-- single discount product -->
</div>
<div class="col-lg-6">
<div class="single-discount-product mt-30">
<div class="product-image">
<img src="assets/images/discount-product/product-2.jpg" alt="Product">
</div> <!-- product image -->
<div class="product-content">
<h4 class="content-title mb-15">Hot Offer <br> Discount up to 80%</h4>
<a href="#">View Collection <i class="lni-chevron-right"></i></a>
</div> <!-- product content -->
</div> <!-- single discount product -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== HIGHLIGHT PART ENDS ======-->
<!--====== PRODUCT PART START ======-->
<section id="product" class="product-area pt-100 pb-130">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="tab-content" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-furniture" role="tabpanel" aria-labelledby="v-pills-furniture-tab">
<div class="product-items mt-30">
<div class="row product-items-active d-flex justify-content-center" id="products">
<div class="d-flex justify-content-center">
<div class="spinner-border"
role="status" id="loading">
<span class="sr-only">Loading...</span>
</div>
</div>
</div> <!-- row -->
</div> <!-- product items -->
</div> <!-- tab pane -->
</div> <!-- tab content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== PRODUCT PART ENDS ======-->
<!--====== BACK TO TOP PART START ======-->
<a href="#" class="back-to-top"><i class="lni-chevron-up"></i></a>
<!--====== BACK TO TOP PART ENDS ======-->
<!--====== jquery js ======-->
<script src="assets/js/vendor/modernizr-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Magnific Popup js ======-->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!--====== nav js ======-->
<script src="assets/js/jquery.nav.js"></script>
<!--====== Nice Number js ======-->
<script src="assets/js/jquery.nice-number.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
<!--====== Fetch Data js ======-->
<script src="assets/js/fetchData.js"></script>
</body>
</html>