-
Notifications
You must be signed in to change notification settings - Fork 0
/
insider.html
649 lines (575 loc) · 24.9 KB
/
insider.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
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!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">
<title>TRINITY Insider Page</title>
<!-- External CSS Links -->
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/venobox.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/media.css">
<!-- favicon -->
<link rel="shortcut icon" href="images/logo-t.png" type="image/x-icon" sizes="16x16">
<!-- Jarallax Assets -->
<link href="./jaralax-asstes/css/demo.css" rel="stylesheet">
<link href="./jaralax-asstes/js/jarallax.css" rel="stylesheet">
<!-- Object Fit polyfill -->
<script src="https://unpkg.com/object-fit-images/dist/ofi.min.js"></script>
<script src="./jaralax-asstes/js/jarallax.js"></script>
<script src="./jaralax-asstes/js/jarallax-video.js"></script>
</head>
<body>
<!-- navbar start -->
<div class="top-border">
</div>
<div class="large-device-logo">
<div class="container">
<div class="row">
<div class="col-lg-3 m-auto text-center">
<a href="index.html">T R I N I T Y</a>
</div>
</div>
</div>
</div>
<!-- <nav class="navbar navbar-expand-lg navbar-light extra-large-nav">
<div class="container navbar-container ">
<div class="col-lg-7 text-right">
<a class="navbar-brand" href="index.html">T R I N I T Y</a>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-search"></i> </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="far fa-user"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="far fa-star"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-cart-plus"></i></a>
</li>
</ul>
</div>
</div>
</nav> -->
<nav class="navbar navbar-expand-lg navbar-light bg">
<div class="container">
<a class="navbar-brand" href="index.html">T R I N I T Y</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav m-auto">
<li class="nav-item">
<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="history.html">HISTORY</a>
</li>
<li class="nav-item">
<a class="nav-link " href="publications.html">PUBLICATIONS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="still.html">STILL</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="shop.html">SHOP</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="insider.html">INSIDER</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gateway.html">GETAWAYS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="responsive-navbar">
<div class="responsive-top-border">
</div>
<div class="header">
<div class="container">
<div class="row">
<div class="col-lg-3 text-center m-auto">
<a href="index.html">T R I N I T Y</a>
</div>
</div>
</div>
</div>
<input type="checkbox" class="openSidebarMenu" id="openSidebarMenu">
<label for="openSidebarMenu" class="sidebarIconToggle">
<div class="spinner diagonal part-1"></div>
<div class="spinner horizontal"></div>
<div class="spinner diagonal part-2"></div>
</label>
<div id="sidebarMenu">
<ul class="sidebarMenuInner">
<li><a href="index.html">Home</a></li>
<li><a href="history.html">HISTORY</a></li>
<li>
<a href="publications.html">PUBLICATIONS</a>
</li>
<li>
<a href="still.html">STILL</a>
</li>
<li>
<a href="services.html">SERVICES</a>
</li>
<li>
<a href="shop.html">SHOP</a>
</li>
<li>
<a class="active" href="insider.html">INSIDER</a>
</li>
<li>
<a href="gateway.html">GETAWAYS</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<div id='center' class="main center">
</div>
</section>
<!-- navbar ends -->
<!-- insider-banner start -->
<section id="insider-banner">
<div class="container">
<div class="row">
<div class="col-lg-7 text-center m-auto">
<h2>INSIDER</h2>
</div>
</div>
</div>
</section>
<!-- insider-banner ends -->
<!-- insider-description start -->
<section id="insider-description">
<div class="jarallax">
<img class="jarallax-img" src="images/insider-description.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-lg-7 text-center m-auto">
<p>“A Collection Of
Words, Videos, And Experiences For A Deeper
Look Into Trinity's Thoughts And Introspection.
Understand Her Insight, Intentions, And
Perception. Experience More Of Trinity's
Personal Journey Through Trinity Talks: The
Insider.”</p>
</div>
</div>
</div>
</div>
</section>
<!-- insider-description ends -->
<!-- blogging-media start -->
<section id="blogging-media">
<div class="container">
<div class="row">
<div class="first-part">
<div class="col-lg-6 col-md-6 m-auto text-center">
<img src="images/insider-08.jpeg" alt="">
<h2>INSIDER</h2>
<a href="history-details.html">Discover</a>
</div>
</div>
</div>
<div class="row insider-details">
<div class="col-lg-6 col-md-6">
<div class="img-part">
<img src="images/insider-001.jpeg" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="text-part ">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
<div class="col-lg-6 col-md-6 large-device">
<div class="text-part">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="img-part top-cut">
<img src="images/insider-002.jpeg" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 small-device">
<div class="text-part">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="img-part top-cut">
<img src="images/insider-04.jpeg" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="text-part">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
<div class="col-lg-6 col-md-6 large-device">
<div class="text-part ">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="img-part top-cut">
<img src="images/insider-05.jpeg" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 small-device">
<div class="text-part ">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="img-part top-cut">
<img src="images/insider-07.jpeg" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="text-part ">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
<div class="col-lg-6 col-md-6 large-device">
<div class="text-part ">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="img-part top-cut">
<img src="images/insider-08.jpeg" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 small-device">
<div class="text-part" id="text-last-part">
<h5>Trinity High-quality Jewelry things available</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.Lorem ipsum
dolor sit amet consectetur adipisicing elit. Necessitatibus, itaque.</p>
<h6><a href="#">Explore</a></h6>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 m-auto text-center">
<div class="last-part">
<h2>The 55.55 Point </h2>
<img src="images/box-three.jpeg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- blogging-media ends -->
<!-- video part start-->
<section id="video-part">
<video autoplay muted loop class="myVideo">
<source src="images/videos/three.mp4" type="video/mp4">
</video>
</section>
<!--video-part ends-->
<!-- insta-canvas start -->
<section id="insta-canvas">
<div class="container">
<div class="row">
<div class="col-lg-7 m-auto insta-head text-center">
<h2>LET’S CONNECT!</h2>
<!-- <p>Follow us on <a href="https://www.instagram.com/trinitydang/" target="_blank">@TRINITYDANG</a>
Share your Tridal
trying moments.</p> -->
</div>
</div>
<div class="row insta-slide">
<div class="col-lg-3">
<div class="slide-item">
<a href="https://www.instagram.com/trinitydang/" target="_blank"><img src="images/insta/1.jpeg"
alt=""></a>
</div>
</div>
<div class="col-lg-3">
<div class="slide-item">
<a href="https://www.instagram.com/trinitydang/" target="_blank"><img src="images/insta/2.jpg"
alt=""></a>
</div>
</div>
<div class="col-lg-3">
<div class="slide-item">
<a href="https://www.instagram.com/trinitydang/" target="_blank"><img src="images/insta/3.jpeg"
alt=""></a>
</div>
</div>
<div class="col-lg-3">
<div class="slide-item">
<a href="https://www.instagram.com/trinitydang/" target="_blank"><img src="images/insta/4.jpeg"
alt=""></a>
</div>
</div>
<div class="col-lg-3">
<div class="slide-item">
<a href="https://www.instagram.com/trinitydang/" target="_blank"><img src="images/insta/5.jpeg"
alt=""></a>
</div>
</div>
<div class="col-lg-3">
<div class="slide-item">
<a href="https://www.instagram.com/trinitydang/" target="_blank"><img src="images/insta/2.jpg"
alt=""></a>
</div>
</div>
</div>
</div>
</section>
<!-- insta-canvas ends -->
<!-- info-part start -->
<section id="info-part">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="first-part">
<h5>CONTACT</h5>
<p>Available 24/7. <br>
To speak with Customer Care, call
<a href="tel:123-456-7890">1.800.550.0005</a> <br>
or use the chat and email services below.</p>
<ul>
<li><a href="#">Chat</a></li>
<li><a href="#">Email</a></li>
<li><a href="#">Call</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="second-part">
<h5>FOLLOW</h5>
<!-- <p>Enter a location to find the closest CHANEL stores</p>
<form action="">
<i class="fas fa-search"></i>
<input type="text" id="" name="" placeholder="search by town">
</form> -->
<div class="follow-icons">
<ul>
<li><a href="#" target="_blank" class="social-icons"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="#" target="_blank" class="social-icons"><i class="fab fa-twitter"></i></a>
</li>
<li><a href="#" target="_blank" class="social-icons"><i class="fas fa-play"></i></a>
</li>
<li><a href="#" target="_blank" class="social-icons"><i class="fab fa-tumblr"></i></a>
</li>
<li><a href="#" target="_blank" class="social-icons"><i
class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="third-part">
<h5>SIGN UP</h5>
<p>Enter a location to find the closest CHANEL stores</p>
<form action="">
<h6>OK</h6><i class="fas fa-chevron-right"></i>
<input type="text" id="" name="" placeholder="Enter your Email address">
</form>
</div>
</div>
</div>
</div>
</section>
<!-- info-part ends -->
<!-- footer-part start -->
<section id="footer-part">
<div class="container">
<div class="row">
<div class="col-lg-7 m-auto text-center">
<h2>TRINITY</h2>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-item">
<h4>explore trinity</h4>
<ul>
<li><a href="#">
<p>Fashion</p>
</a></li>
<li><a href="#">
<p>High Jewelry</p>
</a></li>
<li><a href="#">
<p>Watches</p>
</a></li>
<li><a href="#">
<p>Rode</p>
</a></li>
<li><a href="#">
<p>Sitemap</p>
</a></li>
<li><a href="#">
<p>Fashion</p>
</a></li>
<li><a href="#">
<p>High Jewelry</p>
</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-item">
<h4>Online Services</h4>
<ul>
<li><a href="#">
<p>Payment Methods</p>
</a></li>
<li><a href="#">
<p>Shipping Options</p>
</a></li>
<li><a href="#">
<p>My Accouts</p>
</a></li>
<li><a href="#">
<p>FAQ</p>
</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-item">
<h4>Boutique Services</h4>
<ul>
<li><a href="#">
<p>Store Locator</p>
</a></li>
<li><a href="#">
<p>Book an Appointment</p>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-item">
<h4>The house of CHANEL</h4>
<ul>
<p>Privacy</p>
</a></li>
<li><a href="#">
<p>Information About CCPA Do Not Sell</p>
</a></li>
<li><a href="#">
<p>accessibility</p>
</a></li>
<li><a href="#">
<p>Trinity Racial Justice Efforts</p>
</a></li>
<li><a href="#">
<p>Trinity COVID-19 Relief Efforts</p>
</a></li>
<li><a href="#">
<p>Trinity Support Black Ambition</p>
</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- footer-part ends -->
<!-- bottom to up btn -->
<a href="#" onclick="topFunction()" id="myBtn" title="Go to top">
<i class="fa fa-arrow-up"></i>
</a>
<!-- Jarallax Assets -->
<script type="text/javascript">
/* init Jarallax */
jarallax(document.querySelectorAll('.jarallax'), {
// scroll, scale, opacity, scale-opacity, scroll-opacity
type: 'scroll',
// animation speed
speed: 0.7,
// image parallax scroll effect
imgSize: 'cover',
imgPosition: '50% 50%',
imgRepeat: 'no-repeat',
});
</script>
<!-- Jarallax Assets -->
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- External JS -->
<script src="js/jquery-1.12.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/venobox.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>