mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
Empty commit - Just to trigger CI and update the files for live deployment
This commit is contained in:
parent
60cf944418
commit
5ebddc9b82
1 changed files with 731 additions and 720 deletions
67
index.html
67
index.html
|
@ -118,11 +118,14 @@
|
|||
<div class="new_arrivals_sorting">
|
||||
<ul class="arrivals_grid_sorting clearfix button-group filters-button-group">
|
||||
<li class="grid_sorting_button button d-flex flex-column justify-content-center align-items-center active is-checked"
|
||||
data-filter="*">All</li>
|
||||
data-filter="*">All
|
||||
</li>
|
||||
<li class="grid_sorting_button button d-flex flex-column justify-content-center align-items-center"
|
||||
data-filter=".women">Women's</li>
|
||||
data-filter=".women">Women's
|
||||
</li>
|
||||
<li class="grid_sorting_button button d-flex flex-column justify-content-center align-items-center"
|
||||
data-filter=".men">Men's</li>
|
||||
data-filter=".men">Men's
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -358,7 +361,8 @@
|
|||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FV1740)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FV1740)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 1.100.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -373,7 +377,8 @@
|
|||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 PRIMBLUE (GZ9256)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 PRIMBLUE
|
||||
(GZ9256)</a></h6>
|
||||
<div class="product_price">Rp. 2.200.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -406,7 +411,8 @@
|
|||
<span>New</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (GZ7943)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (GZ7943)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 2.200.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -424,7 +430,8 @@
|
|||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FY3566)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FY3566)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 1.540.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -457,7 +464,8 @@
|
|||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FY3565)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FY3565)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 1.540.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -481,10 +489,12 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="product_slider_nav_left product_slider_nav d-flex align-items-center justify-content-center flex-column">
|
||||
<i class="fa fas-chevron-left" aria-hidden="true"><img src="https://img.icons8.com/material-rounded/48/000000/back--v1.png"/></i>
|
||||
<i class="fa fas-chevron-left" aria-hidden="true"><img
|
||||
src="https://img.icons8.com/material-rounded/48/000000/back--v1.png"/></i>
|
||||
</div>
|
||||
<div class="product_slider_nav_right product_slider_nav d-flex align-items-center justify-content-center flex-column">
|
||||
<i class="fa fas-chevron-right" aria-hidden="true"><img src="https://img.icons8.com/ios-glyphs/30/000000/more-than.png"/></i>
|
||||
<i class="fa fas-chevron-right" aria-hidden="true"><img
|
||||
src="https://img.icons8.com/ios-glyphs/30/000000/more-than.png"/></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -560,7 +570,8 @@
|
|||
<input id="newsletter_email" type="email" placeholder="Input Your Email" required="required"
|
||||
data-error="valid email is required">
|
||||
<button id="newsletter_submit" type="submit" class="newsletter_submit_btn trans_300"
|
||||
value="submit">Subscribe</button>
|
||||
value="submit">Subscribe
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -570,9 +581,15 @@
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
|
||||
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
|
||||
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
|
||||
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
|
||||
crossorigin="anonymous"></script>
|
||||
<script>
|
||||
feather.replace()
|
||||
</script>
|
||||
|
@ -608,10 +625,8 @@
|
|||
});
|
||||
}
|
||||
if (fsOverlay.length) {
|
||||
fsOverlay.on('click', function()
|
||||
{
|
||||
if (menuActive)
|
||||
{
|
||||
fsOverlay.on('click', function () {
|
||||
if (menuActive) {
|
||||
closeMenu();
|
||||
}
|
||||
});
|
||||
|
@ -627,18 +642,14 @@
|
|||
var items = document.getElementsByClassName('menu_item');
|
||||
var i;
|
||||
|
||||
for (i = 0; i < items.length; i++)
|
||||
{
|
||||
if (items[i].classList.contains("has-children"))
|
||||
{
|
||||
items[i].onclick = function ()
|
||||
{
|
||||
for (i = 0; i < items.length; i++) {
|
||||
if (items[i].classList.contains("has-children")) {
|
||||
items[i].onclick = function () {
|
||||
this.classList.toggle("active");
|
||||
var panel = this.children[1];
|
||||
if (panel.style.maxHeight) {
|
||||
panel.style.maxHeight = null;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
panel.style.maxHeight = panel.scrollHeight + "px";
|
||||
}
|
||||
}
|
||||
|
@ -652,6 +663,7 @@
|
|||
fsOverlay.css('pointer-events', "auto");
|
||||
menuActive = true;
|
||||
}
|
||||
|
||||
function closeMenu() {
|
||||
menu.removeClass('active');
|
||||
fsOverlay.css('pointer-events', "none");
|
||||
|
@ -704,8 +716,7 @@
|
|||
if (active) {
|
||||
fav.removeClass('active');
|
||||
active = false;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
fav.addClass('active');
|
||||
active = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue