mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-20 22:08:59 +01:00
Beautify code on Payment Page
This commit is contained in:
parent
4e93a935dd
commit
a77534d3af
1 changed files with 105 additions and 104 deletions
25
payment.html
25
payment.html
|
@ -1,5 +1,6 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
|
@ -143,9 +144,11 @@
|
|||
</style>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-dark nav-color ml-5 mr-5 nav-radius">
|
||||
<img alt="Banner" class="navbar-brand lazyload" src="assets/logo_transparent.webp" style="margin-top: 0%;" width="5%">
|
||||
<img alt="Banner" class="navbar-brand lazyload" src="assets/logo_transparent.webp" style="margin-top: 0%;"
|
||||
width="5%">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a style="color: white; font-size: 16pt;">Payment</a>
|
||||
|
@ -177,8 +180,7 @@
|
|||
<div class="card bg-dark">
|
||||
<div class="card-header" id="head-1">
|
||||
<h2 class="mb-0">
|
||||
<button aria-controls="collapse-1"
|
||||
aria-expanded="false"
|
||||
<button aria-controls="collapse-1" aria-expanded="false"
|
||||
class="btn btn-link btn-block text-left collapsed text-decoration-none text-white bg-dark"
|
||||
data-target="#collapse-1" data-toggle="collapse" type="button">
|
||||
How to Pay with BCA Transfer ?
|
||||
|
@ -201,8 +203,7 @@
|
|||
<div class="card bg-dark">
|
||||
<div class="card-header" id="head-2">
|
||||
<h2 class="mb-0">
|
||||
<button aria-controls="collapse-2"
|
||||
aria-expanded="false"
|
||||
<button aria-controls="collapse-2" aria-expanded="false"
|
||||
class="btn btn-link btn-block text-left collapsed text-decoration-none text-white bg-dark"
|
||||
data-target="#collapse-2" data-toggle="collapse" type="button">
|
||||
How to Pay with BNI Transfer ?
|
||||
|
@ -224,8 +225,7 @@
|
|||
<div class="card bg-dark">
|
||||
<div class="card-header" id="head-3">
|
||||
<h2 class="mb-0">
|
||||
<button aria-controls="collapse-3"
|
||||
aria-expanded="false"
|
||||
<button aria-controls="collapse-3" aria-expanded="false"
|
||||
class="btn btn-link btn-block text-left collapsed text-decoration-none text-white bg-dark"
|
||||
data-target="#collapse-3" data-toggle="collapse" type="button">
|
||||
How to Pay with BRI Transfer ?
|
||||
|
@ -248,7 +248,9 @@
|
|||
</div>
|
||||
<br>
|
||||
<div class="border" style="color: white;">
|
||||
<h5 class="titlesummary"><h3>Total Payments</h3></h5>
|
||||
<h5 class="titlesummary">
|
||||
<h3>Total Payments</h3>
|
||||
</h5>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<h5>Cost</h5>
|
||||
|
@ -266,12 +268,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
<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"
|
||||
<script crossorigin="anonymous" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue