-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle-product.html
More file actions
267 lines (233 loc) · 9.32 KB
/
Copy pathsingle-product.html
File metadata and controls
267 lines (233 loc) · 9.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700" rel="stylesheet">
<title>Pixie - Product Detail</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/tooplate-main.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/flex-slider.css">
</head>
<body>
<!-- Pre Header -->
<div id="pre-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<span>FREE SHIPPING FOR A MINIMUM SPEND OF ₱1500 ONLY</span>
</div>
</div>
</div>
</div>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark static-top">
<div class="container">
<a class="navbar-brand" href="#"><img src="logo.png" alt="logo" width=200></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="home.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<!-- Single Starts Here -->
<div class="single-product">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<br>
</div>
</div>
<div class="col-md-6">
<div class="product-slider">
<div id="slider" class="flexslider">
<ul class="slides">
<li>
<img src="assets/images/item-01.jpg" />
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="right-content">
<h4>Red Cherry Blast</h4>
<h6>₱250.00</h6>
<p>A stunning lipstick shade that embodies the vibrancy and allure of ripe cherries. With its rich, radiant red hue, it delivers an irresistible burst of color that effortlessly elevates your look. This bold shade is perfect for making a statement, whether you’re heading to a glamorous evening event or simply want to add a touch of elegance to your everyday style. Its smooth, long-lasting formula ensures a flawless application, leaving your lips feeling soft, hydrated, and irresistibly captivating. Red Cherry Blast is your go-to color for confidence, charm, and timeless sophistication. </p>
<span>10 left on stock</span>
<form action="" method="get">
<label for="quantity">Quantity:</label>
<input name="quantity" type="quantity" class="quantity-text" id="quantity"
onfocus="if(this.value == '1') { this.value = ''; }"
onBlur="if(this.value == '') { this.value = '1';}"
value="1">
<input type="submit" class="button" value="Order Now!">
</form>
<div class="down-content">
<div class="categories">
<h6>Category: <span><a href="#">Lipstick</a></a></span></h6>
</div>
<div class="share">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Single Page Ends Here -->
<!-- Featured Starts Here -->
<div class="featured-items">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h1>Other Collection</h1>
</div>
</div>
<div class="col-md-12">
<div class="owl-carousel owl-theme">
<a href="single-product.html">
<div class="featured-item">
<img src="assets/images/item-02.jpg" alt="Item 2">
<h4>#2 Nude Rose</h4>
<h6>₱250.00</h6>
</div>
</a>
<a href="single-product.html">
<div class="featured-item">
<img src="assets/images/item-03.jpg" alt="Item 3">
<h4>#3 Cheeky Strawberry</h4>
<h6>₱250.00</h6>
</div>
</a>
<a href="single-product.html">
<div class="featured-item">
<img src="assets/images/item-04.jpg" alt="Item 4">
<h4>#4 Baddie Grapes</h4>
<h6>₱250.00</h6>
</div>
</a>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Featred Ends Here -->
<!-- Subscribe Form Starts Here -->
<div class="subscribe-form">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Be part of the Enchanté Club!</h2>
</div>
</div>
<div class="col-md-8 offset-md-2">
<div class="main-content">
<p>Sign up for email to get latest updates, discounts, special offers, and more.</p>
<div class="container">
<form id="subscribe" action="" method="get">
<div class="row">
<div class="col-md-7">
<fieldset>
<input name="email" type="text" class="form-control" id="email"
onfocus="if(this.value == 'Your Email...') { this.value = ''; }"
onBlur="if(this.value == '') { this.value = 'Your Email...';}"
value="Your Email..." required="">
</fieldset>
</div>
<div class="col-md-5">
<fieldset>
<button type="submit" id="form-submit" class="button">Subscribe Now!</button>
</fieldset>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Subscribe Form Ends Here -->
<!-- Footer Starts Here -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="logo">
</div>
</div>
<div class="col-md-12">
<div class="footer-menu">
<br>
<br>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Condition</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<!-- Footer Ends Here -->
<!-- Sub Footer Starts Here -->
<div class="sub-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright-text">
<p>Copyright © 2024 ENCHANTÉ - PHILIPPINES
</div>
</div>
</div>
</div>
</div>
<!-- Sub Footer Ends Here -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Additional Scripts -->
<script src="assets/js/custom.js"></script>
<script src="assets/js/owl.js"></script>
<script src="assets/js/isotope.js"></script>
<script src="assets/js/flex-slider.js"></script>
<script language = "text/Javascript">
cleared[0] = cleared[1] = cleared[2] = 0; //set a cleared flag for each field
function clearField(t){ //declaring the array outside of the
if(! cleared[t.id]){ // function makes it static and global
cleared[t.id] = 1; // you could use true and false, but that's more typing
t.value=''; // with more chance of typos
t.style.color='#fff';
}
}
</script>
</body>
</html>