-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrefund-fee-btech.txt
34 lines (34 loc) · 1.24 KB
/
refund-fee-btech.txt
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
<table class="table table-bordered animated fadeInDown table-responsive">
<thead style="background-color: #082248; color: white; ">
<tr>
<th scope="col"></th>
<th scope="col">Admission Fee Deposit Date</th>
<th scope="col">50% Admission Fee Refund</th>
<th scope="col">25% Admission Fee Refund</th>
<th scope="col">10% Admission Fee Refund</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" style="background-color: #082248; color: white; ">Early Action </th>
<td>November 15, 2019</td>
<td>December 7, 2019</td>
<td>December 22, 2019</td>
<td>January 15, 2020</td>
</tr>
<tr>
<th scope="row" style="background-color: #082248; color: white; ">Regular Action </th>
<td>Jaunary 1, 2020</td>
<td>February 1, 2020</td>
<td>February 15, 2020</td>
<td>March 15, 2020</td>
</tr>
<tr>
<th scope="row" style="background-color: #082248; color: white; ">Late Action </th>
<td>March 1, 2020</td>
<td>April 1, 2020</td>
<td>April 15, 2020</td>
<td>May 15, 2020</td>
</tr>
</tbody>
</table>