Skip to content

Commit

Permalink
Merge pull request #149 from ainc/5AcrossUpdate
Browse files Browse the repository at this point in the history
5 across update
  • Loading branch information
gaiablade authored Jul 15, 2020
2 parents 19f873a + cac2e2a commit c8fbf78
Show file tree
Hide file tree
Showing 32 changed files with 1,813 additions and 196 deletions.
33 changes: 33 additions & 0 deletions _courses/bootcamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,39 @@ <h2 class="heading-title">The Cost</h2>
</div> <!-- lgx-inner-->
</section>

<section id="isa-calculator">
<div class="lgx-inner">
<div class="container">
<div class="row">
<div class="col-md-10">
<div class="lgx-heading">
<h2 class="heading-title">Interest Calculator</h2>
</div>
<table>
<tr>
<th>Gross Salary</th>
<th>Gross monthly income</th>
<th>Minimum Monthly Payments</th>
<th>ISA Percentage</th>
<th>Total or incremental cap</th>
<th>Monthly payment</th>
</tr>
<tr>
<td><input class="inp" type="text" id="grossSalary" oninput="updateMonthlyPayments()" value="$60,000"/></td>
<td><input class="inp" type="text" id="grossMonthlyIncome" value="$2,916.67" readonly /></td>
<td><input class="inp" type="text" id="minMonthlyPayments" value="36"/></td>
<td><input class="inp" type="text" id="isaPercentage" value="12"/></td>
<td><input class="inp" type="text" id="cap" value="$13,000"/></td>
<td><input class="inp" type="text" id="monthlyPayment" value="$350" readonly </td>
</tr>
</table>
<script src="/assets/js/bootcamp-isa-calculator.js"></script>
</div>
</div>
</div>
</div>
</section>

<section id="still-unsure">
<div class="lgx-inner">
<div class="container">
Expand Down
Loading

0 comments on commit c8fbf78

Please sign in to comment.