-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathowner.html
340 lines (303 loc) · 14.3 KB
/
owner.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html class="not-ie" lang="en">
<head>
<!-- Basic meta tags -->
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Owner</title>
<!-- Google Web Fonts
================================================== -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet">
<!-- Fontawesome -->
<link rel="stylesheet" type="text/css" href="fonts/css/all.css">
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" /-->
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- Slick Caurosel -->
<link rel="stylesheet" type="text/css" href="css/slick.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body class="freezing-menu-static">
<!--mobile main menu-->
<div class="drawer-menu hiddem-above-lg">
<button type="button" class="close-drawer-menu"><i class="far fa-times-circle"></i></button>
<div class="mobile-brand bottom-margin-10"><img src="img/Causerr.png" alt="Causerr" /></div>
<div class="bottom-margin-40"><a href="#" class="mobile-top-link">Sign In</a></div>
<h5 class="bottom-margin-5">Company</h5>
<ul class="list-reseter link-list-footer bottom-margin-40">
<li><a href="#">Our Story</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Partner with Us</a></li>
</ul>
<h5 class="bottom-margin-5">Help</h5>
<ul class="list-reseter link-list-footer bottom-margin-40">
<li><a href="#">Order Status</a></li>
<li><a href="#">Return Policy</a></li>
<li><a href="#">How it Works</a></li>
<li><a href="#">Back to Charity</a></li>
</ul>
<button type="button" class="btn btn-success form-control freez-bottom">Start a Shop</button>
</div>
<div class="drawer-backdrop"></div>
<!--/mobile main menu-->
<!--header-->
<header id="header">
<div class="main-nav-outer fixed-top">
<nav class="navbar justify-content-between main-nav">
<a class="navbar-brand hiddem-from-lg" href="#">Charity Name</a>
<ul class="list-reseter top-middle-nav hiddem-from-lg">
<li><a href="#">Everything</a></li>
<li><a href="#">Latest</a></li>
<li><a href="#">Trending</a></li>
<li><a href="#">On Sale</a></li>
<li><a href="#">Close Out</a></li>
</ul>
<ul class="list-reseter top-right-nav hiddem-from-lg">
<li><a href="#"><i class="fas fa-mobile-alt"></i> Call</a></li>
<li><a href="#"><i class="far fa-comment-dots"></i> Chat</a></li>
<li><a href="#">Sign In</a></li>
<li><a href="#"><i class="fas fa-shopping-cart"></i> <span class="badge badge-secondary badge-success">2</span></a></li>
</ul>
<!--mobile top bar-->
<div class="hiddem-above-lg">
<button class="bar-btn" type="button">
<span> </span>
<span> </span>
<span> </span>
</button>
<button class="searh-on-top"><i class="fas fa-search"></i></button>
</div>
<div class="mobile-brand hiddem-above-lg"><img src="img/Causerr.png" alt="Causerr" /></div>
<a href="#" class="hiddem-above-lg mobile-top-link">Sign In</a>
<!--/mobile top bar-->
</nav>
</div>
</header>
<!--/header-->
<!--Swipe menu for mobile-->
<div class="swipe-menu-outer hiddem-above-lg">
<div id="maniNavMobile" class="swipe-cat-menu">
<a href="#" class="current">Everything</a>
<a href="#">Latest</a>
<a href="#">Trending</a>
<a href="#">On Sale</a>
<a href="#">Close Out</a>
</div>
</div>
<!--/Swipe menu for mobile-->
<!--Banner Edit-->
<section class="banner-edit-line">
<div class="d-flex justify-content-between flex-block-md desktop-view-center">
<div>www.causerr.com/shop/[ orginzation-name] <a href="#">Edit</a></div>
<div><a href="#" class="preview-link">Preview Shop</a></div>
</div>
</section>
<!--/Banner Edit-->
<!--Banner-->
<section class="banner content-center-v-h" style="background-image: url(img/banner-owner.png);">
<h2>Headline <a href="#">Edit</a></h2>
</section>
<!--/Banner-->
<div class="clearfix desktop-view-center">
<aside class="left-panel-column">
<span class="block-thumb-outer content-center-v-h bottom-margin-5"><img src="img/who-icon.png" alt="WHO" /></span>
<a href="#" class="font-size-p-large hiddem-from-md">Edit</a>
</aside>
<div class="right-panel-column font-size-p-large">
<h4>Our Story</h4>
<p class="bottom-margin-5 w-75 w-md-100">Ellen loves Australia and its people, and right now they need our help. For months, wildfires have been burning across the country in record-breaking heat and strong winds. <a href="#" class="hidden-above-md">Read More</a></p>
<a href="#" class="hiddem-from-md">Edit</a>
</div>
</div>
<span class="content-seperator bold-line-md"> </span>
<!--Main content-->
<section class="clearfix desktop-view-center content-holder">
<!--left panel-->
<aside class="left-panel-column hiddem-from-md">
<h4>All Categories</h4>
<ul class="list-reseter link-list">
<li><a href="#" class="current">Everything</a></li>
<li><a href="#">Latest</a></li>
<li><a href="#">Trending</a></li>
<li><a href="#">Home & Kitchen</a></li>
</ul>
<span class="category-divider"> </span>
<h4 class="bottom-margin-10">Price</h4>
<ul class="list-reseter link-list">
<li><label class="checkbox-control"><input type="checkbox" class="cat-filter-options" /><span class="checkmark"></span> Under $25 (100)</label></li>
<li><label class="checkbox-control"><input type="checkbox" class="cat-filter-options" /><span class="checkmark"></span> $25-$49 (75)</label></li>
<li><label class="checkbox-control"><input type="checkbox" class="cat-filter-options" /><span class="checkmark"></span> $50-$99 (123)</label></li>
<li><label class="checkbox-control"><input type="checkbox" class="cat-filter-options" /><span class="checkmark"></span> $100-$149 (78)</label></li>
<li><label class="checkbox-control"><input type="checkbox" class="cat-filter-options" /><span class="checkmark"></span> $150-$199 (175)</label></li>
</ul>
<span class="category-divider"> </span>
<h4>Special Offers</h4>
<ul class="list-reseter link-list bottom-margin-40">
<li><label class="checkbox-control"><input type="checkbox" class="cat-filter-options" /><span class="checkmark"></span> Free Shipping (24)</label></li>
<li><label class="checkbox-control"><input type="checkbox" class="cat-filter-options" /><span class="checkmark"></span> On Sale (54)</label></li>
<li><label class="checkbox-control"><input type="checkbox" class="cat-filter-options" /><span class="checkmark"></span> Closeouts (12)</label></li>
</ul>
<a href="#" class="gray-link clear-all-filter">Clear All Filters</a>
</aside>
<!--/left panel-->
<!--right panel-->
<div class="right-panel-column">
<h3 class="hiddem-from-md">Everything</h3>
<div class="row bottom-margin-20 hidden-above-md">
<div class="col-5">
<div class="form-group">
<label>Filter</label>
<select class="form-control">
<option selected>Filter</option>
<option>Filter 1</option>
<option>Filter 2</option>
</select>
</div>
</div>
<div class="col-2"></div>
<div class="col-5">
<div class="form-group">
<label>Sort by</label>
<select class="form-control">
<option selected>Trending</option>
<option>Trending 1</option>
<option>Trending 2</option>
</select>
</div>
</div>
</div>
<div class="row col-gutter-40">
<!--Each Product-->
<div class="col-lg-4 bottom-margin-30">
<a href="#" class="product-thumnail content-center-v-h">
<span class="product-tags">Free Shipping</span>
<img src="img/item1.png" alt="Product Title" />
</a>
<h4 class="product-title">Product Title <span class="hit-count"><a href="#"><i class="far fa-heart"></i></a> <a href="#">2k</a></span></h4>
<div class="price-line">$25.99 <span class="offer">25% off</span><span class="prev-price">$32.99</span></div>
<span class="text-divider"> </span>
<div class="row font-size-p-large bottom-margin-5">
<span class="col-7">Potential Profit</span>
<span class="col-5">Orders</span>
</div>
<div class="row font-size-p-large font-weight-800 bottom-margin-15">
<span class="col-7">$3</span>
<span class="col-5 link-color">23</span>
</div>
<button type="button" class="btn btn-dark">Hide from Shop</button>
</div>
<!--/Each Product-->
<!--Each Product-->
<div class="col-lg-4 bottom-margin-30">
<a href="#" class="product-thumnail content-center-v-h">
<span class="product-tags">Free Shipping</span>
<img src="img/item2.png" alt="Product Title" />
</a>
<h4 class="product-title">Product Title <span class="hit-count"><a href="#"><i class="far fa-heart"></i></a> <a href="#">2k</a></span></h4>
<div class="price-line">$25.99 <span class="offer">25% off</span><span class="prev-price">$32.99</span></div>
<span class="text-divider"> </span>
<div class="row font-size-p-large bottom-margin-5">
<span class="col-7">Potential Profit</span>
<span class="col-5">Orders</span>
</div>
<div class="row font-size-p-large font-weight-800 bottom-margin-15">
<span class="col-7">$3</span>
<span class="col-5 link-color">23</span>
</div>
<button type="button" class="btn btn-dark">Display On Shop</button>
</div>
<!--/Each Product-->
<!--Each Product-->
<div class="col-lg-4 bottom-margin-30">
<a href="#" class="product-thumnail content-center-v-h">
<img src="img/item3.png" alt="Product Title" />
</a>
<h4 class="product-title">Product Title <span class="hit-count"><a href="#"><i class="far fa-heart"></i></a> <a href="#">2k</a></span></h4>
<div class="price-line">$25.99 <span class="offer">25% off</span><span class="prev-price">$32.99</span></div>
<span class="text-divider"> </span>
<div class="row font-size-p-large bottom-margin-5">
<span class="col-7">Potential Profit</span>
<span class="col-5">Orders</span>
</div>
<div class="row font-size-p-large font-weight-800 bottom-margin-15">
<span class="col-7">$3</span>
<span class="col-5 link-color">23</span>
</div>
<button type="button" class="btn btn-dark">Display On Shop</button>
</div>
<!--/Each Product-->
</div>
</div>
<!--/right panel-->
</section>
<!--/Main content-->
<!--footer-->
<footer>
<div class="desktop-view-center row">
<div class="col-lg-4">
<h3 class="bottom-margin-5"><img src="img/Causerr.png" alt="Causerr" /></h3>
<p>Reimagining how fundraising is done</p>
<ul class="list-reseter footer-blog-links">
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-youtube"></i></a></li>
<li class="block-on-lg"><a href="#">@causerr</a> | <a href="#">#shopacause</a></li>
</ul>
<p class="copyright">© 2020 Causerr. All Rights Reserved<br /><a href="#">Terms of Use</a> | <a href="#">Privacy Policy</a></p>
</div>
<div class="col-lg-2 hiddem-from-lg">
<h5>Company</h5>
<ul class="list-reseter link-list-footer">
<li><a href="#">Our Story</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Partner with Us</a></li>
</ul>
</div>
<div class="col-lg-2 hiddem-from-lg">
<h5>Help</h5>
<ul class="list-reseter link-list-footer">
<li><a href="#">Order Status</a></li>
<li><a href="#">Return Policy</a></li>
<li><a href="#">How it Works</a></li>
<li><a href="#">Back to Charity</a></li>
</ul>
</div>
<div class="col-lg-4 hiddem-from-lg">
<h5 class="bottom-margin-10">Become an Insider</h5>
<p>Be the first to know about deals and upcoming special events for our charity</p>
<form>
<div class="row">
<div class="form-group col-md-8 bottom-margin-20">
<label for="firstName" class="font-weight-800">First Name</label>
<input type="text" class="block active" id="firstName">
</div>
</div>
<div class="row">
<div class="form-group col-md-8">
<label for="emailAddress" class="font-weight-800">Email Address</label>
<input type="email" class="block active" id="emailAddress">
</div>
<div class="form-group col-md-4 no-left-padding">
<label> </label>
<button type="button" class="btn btn-success form-control">Subscribe</button>
</div>
</div>
</form>
</div>
</div>
</footer>
<!--/footer-->
<!-- JS
================================================== -->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/slick.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>