-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout Us.html
449 lines (414 loc) · 21.1 KB
/
About Us.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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="nav-bar-style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.css" integrity="sha512-FA9cIbtlP61W0PRtX36P6CGRy0vZs0C2Uw26Q1cMmj3xwhftftymr0sj8/YeezDnRwL9wtWw8ZwtCiTDXlXGjQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" href="icon4.png">
<link rel="stylesheet" href="login-modal-style.css">
<link rel="stylesheet" href="feedback-style.css">
<title>Pascal Imitaion Jewellery</title> <style>
.mainheading {
color: #3b0000;
text-transform: uppercase;
background-image: linear-gradient(-45deg,
#a76732 0%,
#ffffff 29%,
#a76732 67%,
#ffffff 100%);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 2s ease infinite;
display: inline-block;
font-size: 70px;
}
.heading {
color: #3b0000;
text-transform: uppercase;
background-image: linear-gradient(-45deg,
#a76732 0%,
#ffffff 29%,
#a76732 67%,
#ffffff 100%);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 2s ease infinite;
display: inline-block;
font-size: 30px;
}
.icon-hover :hover {
color: #a76732;
cursor: pointer;
}
@keyframes textclip {
to {
background-position: 200% center;
}
}
.phead :hover {
background: red;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<div class="navbar-brand">
<img src="LOGO WHITE2.jpg" alt="" width="110" height="80" class="logo" >
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="ani navbar-nav">
<li class="nav-item">
<a class="nav-link1" href="home.html">Home</a>
</li>
<li class="nav-item dropdown2 dropdown">
<a class="nav-link1 responsive-bttn1 dropdown-toggle" href="brand-page.html">
Brands
</a>
<ul class="ani dropdown1">
<li class="nav-link3"><a href="#" class="nav-link5">1.</a><a class="nav-link2" href="cartier page.html">Cartier</a></li>
<li class="nav-link3"><a href="#" class="nav-link5">2.</a><a class="nav-link2" href="tiffany page.html">Tiffany & Co.</a></li>
<li class="nav-link3"><a href="#" class="nav-link5">3.</a><a class="nav-link2" href="bvlgari-product-page.html">Bvlgari</a></li>
<li class="nav-link3"><a href="#" class="nav-link5">4.</a><a class="nav-link2" href="prada-page.html">Prada</a></li>
<li class="nav-link3"><a href="#" class="nav-link5">5.</a><a class="nav-link2" href="gucci page.html">Gucci</a></li>
<li class="nav-link3"><a href="#" class="nav-link5">6.</a><a class="nav-link2" href="mejuri-page.html">Mejuri</a></li>
</ul>
</li>
<p>
<a class="nav-link1 responsive-bttn" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample">
Brands
</a>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<ul>
<li class="nav-link3"><a href="#" class="nav-link6">1.</a><a class="nav-link4" href="cartier page.html">Cartier</a></li>
<li class="nav-link3"><a href="#" class="nav-link6">2.</a><a class="nav-link4" href="tiffany page.html">Tiffany & Co.</a></li>
<li class="nav-link3"><a href="#" class="nav-link6">3.</a><a class="nav-link4" href="bvlgari-product-page.html">Bvlgari</a></li>
<li class="nav-link3"><a href="#" class="nav-link6">4.</a><a class="nav-link4" href="prada-page.html">Prada</a></li>
<li class="nav-link3"><a href="#" class="nav-link6">5.</a><a class="nav-link4" href="gucci page.html">Gucci</a></li>
<li class="nav-link3"><a href="#" class="nav-link6">6.</a><a class="nav-link4" href="mejuri-page.html">Mejuri</a></li>
</ul>
</div>
</div>
<li class="nav-item dropdown2 dropdown">
<a class="nav-link1" href="product-page-1/products-page-1.html">
Products
</a>
</li>
<li class="nav-item">
<a class="nav-link1" href="About Us.html">About Us</a>
</li>
</ul>
<ul class="ani navbar-nav login-text">
<li class="nav-item">
<a class="nav-link1 " href="#" data-bs-toggle="modal" data-bs-target="#staticBackdrop">Login / Signup</a>
</li>
</ul>
</div>
<!-- <a class="navbar-brand" href="#">Pascal Imitation Jewelry</a>
<img src="LOGO WHITE.jpg" alt="" width="70" height="70" class="rounded-circle" > -->
</div>
</nav>
<div class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header border border-white">
<h4 class="modal-title login-title" id="staticBackdropLabel">LOGIN</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Email</label>
<input type="email" placeholder="Enter Your Email" class="form-control logininput"
required id="recipient-name">
</div>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Password</label>
<input type="password" placeholder="Your Password" class="form-control logininput" required
id="recipient-name">
</div>
<div class="checkboss">
<input type="checkbox" id="check">
<label for="check">Remember Me</label>
</div>
<div class="modal-footer border border-white">
<p>Not a member?</p>
<a href="Sign up modal.html" class="text-secondary" data-bs-toggle="modal" data-bs-target="#signup">Sign up now</a>
<button type="submit" class="button-login2">Login</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="modal fade" id="signup" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header border border-white">
<h4 class="modal-title login-title" id="staticBackdropLabel">SIGN UP</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Full Name</label>
<input type="text" placeholder="Your Full Name" class="form-control logininput" required
id="recipient-name">
</div>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Email</label>
<input type="email" placeholder="Enter Your Email" class="form-control logininput"
required id="recipient-name">
</div>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Phone Number</label>
<input type="text" placeholder="Your Phone Number" class="form-control logininput" required
id="recipient-name">
</div>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Password</label>
<input type="password" placeholder="Your Password" class="form-control logininput" required
id="recipient-name">
</div>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Confirm Password</label>
<input type="password" placeholder="Confirm Your Password" class="form-control logininput"
required id="recipient-name">
</div>
<div class="modal-footer border border-white">
<button type="submit" class="button-login2">Sign up</button>
</div>
</form>
</div>
</div>
</div>
</div>
<hr>
<div class="container ">
<div class="row mt-5 justify-content-center">
<div class="col-sm-12 col-md-12 col-lg-5">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="carousel pic1.PNG" class="d-block w-100" alt="..." height="400px" >
</div>
<div class="carousel-item">
<img src="carousel pic2.PNG" class="d-block w-100" alt="..." height="400px" >
</div>
<div class="carousel-item">
<img src="carousel pic3.PNG" class="d-block w-100" alt="..." height="400px" >
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-7">
<h1 class="text-center mainheading mt-3 mb-3">ABOUT US</h1>
<p class=""> <b> Founded in 2023,Pascal Imitation a family owned & operated business has become a
house-hold name in states all over the Pakistan as well as countries all over the
world.</b><br><br>
For those that rather the full immersion of the in store experience we welcome your company and look
forward to meeting you face to face. Being located in the Central district, known to be the largest
District. <br><br>
Based in the heart of Karachi.Pascal Imitation has some of the most competitively priced in the
market. It is our goal to supply our clients.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6 mt-5">
<h2 class="heading offset-3">WHY CHOOSE US</h2>
</div>
</div>
<div class="row justify-content-around offset-1 mt-5 ">
<div class="col-sm-12 col-md-4 icon-hover">
<ion-icon style="font-size: 50px;" name="globe-outline"></ion-icon>
<b class="phead">Free Shipping</b>
<p class="phead">We provide services and Free shipping all over the world. </p>
</div>
<div class="col-sm-12 col-md-4 icon-hover">
<ion-icon style="font-size: 50px;" name="airplane-outline"></ion-icon>
<b class="phead">Fast Delivery</b>
<p class="phead"> We send Parcel on given time limit. We never dissapoint our Clients.</p>
</div>
<div class="col-sm-12 col-md-4 icon-hover">
<ion-icon style="font-size: 50px;" name="chatbox-ellipses-outline"></ion-icon>
<b class="phead">Custom Support</b>
<p class="phead">If you have any query and problem You may contact us:)</p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="text-center text-lg-start bg-dark text-white footer-bg-color">
<section class="pt-1 mt-3">
<div class="container text-center text-md-start mt-5">
<!-- 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 text-secondary"></i>Pascal Imitation Jewelry
</h6>
<p>
Pascal Imitation is an independent family jeweller with over 40 years' experience and expertise in the beautiful world of jewellery.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Brands
</h6>
<p>
<a href="#!" class="brand-text">CARTIER</a>
</p>
<p>
<a href="#!" class="brand-text">TIFFANY & CO.</a>
</p>
<p>
<a href="#!" class="brand-text">ROLEX</a>
</p>
<p>
<a href="#!" class="brand-text">MEJURI</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4 text-center">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Useful links
</h6>
<p>
<a href="#" class="me-4 link-secondary icon-hover">
<i class="fab fa-facebook-f"></i>
</a>
</p>
<p>
<a href="#" class="me-4 link-secondary icon-hover">
<i class="fab fa-twitter"></i>
</a>
</p>
<p>
<a href="#" class="me-4 link-secondary icon-hover">
<i class="fab fa-instagram"></i>
</a>
</p>
<p>
<a href="#" class="me-4 link-secondary icon-hover">
<i class="fab fa-linkedin"></i>
</a>
</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-home me-3 text-secondary"></i> Aptech North Karachi</p>
<p>
<i class="fas fa-envelope me-3 text-secondary"></i>
</p>
<p><i class="fas fa-phone me-3 text-secondary"></i>+923318094994</p>
<button type="button" class="feedback-btn mt-3" data-bs-toggle="modal" data-bs-target="#feedback">Your Feedback</button>
<div class="modal fade" id="feedback" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content text-dark">
<div class="modal-header border border-white">
<h4 class="modal-title login-title" id="staticBackdropLabel">FEEDBACK</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Full Name</label>
<input type="text" placeholder="Your Full Name" class="form-control logininput" required
id="recipient-name">
</div>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Email</label>
<input type="email" placeholder="Your email" class="form-control logininput" required
id="recipient-name">
</div>
<div class="mb-2">
<label for="recipient-name" class="col-form-label">Would you use our service in the
future?</label>
</div>
<div class="form-check">
<form>
<input class="form-check-input" type="radio" name="flexRadioDefault"
id="flexRadioDefault1">
<label class="form-check-label" for="flexRadioDefault1">
Yes
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault2"
checked>
<label class="form-check-label" for="flexRadioDefault2">
No
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault2"
checked>
<label class="form-check-label" for="flexRadioDefault2">
Maybe
</label>
</div>
<br>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">How can we improve our
service?</label>
<textarea class="form-control logininput" id="exampleFormControlTextarea1"
rows="3"></textarea>
</div>
</form>
<div class="modal-footer border border-white">
<button type="submit" class="button-login2">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</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.025);">
© 2023 Copyright:
<a class="fw-bold brand-text" href="#">Pascal Imitation Jewelry.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</body>
</html>