-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
126 lines (122 loc) · 6.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>All Bank Cards in Bangladesh: Your Trusted Resource</title>
<meta name="description" content="Discover all bank cards in Bangladesh through our open-source project which will help you to make informed financial choices.">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container">
<a class="navbar-brand" href="#">
<img src="https://i.postimg.cc/02yV8h50/Bank-card-bangladesh-2.png" alt="Logo" width="100" height="40" class="d-inline-block align-text-top m-0">
</a>
<!-- <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button> -->
<div class="">
<a class="d-flex align-items-center border border-black border rounded-5 p-2 text-decoration-none text-bg-dark" href="https://github.com/tamalchowdhury/bankcardsbangladesh" target="_blank">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16" class="icon" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg>
<span class="ms-1">Github</span>
<div class="d-flex align-items-center ms-2">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<div class="ms-1">5</div>
</div>
</a>
</div>
<form class="d-flex" role="search">
<input class="form-control me-2" onkeyup="myFunction()" id="myInput" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-dark" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<!-- table -->
<div class="container my-5">
<table class="table border table-striped" id="myTable">
<thead>
<tr class="table-primary">
<th scope="col">Bank Name</th>
<th scope="col">Card Type</th>
<th scope="col">Yearly Card Fee</th>
<th scope="col">Source Link</th>
<th scope="col">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td><img class="bank-img" src="./img/bracbank.png">Brac Bank</td>
<td>Visa Debit Card</td>
<td>1,500 BDT</td>
<td><a href="https://www.bracbank.com/schedule_of_charges_credit_card.html">Schedule of charges</a></td>
<td>None</td>
</tr>
<tr>
<td><img class="bank-img" img src="./img/dutchbangla.png"">Dutch Bangla Bank</td>
<td>Visa Debit Card</td>
<td>807 BDT</td>
<td><a href="https://www.dutchbanglabank.com/schedule_charge/credit-cards-charges.pdf">Schedule of charges</a></td>
<td>None</td>
</tr>
<tr>
<td><img class="bank-img" src="./img/citybank.png">City Bank</td>
<td>Visa Debit Card</td>
<td>600 BDT</td>
<td><a href="https://www.thecitybank.com/download/VISA-Credit-Cards-Fees-Charges.pdf">Schedule of charges</a></td>
<td>None</td>
</tr>
<tr>
<td><img class="bank-img" src="./img/bankasia.png">Bank Asia</td>
<td>Visa Signature Card</td>
<td>2,000 BDT</td>
<td><a href="https://www.bankasia-bd.com/assets/downloads/Fess-and-charges-09.07.2023-05.pdf">Schedule of charges</a></td>
<td>None</td>
</tr>
<tr>
<td><img class="bank-img" src="./img/easternbank.jpg">Eastern Bank</td>
<td>Visa Credit Card</td>
<td>1,725 BDT</td>
<td><a href="https://www.ebl.com.bd/assets/home/schedule/SOC-Cards_-Effective-from-November-2023.pdf">Schedule of charges</a></td>
<td>None</td>
</tr>
<tr>
<td><img class="bank-img" src="./img/socialislamibank.jpg">Social Islami Bank</td>
<td>Visa Credit Card</td>
<td>1,200 BDT</td>
<td><a href="https://www.siblbd.com/retail-cards/Schedule-of-Charges">Schedule of charges</a></td>
<td>None</td>
</tr>
<tr>
<td><img class="bank-img" src="./img/banklimited.jpg"> Bank Limited</td>
<td>Visa Credit Card</td>
<td>2,000 BDT</td>
<td><a href="https://www.primebank.com.bd/assets/downloads/1688382349_soc_card_March_2023.pdf" target="_blank">Schedule of Charges</a></td>
<td>None</td>
</tr>
<tr>
<td><img class="bank-img" src="./img/abbank.jpg">AB Bank Limited</td>
<td>Visa Credit Card</td>
<td>3,000 BDT</td>
<td><a href="https://abbl.com/wp-content/uploads/2023/10/Schedule-of-Charges-17-10-23.pdf" target="_blank">Schedule of Charges</a></td>
<td>None</td>
</tr>
</tbody>
</table>
</div>
<!-- footer -->
<footer class="py-3 my-4 ">
<ul class="nav justify-content-center border-bottom pb-3 mb-3"></ul>
<p class="text-center text-body-secondary">© Bank Card Bangladesh, 2023</p>
</footer>
<!--bootstrap js -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>