mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-25 15:56:31 +01:00
Beautify code on Home Page
This commit is contained in:
parent
7286e6ddb4
commit
5c64fe35fc
1 changed files with 700 additions and 659 deletions
193
index.html
193
index.html
|
@ -1,12 +1,13 @@
|
|||
<!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">
|
||||
<meta name="theme-color" content="#2f0001">
|
||||
<title>Nekoya</title>
|
||||
<link href="assets/favicon.webp" rel="shortcut icon" type="image/webp"/>
|
||||
<link href="assets/favicon.webp" rel="shortcut icon" type="image/webp" />
|
||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">
|
||||
<script src="https://kit.fontawesome.com/e48d166edc.js" crossorigin="anonymous"></script>
|
||||
|
@ -18,13 +19,13 @@
|
|||
<link rel="stylesheet" type="text/css" href="Style-index.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body class="bg-color">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark nav-color ml-5 mr-5 nav-radius">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark nav-color ml-5 mr-5 nav-radius">
|
||||
<a href="/"><img alt="Banner" class="navbar-brand lazyload" height="80" src="assets/logo_transparent.webp"
|
||||
style="margin-top: 0%;" width="80"></a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation"
|
||||
class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
class="navbar-toggler" data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
||||
|
@ -44,14 +45,16 @@
|
|||
</ul>
|
||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||
<div class="my-4">
|
||||
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
|
||||
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3"
|
||||
type="button">Login</button></a>
|
||||
</div>
|
||||
<a href="bag.html" class="mt-auto mb-auto" style="color: inherit;"><i class="fas fa-shopping-cart"><span class="ml-2 mt-auto mb-auto">Rp 999.999</span></i></a>
|
||||
<a href="bag.html" class="mt-auto mb-auto" style="color: inherit;"><i class="fas fa-shopping-cart"><span
|
||||
class="ml-2 mt-auto mb-auto">Rp 999.999</span></i></a>
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
||||
<header>
|
||||
<header>
|
||||
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
|
||||
<div style="padding-top: 66px;">
|
||||
<div class="col-13">
|
||||
|
@ -82,9 +85,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
<div class="banner">
|
||||
<div class="banner">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-4">
|
||||
|
@ -104,9 +107,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="new_arrivals">
|
||||
<div class="new_arrivals">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
|
@ -136,14 +139,16 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="product-grid" data-isotope='{ "itemSelector": ".product-item", "layoutMode": "fitRows"}'>
|
||||
<div class="product-grid"
|
||||
data-isotope='{ "itemSelector": ".product-item", "layoutMode": "fitRows"}'>
|
||||
<div class="product-item men">
|
||||
<div class="product product_filter">
|
||||
<div class="product_image">
|
||||
<img src="assets/Product_1.webp" alt="product_1" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>New</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
|
@ -159,7 +164,8 @@
|
|||
<img src="assets/Product_2.webp" alt="product_2" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
|
@ -175,7 +181,8 @@
|
|||
<img src="assets/Product_3.webp" alt="product_3" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
|
@ -192,7 +199,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>
|
||||
<div class="add_to_cart_button"><a href="bag.html">ADD TO CART</a></div>
|
||||
|
@ -217,7 +225,8 @@
|
|||
<img src="assets/Product_6.webp" alt="product_6" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>New</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
|
@ -233,7 +242,8 @@
|
|||
<img src="assets/Product_7.webp" alt="product_7" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
|
@ -262,7 +272,8 @@
|
|||
<img src="assets/Product_9.webp" alt="product_9" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
|
@ -289,9 +300,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main_slider" id="slider-img" style="background-image: url(assets/slider_1.webp);">
|
||||
<div class="main_slider" id="slider-img" style="background-image: url(assets/slider_1.webp);">
|
||||
<div class="container fill_hight">
|
||||
<div class="row align-items-center fill_hight" style="margin-top: -4%;">
|
||||
<div class="col">
|
||||
|
@ -304,9 +315,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="best_sellers">
|
||||
<div class="best_sellers">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
|
@ -326,11 +337,13 @@
|
|||
<img src="assets/Product_1.webp" alt="product_1" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>New</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 (G55575)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 (G55575)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 2.200.000</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -343,11 +356,13 @@
|
|||
<img src="assets/Product_2.webp" alt="product_2" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 (G55575)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 (G55575)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 1.760.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -361,11 +376,13 @@
|
|||
<img src="assets/Product_3.webp" alt="product_3" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FV1740)</a>
|
||||
<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>
|
||||
|
@ -397,7 +414,8 @@
|
|||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 (GZ7944)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 (GZ7944)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 2.200.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -411,11 +429,13 @@
|
|||
<img src="assets/Product_6.webp" alt="product_6" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>New</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (GZ7943)</a>
|
||||
<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>
|
||||
|
@ -430,11 +450,13 @@
|
|||
<img src="assets/Product_7.webp" alt="product_7" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FY3566)</a>
|
||||
<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>
|
||||
|
@ -450,7 +472,8 @@
|
|||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 (GX0996)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 (GX0996)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 2.200.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -464,11 +487,13 @@
|
|||
<img src="assets/Product_9.webp" alt="product_9" class="lazyload">
|
||||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<div
|
||||
class="product_bubble product_bubble_right product_bubble_red d-flex flex-column align-items-center">
|
||||
<span>Sale</span>
|
||||
</div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1 <br> (FY3565)</a>
|
||||
<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>
|
||||
|
@ -484,7 +509,8 @@
|
|||
</div>
|
||||
<div class="favorite favorite_left"></div>
|
||||
<div class="product_info">
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1A (FX6794)</a></h6>
|
||||
<h6 class="product_name"><a href="product.html">Adidas NMD_R1A (FX6794)</a>
|
||||
</h6>
|
||||
<div class="product_price">Rp. 2.200.000</div>
|
||||
</div>
|
||||
|
||||
|
@ -492,21 +518,24 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product_slider_nav_left product_slider_nav d-flex align-items-center justify-content-center flex-column">
|
||||
<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.webp" class="lazyload"/></i>
|
||||
src="https://img.icons8.com/material-rounded/48/000000/back--v1.webp"
|
||||
class="lazyload" /></i>
|
||||
</div>
|
||||
<div class="product_slider_nav_right product_slider_nav d-flex align-items-center justify-content-center flex-column">
|
||||
<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" class="lazyload"/></i>
|
||||
src="https://img.icons8.com/ios-glyphs/30/000000/more-than" class="lazyload" /></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="benefit" style="margin-top: 2%;">
|
||||
<div class="benefit" style="margin-top: 2%;">
|
||||
<div class="container">
|
||||
<div class="row benefit_row" style="justify-content: center;">
|
||||
<div class="col-lg-3 benefit_col">
|
||||
|
@ -544,9 +573,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="newsletter" style="margin-top: 2%;">
|
||||
<div class="newsletter" style="margin-top: 2%;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
|
@ -570,29 +599,29 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
<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>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"
|
||||
integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="js/jquery-3.2.1.min.js"></script>
|
||||
<script src="plugins/Isotope/isotope.pkgd.min.js"></script>
|
||||
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
|
||||
<script>
|
||||
</script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"
|
||||
integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous">
|
||||
</script>
|
||||
<script src="js/jquery-3.2.1.min.js"></script>
|
||||
<script src="plugins/Isotope/isotope.pkgd.min.js"></script>
|
||||
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
|
||||
<script>
|
||||
jQuery(document).ready(function ($) {
|
||||
"user strict";
|
||||
|
||||
|
@ -746,14 +775,25 @@
|
|||
loop: false,
|
||||
dots: false,
|
||||
nav: false,
|
||||
responsive:
|
||||
{
|
||||
0: {items: 1},
|
||||
480: {items: 2},
|
||||
768: {items: 3},
|
||||
991: {items: 4},
|
||||
1280: {items: 5},
|
||||
1440: {items: 5},
|
||||
responsive: {
|
||||
0: {
|
||||
items: 1
|
||||
},
|
||||
480: {
|
||||
items: 2
|
||||
},
|
||||
768: {
|
||||
items: 3
|
||||
},
|
||||
991: {
|
||||
items: 4
|
||||
},
|
||||
1280: {
|
||||
items: 5
|
||||
},
|
||||
1440: {
|
||||
items: 5
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
@ -770,6 +810,7 @@
|
|||
}
|
||||
}
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue