-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcalculator.html
More file actions
172 lines (138 loc) · 10 KB
/
calculator.html
File metadata and controls
172 lines (138 loc) · 10 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<!-- !-- CSS only -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="assets/allstyles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap" rel="stylesheet">
<title>Stocker Calculator</title>
</head>
<body>
<!-- --------------------------------NAVBAR---------------------------------------- -->
<nav class="navbar navbar-expand-md navbar-light text-success top">
<a class="navbar-brand " href="index.html">Stocker</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
<a class="nav-link hvr-underline-from-center" href="gainslosses.html">Gainers and Losers<span class="sr-only">(current)</span></a>
</li>
<!-- <li class="nav-item">
<a class="nav-link hvr-underline-from-center" href="#">Graphical analysis</a>
</li> -->
<li class="nav-item">
<a class="nav-link hvr-underline-from-center" href="calculator.html">Mutual fund calculator</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item" >
<a class="nav-link hvr-underline-from-center loggedout-nav nodisplay" href="profile.html">My profile</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-center loggedout-nav nodisplay" onclick="logout()" href="">Logout</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-center loggedin-nav" href="login.html">Login</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-center loggedin-nav" href="signup.html">Register</a>
</li>
</ul>
</div>
</nav>
<!-- ----------------------------------content----------------------------------- -->
<div class="container">
<div class="jumbotron text-white" style="margin-top: 30px; background-image: url(https://i-invdn-com.akamaized.net/news/arrows_down_b_3._800x533_L_1414401860.jpg); ">
<h3 class="display-3 text-center" style="font-size:50px">MUTUAL FUNDS CALCULATOR</h3>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 sm-12">
<div class="calculator-body">
<h4 class="text-center display-4">Returns calculator</h4>
<div class="container" style="margin-top: 50px;">
<div class="slidecontainer">
<h5>Total investment: ₹<input id="investment-value" class="calculator-values" style="width: 100px;" onchange="valueChanger1()"></input></h5>
<input type="range" min="1" max="100000" value="10000" class="slider" id="investment-slider">
</div>
<div class="slidecontainer">
<h5>returns: <input id="returns-value" class="calculator-values"></input<span>%</span></h5>
<input type="range" min="1" max="30" value="1" class="slider" id="returns-slider">
</div>
<div class="slidecontainer ">
<h5>Time period: <input id="time-value" class="calculator-values"></input> <span>years</span></h5>
<input type="range" min="1" max="30" value="10" class="slider" id="time-slider">
</div>
</div>
<div class="calculator-final">
<h3 id="result-calculator" style="color:white;">
Final Value:₹ <span id="final-value"></span>
</h3>
</div>
</div>
</div>
<div class="col-md-4 sm-12 text-white" id="calculator-text" style="border-left:1px solid darkred">
<p>Mutual funds are one of the most popular avenues of investment in the Indian context. As of June 2019, the average assets under management (AuM) of the entire MF industry stands at a staggering Rs. 24.25 trillion, an over four-fold increase from Rs. 5.83 trillion in 2009.
Though mutual fund investments are subject to market risks, the returns can be estimated reasonably accurately. You can use the free mutual fund return calculator from Stocker to arrive at the amount of the expected returns. </p>
</div>
</div>
</div>
</div>
<!-- ----------------------------------footer---------------------------------------------------- -->
<footer class="container-fluid">
<div class="container-fluid" >
<div class="row">
<div class="col-sm-12 col-md-4" style=" margin: 15px 0 15px 0;">
<img src="assets/img/ccwhite.png" class="img-fluid" alt="" style="max-width:300px; height: auto; margin: 30px;">
<h6 style="color: white; display: block;">Desgined and developed by codechef-VIT</h6s>
</div>
<div class="col-sm-12 col-md-7">
<br>
<div class="container" style="margin-top:50px;border-bottom: 1px solid white;">
<p><a class="footer-links hvr-underline-from-center" href="/signup.html">Signup</a>
<a class="footer-links hvr-underline-from-center" href="login.html">Login</a>
<a class="footer-links hvr-underline-from-center" href="calculator.html">Mutual fund calculator</a>
<a class="footer-links hvr-underline-from-center" href="index.html">home</a>
</p>
</div>
<div class="container" style="margin-top:10px;">
<p style="color: white;">© Copyright 2020 | CodeChef-VIT | All rights reserved.</p>
<ul class="social-links">
<li class="social-list"><a href="https://www.youtube.com/channel/UCzFltCrQSB1CKmX440yqTKw"><i
class="fab fa-youtube footer-icon"></i></a></li>
<li class="social-list"><a href="https://www.facebook.com/codechefvit" ><i
class="fab fa-facebook-f footer-icon"></i></a></li>
<li class="social-list"><a href="https://github.com/CodeChefVIT" target="_blank"><i class="fab fa-github footer-icon"></i></a></li>
<li class="social-list"><a href="https://www.instagram.com/codechefvit/" target="_blank"><i
class="fab fa-instagram footer-icon"></i></a></li>
<li class="social-list"><a href="https://medium.com/@codechefvit" target="_blank"><i
class="fab fa-medium-m footer-icon"></i></a></li>
<li class="social-list"><a href="https://twitter.com/codechefvit" target="_blank"><i
class="fab fa-twitter footer-icon"></i></a></li>
<li class="social-list"><a href="https://www.linkedin.com/company/codechef-vit-chapter" target="_blank"><i
class="fab fa-linkedin-in footer-icon"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!-- <script src="assets/js/main.js"></script> -->
<script src="assets/js/calculator.js"></script>
<script src="assets/js/login.js"></script>
<script src="https://kit.fontawesome.com/34ffa1f212.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
</body>
</html>