-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
323 lines (294 loc) · 14.1 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
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
<!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.0">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/carousel.css">
<link rel="stylesheet" href="/styles/card.css">
<title>Sejmet Whip Store</title>
</head>
<body>
<header>
<nav class="navbar bg-light">
<div class="container-fluid">
<a class="navbar-brand"><img src="../image/logo.jpg" alt="Sejmet Whip´s Store" width="35" height="35">
Sejmet Whip's Store</a>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-danger" type="submit">
<i class="bi bi-search"></i>
</button>
</form>
<div class="btn-toolbar" role="toolbar" aria-label="Toolbar with button groups">
<button type="button" name="button" class="btn btn-outline-danger d-flex align-items-center m-1">
<i class="bi bi-heart-fill"></i>
</button>
<button type="button" name="button" class="btn btn-outline-danger d-flex align-items-center m-1"
onclick="cart()">
<i class="bi bi-cart-fill"></i>
</button>
<button type="button" name="button" class="btn btn-outline-danger d-flex align-items-center m-1"
onclick="login()">
<i class="bi bi-person-fill"></i>
</button>
</div>
</div>
</nav>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/html/catalog.html" onclick="catalog()">PRODUCTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/html/contac.html" onclick="contact()">CONTACT</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section id="hero">
<!-- Background image -->
<div class="p-5 text-center bg-image"
style="background-image: url('/assets/images/hero3.png'); height: 593px; width: 1200px;">
<div class="mask">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white">
<h1 class="mb-3"
style="font-style: italic; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">
A whiplash closer to pleasure
</h1>
</div>
</div>
</div>
</div>
<!-- Background image -->
</section>
<!-- Popular products -->
<div class="container-sm">
<h3>Popular Products</h3>
</div>
<section id="popular_products">
<div class="row">
<div class="col">
<div class="card">
<div id="card" class="col-12 mb-2 col-md-4">
<div class="card">
<a href="/html/product.html" onclick="product()">
<img id="img_aprhodisia"
src="/assets/images/products_images/APHRODISIA LEATHER WHIP/APHRODISIA LEATHER WHIP 1.jpg"
alt="" class="card-img-top">
</a>
<div class="card-body">
<h5 id="price" class="card-title">$35000</h5>
<h4 id="title" class="card-title">APHRODISIA LEATHER WHIP</h4>
<p id="description" class="card-text">Nine intertwined leather tails hang from a strong
handle. Every time you touch his skin with it, you will see how your kind servant
understands your instructions at the first time</p>
<button id="add_cart_aprhodisia" class="btn btn-dark" onclick="reload()"
style="background-color: crimson; width: 100%;">Add to
cart</button>
<button class="btn mb-3" style="border-color: crimson; width: 100%">Buy now</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div id="card" class="col-12 mb-2 col-md-4">
<div class="card">
<a href="/html/product.html" onclick="product()">
<img id="img_paddle"
src="/assets/images/products_images/SADOMASOCHISTIC PADDLE/SADOMASOCHISTIC PADDLE 1.jpg"
alt="" class="card-img-top">
</a>
<div class="card-body">
<h5 id="price" class="card-title">$45000</h5>
<h4 id="title" class="card-title">SADOMASOCHISTIC PADDLE</h4>
<p id="description" class="card-text">Design of exciting sound when touching your body,
soft contact with your skin. How do you want to mark your lover?</p>
<button id="add_cart_paddle" class="btn mb-3" onclick="reload()"
style="background-color: crimson; width: 100%;">Add to
cart</button>
<button class="btn mb-3" style="border-color: crimson; width: 100%">Buy now</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div id="card" class="col-12 mb-2 col-md-4">
<div class="card">
<a href="/html/product.html" onclick="product()">
<img id="img_spade" src="/assets/images/products_images/SPADE WHIP/SPADE WHIP 1.jpg"
alt="" class="card-img-top">
</a>
<div class="card-body">
<h5 id="price" class="card-title">$35000</h5>
<h4 id="title" class="card-title">SPADE WHIP</h4>
<p id="description" class="card-text">Dare to change the monotony of the bedroom and
enjoy rough sex. It can be used for flirting between partners, such as spanking or
hip touching</p>
<button id="add_cart_spade" class="btn mb-3" onclick="reload()"
style="background-color: crimson; width: 100%;">Add to
cart</button>
<button class="btn mb-3" style="border-color: crimson; width: 100%">Buy now</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features">
<div class="container-sm">
<div class="d-flex align-items-center bg-light mb-3 bg-transparent" style="height: 100px; width: 700px;">
<div class="col">
<i class="bi bi-truck"></i>
<p>Free Shipping</p>
</div>
<div class="col">
<i class="bi bi-hand-thumbs-up"></i>
<p>30 Days Quarantee</p>
</div>
<div class="col">
<i class="bi bi-star"></i>
<p>The Best Quality</p>
</div>
</div>
<div class="d-flex align-items-center bg-light mb-1 bg-transparent"
style="height: 100px; width: 400px; margin-left: 140px;">
<div class="col">
<i class="bi bi-speedometer2"></i>
<p>Fast Delivery</p>
</div>
<div class="col">
<i class="bi bi-alarm"></i>
<p>24/7 Support</p>
</div>
</div>
</div>
</section>
<!-- Gallery -->
<section id="photos">
<div class="row">
<div id="gallery" class="col-lg-4 col-md-12 mb-4 mb-lg-0">
<img src="/assets/images/products_images/AZÓTAME ADAM & EVE WHIP/AZÓTAME ADAM & EVE WHIP 1.jpg"
class="w-100 shadow-1-strong rounded mb-4" alt="Boat on Calm Water" />
<img src="/assets/images/products_images/APHRODISIA LEATHER WHIP/APHRODISIA LEATHER WHIP 1.jpg"
class="w-100 shadow-1-strong rounded mb-4" alt="Wintry Mountain Landscape" />
</div>
<div id="gallery" class="col-lg-4 mb-4 mb-lg-0">
<img src="/assets/images/products_images/SADOMASOCHISTIC PADDLE/SADOMASOCHISTIC PADDLE 1.jpg"
class="w-100 shadow-1-strong rounded mb-4" alt="Mountains in the Clouds" />
<img src="/assets/images/products_images/SQUARED CROP BLACK/SQUARED CROP BLACK 1.jpg"
class="w-100 shadow-1-strong rounded mb-4" alt="Boat on Calm Water" />
</div>
</div>
</section>
<!-- Gallery -->
<!-- Footer -->
<footer class="text-center text-lg-start bg-light text-muted" id="footer">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="" class="me-4 text-reset">
<i class="bi bi-whatsapp"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="bi bi-facebook"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="bi bi-instagram"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-4">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3"></i>Sejmet Whip's Store
</h6>
<p>
We want our customers to explore their most diverse sexual fantasies with our products and
explode with pleasure.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p>
<i class="fas fa-envelope me-3"></i>
</p>
<p><i class="fas fa-phone me-3"></i> + 01 234 567 88</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
© 2022 Copyright:
<a class="text-reset fw-bold" href="">SejmetWhipStore.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="/js/index.js"></script>
<script src="/js/add_cart.js"></script>
<script type="text/javascript">
function login() {
window.location.href = "/html/login.html";
}
function cart() {
window.location.href = "/html/shopping_cart.html";
}
function product() {
window.location.href = '/html/product.html';
}
function catalog() {
window.location.href = '../html/catalog.html';
}
function contact() {
window.location.href = '../html/contac.html'
}
function reload() {
location.reload();
return false;
}
</script>
</body>
</html>