mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 22:36:37 +01:00
128 lines
No EOL
5.6 KiB
HTML
128 lines
No EOL
5.6 KiB
HTML
<!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">
|
|
<title>payment</title>
|
|
<link rel="stylesheet" href="stylepayment.css">
|
|
<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">
|
|
<link rel="shortcut icon" type="image/png" href="assets/favicon.png"/>
|
|
<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">
|
|
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
|
<a class="navbar-brand" href="#">Payments</a>
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01"
|
|
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
|
|
<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 class="nav-link disabled" href="/products-page.html" aria-disabled="true">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">
|
|
<a href="/loginPage.html"><button type="button" class="btn btn-outline-success mt-auto mb-auto mr-3">Login</button></a>
|
|
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
|
</span>
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="full-body">
|
|
<div class="body-left" >
|
|
<form class="formpayment" style="border-top: 1px solid white ; color: white;">
|
|
<h3><b>PAYMENTS METHODS</b></h3>
|
|
|
|
<div class="form-check">
|
|
<input class="form-check-input" type="radio" name="payment" value="" id="defaultCheck1">
|
|
<label class="form-check-label" for="defaultCheck1">
|
|
VIRTUAL ACCOUNT
|
|
</label>
|
|
<div>
|
|
<a href="payment1.html"><img src="assets/bca.png" alt="placeholder image" class="img-fluid" style="width: 100px; margin-right: 10px;"/></a>
|
|
<a href="payment2.html"><img src="assets/bni.png" alt="placeholder image" class="img-fluid" style="width: 100px; margin-right: 10px;"/></a>
|
|
<a href="payment3.html"><img src="assets/bri.png" alt="placeholder image" class="img-fluid" style="width: 100px; margin-right: 10px;"/></a>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<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>
|
|
|
|
<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 id="myBtn" class="button" style="margin-left: 48px;">Order Now</button>
|
|
|
|
<div id="myModal" class="modal">
|
|
<div class="modal-content">
|
|
<span class="close">×</span>
|
|
<div class="konten">
|
|
<h4><b>YOUR ORDER SUCCESSFULLY</b></h4>
|
|
<a href="transaction.html"> <button class="button" style="background-color: yellow; color: black;">Transaction</button></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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) {
|
|
modal.style.display = "none";
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |