2021-09-17 06:15:03 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2021-09-19 08:08:37 +02:00
|
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
2021-09-17 06:15:03 +02:00
|
|
|
<title>payment</title>
|
2021-09-19 08:08:37 +02:00
|
|
|
<link href="stylepayment.css" rel="stylesheet">
|
|
|
|
<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">
|
|
|
|
<link href="assets/favicon.png" rel="shortcut icon" type="image/png"/>
|
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com" rel="preconnect">
|
|
|
|
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
|
2021-09-17 06:15:03 +02:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="bg-color">
|
2021-09-19 08:08:37 +02:00
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
|
|
|
<a class="navbar-brand" href="#">Payments</a>
|
|
|
|
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" 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">
|
|
|
|
<ul class="navbar-nav mx-auto">
|
|
|
|
<li class="nav-item active">
|
|
|
|
<a class="nav-link" href="/">Home</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a aria-disabled="true" class="nav-link disabled" href="/products-page.html">Products</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="/aboutus.html">About Us</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<span class="navbar-nav my-2 my-lg-0 text-white">
|
2021-09-18 12:32:28 +02:00
|
|
|
<div class="my-4">
|
2021-09-19 08:08:37 +02:00
|
|
|
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
|
2021-09-18 12:32:28 +02:00
|
|
|
</div>
|
2021-09-17 06:15:03 +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 08:08:37 +02:00
|
|
|
</div>
|
|
|
|
</nav>
|
2021-09-17 06:15:03 +02:00
|
|
|
|
|
|
|
|
2021-09-19 08:08:37 +02:00
|
|
|
<div class="full-body">
|
|
|
|
<div class="body-left">
|
2021-09-17 06:15:03 +02:00
|
|
|
<form class="formpayment" style="border-top: 1px solid white ; color: white;">
|
2021-09-19 08:08:37 +02:00
|
|
|
<h3><b>PAYMENTS METHODS</b></h3>
|
2021-09-18 10:43:16 +02:00
|
|
|
|
2021-09-17 06:15:03 +02:00
|
|
|
<div class="form-check">
|
2021-09-19 08:08:37 +02:00
|
|
|
<input class="form-check-input" id="defaultCheck1" name="payment" type="radio" value="">
|
|
|
|
<label class="form-check-label" for="defaultCheck1">
|
|
|
|
VIRTUAL ACCOUNT
|
|
|
|
</label>
|
|
|
|
<div>
|
|
|
|
<a href="payment1.html"><img alt="placeholder image" class="img-fluid" src="assets/bca.png"
|
|
|
|
style="width: 100px; margin-right: 10px;"/></a>
|
|
|
|
<a href="payment2.html"><img alt="placeholder image" class="img-fluid" src="assets/bni.png"
|
|
|
|
style="width: 100px; margin-right: 10px;"/></a>
|
|
|
|
<a href="payment3.html"><img alt="placeholder image" class="img-fluid" src="assets/bri.png"
|
|
|
|
style="width: 100px; margin-right: 10px;"/></a>
|
|
|
|
</div>
|
2021-09-17 06:15:03 +02:00
|
|
|
</div>
|
2021-09-19 08:08:37 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
2021-09-17 06:15:03 +02:00
|
|
|
|
2021-09-19 08:08:37 +02:00
|
|
|
<div class="body-right" style="margin-left: 48px;">
|
|
|
|
<div class="border">
|
|
|
|
<h5 class="titlesummary"><b>Order Summary</b></h5>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
|
|
|
<p>Sub Total</p>
|
|
|
|
<p>1.999.999,00</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row justify-content-between"
|
|
|
|
style="display: flex; border-bottom: 1px solid white; margin: 10px">
|
|
|
|
<p>Shipping</p>
|
|
|
|
<p>-</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-09-17 06:15:03 +02:00
|
|
|
|
2021-09-19 08:08:37 +02:00
|
|
|
<div class="container">
|
|
|
|
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
|
|
|
<p>Estimate</p>
|
|
|
|
<p>1.999.999,00</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="display: flex; color: black;">
|
|
|
|
<button class="button" id="myBtn" style="margin-left: 48px;">Order Now</button>
|
|
|
|
|
|
|
|
<div class="modal" id="myModal">
|
2021-09-17 06:15:03 +02:00
|
|
|
<div class="modal-content">
|
|
|
|
<span class="close">×</span>
|
2021-09-19 08:08:37 +02:00
|
|
|
<div class="konten">
|
2021-09-17 06:15:03 +02:00
|
|
|
<h4><b>YOUR ORDER SUCCESSFULLY</b></h4>
|
2021-09-19 08:08:37 +02:00
|
|
|
<a href="transaction.html">
|
|
|
|
<button class="button" style="background-color: yellow; color: black;">Transaction</button>
|
|
|
|
</a>
|
|
|
|
</div>
|
2021-09-17 06:15:03 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-09-19 08:08:37 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<script crossorigin="anonymous"
|
|
|
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
|
|
|
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
|
|
|
<script crossorigin="anonymous"
|
|
|
|
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
|
|
|
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<script>
|
|
|
|
var modal = document.getElementById("myModal");
|
2021-09-17 06:15:03 +02:00
|
|
|
|
2021-09-19 08:08:37 +02:00
|
|
|
var btn = document.getElementById("myBtn");
|
|
|
|
|
|
|
|
var span = document.getElementsByClassName("close")[0];
|
|
|
|
|
|
|
|
btn.onclick = function () {
|
2021-09-17 06:15:03 +02:00
|
|
|
modal.style.display = "block";
|
2021-09-19 08:08:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.onclick = function () {
|
2021-09-17 06:15:03 +02:00
|
|
|
modal.style.display = "none";
|
2021-09-19 08:08:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
window.onclick = function (event) {
|
2021-09-17 06:15:03 +02:00
|
|
|
if (event.target == modal) {
|
2021-09-19 08:08:37 +02:00
|
|
|
modal.style.display = "none";
|
2021-09-17 06:15:03 +02:00
|
|
|
}
|
2021-09-19 08:08:37 +02:00
|
|
|
}
|
|
|
|
</script>
|
2021-09-17 06:15:03 +02:00
|
|
|
</body>
|
|
|
|
</html>
|