-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (108 loc) · 4.98 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
<!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>FAB BAG: Monthly Makeup & Beauty Subscription for Women</title>
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css">
<link rel="shortcut icon" href="//cdn.shopify.com/s/files/1/0052/7551/6995/files/LOGO_32x32.png?v=1548735766" type="image/png">
</head>
<body>
<div id="navbar">
</div>
<div id="mainSlider">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Homepage-Banner-bAG-Reveal-Recovered-2_2048x.gif?v=1656613045" alt="">
</div>
<h1 id="headingFirst">WHAT'S IN MY BEAUTY BUNDLE</h1>
<hr id="firstHr">
<div id="product">
</div>
<h1 id="headingSecond">SUBSCIPTION</h1>
<hr id="secondHr">
<div id="subsciption">
<div class="sub">
<h3>1 MONTH</h3>
<h5>SUBSCRIPTION</h5>
</div>
<div class="sub">
<h3>Rs. 599.00</h3>
<h5>/per month</h5>
</div>
<div id="sub3">
<h5>ONE TIME PAYMENT</h5>
<h3>Rs. 599.00</h3>
</div>
<div id="sub4">
<button id="cartBtn">ADD TO CART</button>
</div>
</div>
<h1 id="headingThird">PREVIOUS BAGS</h1>
<hr id="ThirdHr">
<div id="more">
</div>
<div id="testimonials">
<h1>TESTIMONIALS</h1>
<div class="sliding_texts">
<div class="text">
<img src="./image/format_quote_open_icon_135581.png" alt="">
<p>I love each and every Fab Bag that I receive each month past three years. I am so much in love with fab bags and all the lovely products and cute little pouches that I get. I love Fab Bag.</p>
<span>-Munira</span>
</div>
<div class="text">
<img src="./image/format_quote_open_icon_135581.png" alt="">
<p>I I've been a regular Fab Bag subscriber for many years now and I must say that the Fab Bag team comes up with something or the other as a special attraction in the bag every month. As always, thank you Fab Bag for making my day with this bag!!!</p>
<span>-Poonam</span>
</div>
<div class="text">
<img src="./image/format_quote_open_icon_135581.png" alt="">
<p>I like the fact that they offer high-quality products. Every single product from the bag stands out. It is a MUST TRY for every girl out there.</p>
<span>-Shikha</span>
</div>
</div>
</div>
<h3 id="gossip">#TRENDINGNOW AT THE GOSSIP CORNER</h3>
<div id="insta_post">
<img src="./image/insta_photo/01.jpg" alt="">
<img src="./image/insta_photo/02.jpg" alt="">
<img src="./image/insta_photo/03.jpg" alt="">
<img src="./image/insta_photo/04.jpg" alt="">
<img src="./image/insta_photo/05.jpg" alt="">
<img src="./image/insta_photo/06.jpg" alt="">
<img src="./image/insta_photo/07.jpg" alt="">
<img src="./image/insta_photo/08.jpg" alt="">
</div>
<div id="space"></div>
<div class="core">
<div id="ji"></div>
<div class="logo_slide">
<div class="item"><img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/sugar_1_160x160.jpg?v=1548837170" alt=""></div>
<div class="item"><img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Tru_hair_logo_160x160.png?v=1625063080" alt=""></div>
<div class="item"><img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/WOC_Beauty_Logo_160x160.jpg?v=1602225835" alt=""></div>
<div class="item"><img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Baiser_India_Logo_160x160.jpg?v=1625063066" alt=""></div>
<div class="item"><img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/719h_SoVZLL._SX466_160x160.jpg?v=1594029424" alt=""></div>
</div>
</div>
<div class="footer"></div>
</body>
</html>
<script src="./scripts/index.js" type="module" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script>
let b = JSON.parse(localStorage.getItem("cart"))
console.log(b.length)
$('.logo_slide').slick({
slidesToShow: 3,
slidesToScroll: 2,
dots: false,
arrows: false,
autoplay: true,
autoplaySpeed: 2000,
infinite: true
});
</script>