-
Notifications
You must be signed in to change notification settings - Fork 0
/
shipping-policy.html
282 lines (222 loc) · 11.8 KB
/
shipping-policy.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Blinkee</title>
<!-- Bootstrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!--Custom Stylesheet-->
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/customRan.css">
<link rel="stylesheet" href="css/shippingPolicy.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/footer.css">
</style>
<!---custom js --->
<script src="js/animeRan.js"></script>
<!---light-slider.css---->
<!---jQuery---->
<script type="text/javascript" src="js/jQuery.js"></script>
<!--lightslider.js-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" />
<!--Favicon Slider-->
<link rel="shortcut icon" href="website_new_photos\logo.jpg">
<!------ Include the above in your HEAD tag ---------->
</head>
<Body >
<header>
<div class="containeri">
<div class="row">
<div class="col-md-4 col-sm-12 col-12">
<div class="btn-group">
<button
class="btn border dropdown-toggle my-md-4 my-2 text-white" data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
$-USD
</button>
<div class="dropdown-menu">
<a href="#" class="dropdown-item">ERU-Euro</a>
</div>
</div>
</div>
<div class="col-md-4 col-12 text-center">
<h2 class="my-md-3 site-title text-white">Blinkee Store</h2>
</div>
<div class="col-md-4 col-12 text-right">
<p class="my-md-4 header-links">
<a href="login.html" class="px-2">Sign In Or Create an Account</a>
<!-- <a href="#" class="bg-black-color">|</a>-->
<!-- <a href="#" class="px-1">Create an Account</a>-->
</p>
</div>
</div>
</div>
<div class="container-fluid p-0">
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<button class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav" >
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">PRODUCTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sample.html">SAMPLE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="custom.html">CUSTOM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html">ACCOUNT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">BLOG</a>
</li>
<li class="nav-item">
<a class="nav-link" href="testermonial.html">TESTIMONIALS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus1.html">CONTACT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="reseller.html">RESELLER</a>
</li>
</ul>
<div class="navbar-nav text-left">
<li class="nav-item border rounded-circle mx-2 search-icon">
<i class="fas fa-search p-2"></i>
</li>
<li class="nav-item border rounded-circle mx-2 repeat-icon">
<i class="fas fa-circle-notch p-2"></i>
</li>
<li class="nav-item border rounded-circle mx-2 wishlist-icon">
<i class="far fa-heart p-2"></i>
</li>
<li class="nav-item border rounded-circle mx-2 basket-icon">
<a href="cart.html"><i class="fas fa-shopping-cart p-2"></i></a>
</li>
</div>
</div>
</nav>
</div>
<!-- Full Page Intro -->
</header>
<!-- Main navigation -->
<!--Main Layout-->
<div class="shipcover">
<img src="website_new_photos\fedeex.jpg" alt="" class="shipimg" >
<div class="contentShip">
<h2>Shipping Policy</h2>
</div>
</div>
<section id="service" style="background-image: linear-gradient(rgba(0,0,0,8),rgba(0,0,0,0.8)), url(map.jpg);">
<div class="container">
<form action="">
<h1>Blinkee.com Shippin Policy</h1>
<p class="p1">To calculate shipping cost please add your items to your shopping cart then click calculate shipping in the shopping cart and add your zip code and state. The cart will tell you. Contact Magic Matt for manual shipping quotes.</p>
</div>
</div>
<ul class="p2">
<li>Fedex Ground or US Priority Mail will be used for most shipments over one pound within the 48 contiguous states.</li>
<li>Orders placed using “Ground” or “Express” shipping method ship the same day if placed before 12 pm PST.</li>
<li>For express shipments after 12 pm PST please call to place your order.</li>
<li>Orders placed using USPS may not ship the same day the order is placed and may not ship for up to 3 business days.</li>
</ul>
<p class="p3">Below is a map showing the UPS Ground Shipping time table. Locate where you live in the colored area & you'll be able to determine the transit time for your package. This map is only an estimate.
Please Note: Refunds for shipping delays will only be honored for expedited services, orders with ground or USPS shipping are not eligible for a shipping refund should a delay occur. If a delay occurs when using any of our expedited shipping services, only a refund of the shipping charges paid will be given (per carriers service guide).</p>
<a class="maplink" href="map.jpg" style="color: red; text-decoration: none;">Shipping Map</a>
</form>
</div>
</section>
<br>
<br>
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-7b346db9-3aa8-498d-8e1e-fefedd332ae1"></div>
<!--footer--->
<!--Footer
====================================================-->
<footer>
<!--Footer top-->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-4 footer-s-1">
<img src="website_new_photos\logo.jpg" alt="logo" class="logo-footer">
<address>
<strong>Magic Matt’s Brilliant Blinkys provides exciting glow in the dark toys,</strong><br>
provides exciting glow in the dark toys,<br>
flashing jewelry, blinking pins,<br> flashy blinkys and accessories for the twenty-first century.<br>
</address>
</div>
<div class="col-md-4 footer-s-2">
<div class="col-md-12">
<h4>SITE LINKS</h4>
</div>
<div class="row">
<div class="col-md-6">
<ul class="footer-nav">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Return Policy</a></li>
<li><a href="shipping-policy.html">Shipping policy</a></li>
</ul>
</div>
<div class="col-md-6">
<ul class="footer-nav">
<li><a href="#">Cart</a></li>
<li><a href="#">Checkout</a></li>
<li><a href="login.html">Account</a></li>
<li><a href="#">Custom</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 footer-s-3">
<div class="row">
<div class="col-md-12 title">
<h4>CONTACT US</h4>
</div>
<div class="move-right">
<h5>Phone:<span> (415) 261-0675</span></h5>
<h5>Fax:<span> (415)366-8520</span></h5>
<h5>Email:<span> [email protected]</span></h5>
</div>
</div>
<ul class="icon">
<li><a href="#"><i class="fab fa-twitter icon-social"></i></a></li>
<li><a href="#"><i class="fab fa-facebook icon-social"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin icon-social"></i></a></li>
<li><a href="#"><i class="fab fa-instagram icon-social"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!--Footer end-->
<!--Copyright-->
<div class="copyrights">
<div class="row">
<div class="col-md-12">
<p>Copyrights © 2021 All Rights Reserved by Blinkee.com</p>
</div>
</div>
</div>
</footer>