-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path9092.html
166 lines (165 loc) · 7.81 KB
/
9092.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Elastic Store</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="Shawn Charles">
<!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Great+Vibes|Open+Sans:400,700&display=swap&subset=latin-ext" rel="stylesheet">
<!-- owl stylesheets -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<link href="https://unpkg.com/[email protected]/css/gijgo.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- header section start -->
<div class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-light bg-light justify-content-between">
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="products.html">Products</a>
<a href="about.html">About</a>
<a href="client.html">Client</a>
<a href="contact.html">Contact</a>
</div>
<span class="toggle_icon" onclick="openNav()"><img src="images/toggle-icon.png"></span>
<a class="logo" href="index.html"><img src="https://shawnimages.netlify.app/images/Elastic Beauty.png" style="height:50px;"></a>
<form class="form-inline ">
<div class="login_text">
<ul>
<li><a href="./cart.html"><img src="images/bag-icon.png"></a></li>
</ul>
</div>
</form>
</nav>
</div>
</div>
<!-- header section end -->
<!-- product section start -->
<div class="product_section layout_padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="product_taital">Our Products</h1>
<p class="product_text">Discover the essence of beauty with our premium products, designed to nourish, rejuvenate, and highlight your natural elegance with every use.</p>
</div>
</div>
<div class="product_section_2 layout_padding">
<div id="productSection2">
</div>
<div class="seemore_bt"><a href="./index.html#allProducts">See More</a></div>
</div>
</div>
</div>
<!-- product section end -->
<!-- footer section start -->
<div class="footer_section layout_padding">
<div class="container">
<div class="footer_logo"><a href="index.html"><img src="images/footer-logo.png"></a></div>
<div class="contact_section_2">
<div class="row">
<div class="col-sm-4">
<h3 class="address_text">Contact Us</h3>
<div class="address_bt">
<ul>
<li>
<a href="#">
<i class="fa fa-map-marker" aria-hidden="true"></i><span class="padding_left10">Address : 555 Burrard St, Vancouver</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-phone" aria-hidden="true"></i><span class="padding_left10">Call : +01 800-942-5282</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-envelope" aria-hidden="true"></i><span class="padding_left10">Email : [email protected]</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="footer_logo_1"><a href="index.html"><img src="images/footer-logo.png"></a></div>
<p class="dummy_text">Where every visit unveils a world of premium beauty products, tailored to your unique style and needs.</p>
</div>
<div class="col-sm-4">
<div class="main">
<h3 class="address_text">Best Products</h3>
<p class="ipsum_text">Top-tier beauty essentials that promise to elevate your daily routine.</p>
</div>
</div>
</div>
</div>
<div class="social_icon">
<ul>
<li>
<a href="https://shawncharles.com/twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://shawncharles.com/linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://shawncharles.com/github"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://shawncharles.com"><i class="fa fa-globe" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
<!-- footer section end -->
<!-- copyright section start -->
<div class="copyright_section">
<div class="container">
<p class="copyright_text">2023 All Rights Reserved.</p>
</div>
</div>
<!-- copyright section end -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<!-- javascript -->
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<script src="https://unpkg.com/[email protected]/js/gijgo.min.js" type="text/javascript"></script>
<script src="js/renderProduct.js"></script>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "100%";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<script src="js/product.js"></script>
</body>
</html>