-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaved_products.html
248 lines (237 loc) · 9.54 KB
/
saved_products.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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!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, shrink-to-fit=9">
<meta name="description" content="Gambolthemes">
<meta name="author" content="Gambolthemes">
<title>Mirror - Saved Products</title>
<!-- Favicon Icon -->
<link rel="icon" type="image/png" href="images/fav.png">
<!-- Stylesheets -->
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;700;800;900&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/night-mode.css" rel="stylesheet">
<!-- Vendor Stylesheets -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/OwlCarousel/assets/owl.carousel.css" rel="stylesheet">
<link href="vendor/OwlCarousel/assets/owl.theme.default.min.css" rel="stylesheet">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/bootstrap-select/dist/css/bootstrap-select.min.css" rel="stylesheet">
<!-- Firestore -->
<script src="https://www.gstatic.com/firebasejs/8.5.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.5.0/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.5.0/firebase-storage.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.5.0/firebase-auth.js"></script>
<script src="js/app.js"> </script>
</head>
<body>
<!-- Header Start -->
<header class="header clearfix">
<nav class="navbar navbar-expand-lg bg-micko micko-head justify-content-sm-start fixed-top pt-0 pb-0">
<div class="container">
<a class="navbar-brand order-1 order-lg-0 ml-lg-0 ml-2 mr-auto" href="index.html">
<div class="res_main_logo">
<img src="images/res-logo.png" alt="">
</div>
<div class="main_logo" id="logo">
<img src="images/logo.png" alt="">
<img class="logo-inverse" src="images/dark-logo.png" alt="">
</div>
</a>
<div class="msg-noti-acnt-section order-2">
<ul class="mn-icons-set align-self-stretch">
<!-- <li class="mn-icon">
<a class="mn-link" href="messages.html" role="button">
<i class="fas fa-envelope"></i>
<div class="alert-circle"></div>
</a>
</li> -->
<li class="mn-icon dropdown dropdown-account">
<a href="#" class="opts_account" role="button" data-toggle="dropdown">
<img src="images/left-imgs/img-1.jpg" alt="">
<i class="fas fa-caret-down arrow-icon"></i>
</a>
<ul class="dropdown-menu dropdown-menu-account dropdown-menu-right">
<li class="media-list">
<div class="media">
<div class="media-left">
<img class="ft-plus-square icon-bg-circle bg-cyan mr-0" src="images/left-imgs/img-1.jpg" alt="">
</div>
<div class="media-body">
<h6 class="media-heading text-16"><span id="first_name_menu"> </span> <span id="last_name_menu"> </span></h6>
<p class="email-text font-small-3"><span id="email_menu"> </span></p>
<a href="my_profile_timeline.html" class="view-p-link font-small-4">View Profile</a>
</div>
</div>
</li>
<li class="dropdown-menu-footer">
<a class="dropdown-item-link text-link text-center" href="sign_in.html">Logout</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="overlay"></div>
</header>
<!-- Header End -->
<!-- Body Start -->
<div class="wrapper">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-12">
<div class="full-width">
<div class="btn_1589">
<a href="add_product.html" class="post-link-btn btn-hover">Add New Item</a>
</div>
<!-- <div class="posted_1590">
<div class="count-ttl">5</div>
<div class="cate-post">Added Products</div>
</div>
<div class="manage-section">
<span class="manage-title">Manage By Shop</span>
</div> -->
<ul class="info__sections">
<li>
<a href="my_portfolio.html" class="all-info__sections">
<span class="all-info__left"><i class="fas fa-th mr-2"></i>My Closet</span>
</a>
</li>
<li>
<a href="saved_products.html" class="all-info__sections">
<span class="all-info__left"><i class="fas fa-bookmark mr-2"></i>Saved Items</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-9 col-lg-8 col-md-12">
<div class="filter_items mt-0">
<div class="row">
<div class="col-lg-12">
<div class="filter-section mt-0">
<div class="btn-8585 rrmt-30">
<a href="my_portfolio.html" class="afltr-btn">My Closet</a>
<a href="saved_products.html" class="afltr-btn afltr-active">Saved Items</a>
</div>
</div>
</div>
</div>
</div>
<div class="all-items">
<div class="product-items-list">
<div class="row">
<div class="col-lg-12">
<div class="full-width mt-30">
<div class="recent-items my_portfolio_list">
<div class="jobs-list">
<div class="product-item">
<div class="product-left">
<a href="product_detail_view.html"><img class="ft-plus-square product-bg-circle bg-cyan mr-0" src="images/products-imgs/img-2.jpg" alt=""></a>
</div>
<div class="product-body">
<a href="product_detail_view.html" class="job-heading pt-0">Cursus - LMS & Online Courses Marketplace HTML Template</a>
<p class="notification-text font-small-4">
<a href="#" class="cmpny-dt2">Gambolthemes</a>
</p>
<div class="saved-item-price14">
<div class="item-price1452">
<span class="product-price124">$20<ins class="ppdtotal-sales">314 Sales</ins></span>
</div>
<div class="saved-item-btn">
<a href="#" class="bm-btn bm-btn-hover active"><i class="far fa-bookmark"></i></a>
</div>
</div>
</div>
</div>
<div class="product-item">
<div class="product-left">
<a href="product_detail_view.html"><img class="ft-plus-square product-bg-circle bg-cyan mr-0" src="images/products-imgs/img-5.jpg" alt=""></a>
</div>
<div class="product-body">
<a href="product_detail_view.html" class="job-heading pt-0">Jobby - Job Portal Multi-Purpose Marketplace HTML Template</a>
<p class="notification-text font-small-4">
<a href="#" class="cmpny-dt2">Gambolthemes</a>
</p>
<div class="saved-item-price14">
<div class="item-price1452">
<span class="product-price124">$18<ins class="ppdtotal-sales">39 Sales</ins></span>
</div>
<div class="saved-item-btn">
<a href="#" class="bm-btn bm-btn-hover active"><i class="far fa-bookmark"></i></a>
</div>
</div>
</div>
</div>
<div class="product-item">
<div class="product-left">
<a href="product_detail_view.html"><img class="ft-plus-square product-bg-circle bg-cyan mr-0" src="images/products-imgs/img-1.jpg" alt=""></a>
</div>
<div class="product-body">
<a href="product_detail_view.html" class="job-heading pt-0">Workwise - The Freelancer And Social Networking HTML Template</a>
<p class="notification-text font-small-4">
<a href="#" class="cmpny-dt2">Gambolthemes</a>
</p>
<div class="saved-item-price14">
<div class="item-price1452">
<span class="product-price124">$20<ins class="ppdtotal-sales">624 Sales</ins></span>
</div>
<div class="saved-item-btn">
<a href="#" class="bm-btn bm-btn-hover active"><i class="far fa-bookmark"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="loading-btn">
<button class="process-btn btn-hover" type="button">
No More Items
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Body End -->
<!-- Footer Start -->
<footer class="footer">
<div class="footer-bottom-items">
<!-- <div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-bottom-links">
<div class="footer-logo" id="logo-footer">
<a href="index.html"><img src="images/logo.png" alt=""></a>
<img class="logo-inverse" src="images/dark-logo.png" alt="">
</div>
<div class="micko-copyright">
<p><i class="fas fa-copyright"></i>Copyright 2021 Micko by <a href="#">Gambolthemes</a>. All Right Reserved.</p>
</div>
</div>
</div>
</div>
</div> -->
</div>
</footer>
<!-- Footer End -->
<!-- Javascripts -->
<script src="js/load_menu.js"></script>
<script src="js/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/OwlCarousel/owl.carousel.js"></script>
<script src="vendor/bootstrap-select/dist/js/bootstrap-select.min.js"></script>
<script src="js/offset_overlay.js"></script>
<script src="js/custom.js"></script>
<script src="js/night-mode.js"></script>
</body>
</html>