2021-09-13 07:18:32 +02:00
|
|
|
<!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">
|
2021-09-14 14:24:32 +02:00
|
|
|
<title>product</title>
|
|
|
|
<link rel="stylesheet" href="styleproduct.css">
|
2021-09-19 07:32:54 +02:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
|
|
|
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
|
2021-09-13 07:18:32 +02:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body class="bg-color">
|
2021-09-19 07:32:54 +02:00
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
|
|
|
<a class="navbar-brand" href="#">Details Products</a>
|
|
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01"
|
2021-09-13 07:18:32 +02:00
|
|
|
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
|
2021-09-19 07:32:54 +02:00
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
|
</button>
|
|
|
|
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
|
|
|
<ul class="navbar-nav mx-auto">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="/">Home</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item active">
|
|
|
|
<a class="nav-link disabled" href="product-list.html" aria-disabled="true">Products</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="about-us.html">About Us</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="faq.html">FAQ</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<span class="navbar-nav my-2 my-lg-0 text-white">
|
2021-09-18 12:33:20 +02:00
|
|
|
<div class="my-4">
|
|
|
|
<a href="login.html"><button type="button" class="btn btn-outline-success mt-auto mb-auto mr-3">Login</button></a>
|
|
|
|
</div>
|
2021-09-13 07:18:32 +02:00
|
|
|
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
|
|
|
</span>
|
2021-09-19 07:32:54 +02:00
|
|
|
</div>
|
|
|
|
</nav>
|
2021-09-13 07:18:32 +02:00
|
|
|
|
2021-09-19 07:32:54 +02:00
|
|
|
<div class="card" style="background-color: #212226 ; border-radius: 20px; margin-top: 20px; ">
|
|
|
|
<div class="product">
|
|
|
|
<img src="assets/sepatu.png" alt="placeholder image" class="img-fluid"/>
|
|
|
|
<div class="description">
|
|
|
|
<div style="margin-left: 20px;">
|
|
|
|
<h1 class="titledes">Fashione Shoes White</h1>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<p class="card-body">
|
|
|
|
Bahan MeshReady Size 39-43 Silahkan order Sesuai dengan variasi yang diinginkan! Tidak menerima
|
|
|
|
perubahan Warna dan size
|
|
|
|
lewat Chat!!! Toko Pandu Store menjual Berbagai Macam Perlengkapan dan Keperluan Anda sehari-hari!
|
|
|
|
Silahkan Kunjungi Toko
|
|
|
|
kami Pandu Store untuk mengetahui apa saja barang yang kami Jual. Kebanyakan Barang yang Kami jual
|
|
|
|
adalah Barang hasil Produksi
|
|
|
|
sendiri dengan mengutamakan Kualitas dan kenyamanan saat digunakan Pembeli! Kesesuaian Foto 90%
|
|
|
|
Membeli = Sudah Membaca informasi
|
|
|
|
ini Happy Shoping!!!
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="sizeSepatu">
|
|
|
|
<form>
|
|
|
|
SIZE
|
|
|
|
<br>
|
|
|
|
<input type="radio" name="size"> 7    
|
|
|
|
<input type="radio" name="size"> 8    
|
|
|
|
<input type="radio" name="size"> 9    
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="display: flex; color: black;">
|
|
|
|
<button id="myBtn" class="button">Add to Cart</button>
|
|
|
|
|
|
|
|
<div id="myModal" class="modal">
|
|
|
|
|
|
|
|
<div class="modal-content">
|
|
|
|
<span class="close">×</span>
|
|
|
|
<h2 class="titlee"><b>SUCCESSFULLY ADDED TO BAG</b></h2>
|
|
|
|
<div class="konten">
|
|
|
|
<img src="assets/sepatu.png" alt="placeholder image" class="img-fluid" width="200px"
|
|
|
|
height="200px">
|
|
|
|
<div class="bodymodal" style="padding-left: 20px; padding-right: 20px;">
|
|
|
|
<h3 class="titlemodal">Fashione Shoes White</h3>
|
|
|
|
<br>
|
|
|
|
<h5 class="modall"><b>Rp 1.999.999,00</b></h5>
|
|
|
|
<P class="modall">Total : 1</P>
|
2021-09-13 07:18:32 +02:00
|
|
|
</div>
|
2021-09-19 07:32:54 +02:00
|
|
|
|
|
|
|
<div class="bodymodal"
|
|
|
|
style="padding-left: 20px; border-left: 1px solid black; padding-right: 20px;">
|
|
|
|
<h5 class="titlemodal"><b>Your Bag</b></h5>
|
|
|
|
<br>
|
|
|
|
<p class="modall" style="border-bottom: 1px solid black ;">Product Cost : Rp
|
|
|
|
1.999.999,00</p>
|
|
|
|
<p class="modall">Total Product Cost : Rp 1.999.999,00</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="bodymodal" style="padding-left: 20px; border-left: 1px solid black;">
|
|
|
|
<a href="bag.html">
|
|
|
|
<button class="button" style="background-color: aqua;">Bag</button>
|
|
|
|
</a>
|
|
|
|
<a href="checkout.html">
|
|
|
|
<button class="button" style="background-color: green; color: white">Checkout
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
2021-09-13 07:18:32 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-09-19 07:32:54 +02:00
|
|
|
|
2021-09-13 07:18:32 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-09-19 07:32:54 +02:00
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
</div>
|
2021-09-14 14:24:32 +02:00
|
|
|
</div>
|
2021-09-19 07:32:54 +02:00
|
|
|
|
|
|
|
</div>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
|
|
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
|
|
|
crossorigin="anonymous"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
|
|
|
|
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
|
|
|
crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
|
|
var modal = document.getElementById("myModal");
|
|
|
|
|
|
|
|
var btn = document.getElementById("myBtn");
|
|
|
|
|
|
|
|
var span = document.getElementsByClassName("close")[0];
|
|
|
|
|
|
|
|
btn.onclick = function () {
|
|
|
|
modal.style.display = "block";
|
|
|
|
}
|
|
|
|
|
|
|
|
span.onclick = function () {
|
|
|
|
modal.style.display = "none";
|
|
|
|
}
|
|
|
|
|
|
|
|
window.onclick = function (event) {
|
|
|
|
if (event.target == modal) {
|
2021-09-13 11:31:07 +02:00
|
|
|
modal.style.display = "none";
|
2021-09-13 07:18:32 +02:00
|
|
|
}
|
2021-09-19 07:32:54 +02:00
|
|
|
}
|
|
|
|
</script>
|
2021-09-13 07:18:32 +02:00
|
|
|
</body>
|
|
|
|
</html>
|