This repository has been archived by the owner on Jun 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsh1.html
110 lines (105 loc) · 2.58 KB
/
sh1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Eligibility</title>
<link href="./css/homepage.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
</head>
<body>
<ul class = "list-group">
<li class="list-group-item" data-toggle="tooltip" data-placement="right" title="Components">
<a class="nav-link nav-link-collapse collapsed" data-toggle="collapse" href="#collapse2" data-parent="#exampleAccordion">
<i class="fa fa-fw fa-wrench"></i>
<span class="nav-link-text"><h4>Pradhan Mantri Awas Yojana Home Loan Scheme for LIG/EWS Category</h4></span>
</a>
<ul class="sidenav-second-level collapse" id="collapseComponents">
<li>
<h4>For loan amount of Rs.6 lakh:</h4>
<div class="hungry-table nb-table">
<table class="table table-bordered table-striped col-sm-12">
<tbody>
<tr>
<td>Amount of loan</td>
<td>Rs.6 lakh</td>
</tr>
<tr>
<td>Loan amount eligible for the subsidy</td>
<td>Rs.6 lakh</td>
</tr>
<tr>
<td>Balance loan</td>
<td>Rs.3,32,720.00</td>
</tr>
<tr>
<td>Interest subsidy</td>
<td>Rs.2,67,280.00</td>
</tr>
<tr>
<td>Initial EMI</td>
<td>Rs.5,790</td>
</tr>
<tr>
<td>Reduced EMI after subsidy credit</td>
<td>Rs.3,211</td>
</tr>
<tr>
<td>Savings on a monthly basis</td>
<td>Rs.2,579</td>
</tr>
<tr>
<td>Savings on an annual basis</td>
<td>Rs.30,948</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</li>
</ul>
<h3>For loan amount of Rs.10 lakh:</h3>
<div class="hungry-table nb-table">
<table class="table table-bordered table-striped col-sm-12">
<tbody>
<tr>
<td>Amount of loan</td>
<td>Rs.10 lakh</td>
</tr>
<tr>
<td>Loan amount eligible for the subsidy</td>
<td>Rs.6 lakh</td>
</tr>
<tr>
<td>Balance loan</td>
<td>Rs.7,32,720.00</td>
</tr>
<tr>
<td>Interest subsidy</td>
<td>Rs.2,67,280.00</td>
</tr>
<tr>
<td>Initial EMI</td>
<td>Rs.9,650</td>
</tr>
<tr>
<td>Reduced EMI after subsidy credit</td>
<td>Rs.7,071</td>
</tr>
<tr>
<td>Savings on a monthly basis</td>
<td>Rs.2,579</td>
</tr>
<tr>
<td>Savings on an annual basis</td>
<td>Rs.30,948</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>