-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment_table.php
49 lines (47 loc) · 1.65 KB
/
payment_table.php
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
<div class="container">
<h2 class="text-uppercase fw-bold text-center mb-3" data-aos="fade-up"><span class="secondary_color">Payment</span> Information</h2>
<table class="table table-striped table-responsive table-bordered table-hover text-center" data-aos="fade-up">
<thead>
<tr>
<th rowspan="2">Member type</th>
<th rowspan="2">Local</th>
<th colspan="2">International</th>
</tr>
</thead>
<tbody>
<tr class="text-bold">
<td colspan="2"></td>
<td>SAARC</td>
<td>Non SAARC</td>
</tr>
<tr>
<td>Professional (author)</td>
<td>to be announced</td>
<td>to be announced</td>
<td>to be announced</td>
</tr>
<tr>
<td>Student (author)</td>
<td>to be announced</td>
<td>to be announced</td>
<td>to be announced</td>
</tr>
<tr>
<td>Professional (visitor) </td>
<td>to be announced</td>
<td>to be announced</td>
<td>to be announced</td>
</tr>
<tr>
<td>Student (visitor)</td>
<td>to be announced</td>
<td>to be announced</td>
<td>to be announced</td>
</tr>
</tbody>
</table>
<h5 data-aos="fade-up" class="mt-4">Details for payment</h5>
<p data-aos="fade-up-right">To be announced soon...</p>
<ul data-aos="fade-up-right">
</ul>
</div>