forked from hngi/team-horme-net-worth-web-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHelp.html
111 lines (103 loc) · 6.49 KB
/
Help.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
111
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Net-Worth Calculator</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"/>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<!-- Help page -->
<nav id="topmenu"
class="navbar navbar-light"
style="background-color: rgb(38, 155, 120)">
</span>
<img
src="https://res.cloudinary.com/izik4004/image/upload/v1569624977/Group_2_1.png"
alt="logo"
style="width: 110px; height: 40px"
id="logo-img"/>
</span>
<a href="Faq.html" class="text-light font-weight-bold">FAQ</a>
<a href="Help.html" class="text-light font-weight-bold">Help</a>
<a href="subscribe.php" class="text-light font-weight-bold align-left">Subscribe</a>
</nav><br><br>
<div class="align-self-center text-center one">
<h1 class="intro"
class="h1 font-weight-bolder" style="color: rgb(38, 155, 120); text-shadow: -1px 1px 2px black;">
Help Page<br><br></h1>
</div>
<section class="help-body">
<div class="container">
<div class="row">
<div class="col-md-6 sm-6">
<h3 class="h4 font-weight-bolder" style="color: rgb(89, 92, 91);" align='center'>How To Get Started</h3>
<div class="card">
<div class="card-body">
<p class="text-muted">Do you want to learn how to calculate your networth?
Do click <a href="#get-started">here </a>to get started
</p>
</div>
</div>
</div>
<div class="col-md-6 sm-6">
<h3 class="h4 font-weight-bolder" style="color: rgb(89, 92, 91);"align='center'>What is Net-Worth Calculator?</h3>
<div class="card">
<div class="card-body">
<p class="text-muted">Do you want to know more about Net-worth calculator? Do click <a href="#networth">here </a> to get started
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="get-started">
<br>
<div class="container">
<div class="card align-self-center">
<div class="card-body">
<div class="card-title">
<h3 class="secondary" style="color: rgb(38, 155, 120)">Steps To Get Started</h3>
</div><br>
<div class="secondlabel">
<ul>
<li class="list-item"><p class="card-title">Create an account by signing up <a href="http://hngteamhorme.diaticine.com/index.php" target="_blank">here</a></p></li>
<li class="list-item"><p> Get access into the asset and liability calculator page</p></li>
<li class="list-item"><p>Select currency</p></li>
<li class="list-item"><p> Add asset names and monetory values</p></li>
<li class="list-item"><p>Add liability names and monetory values</p></li>
<li class="list-item"><p> Calculate net worth of your assets and liabilities</p></li>
</ul>
</div><br>
</div>
</div>
</div>
</section>
<section id="networth"><br>
<div class="container">
<div class="card align-self-center">
<div class="card-body">
<div class="card-title">
<h3 class="secondary" style="color: rgb(38, 155, 120)">Definition of Net worth calculator</h3>
</div><br>
<p class="text-muted">Net worth calculator (Web) A calculator that takes in assets and cash details, and calculate how much the user is worth. Simply stated, net worth is the difference between assets and liabilities. Positive net worth means that assets exceed liabilities while negative net worth describes the opposite scenario.Net worth (assets minus liabilities) gauges financial health. An asset is anything that is owned and has monetary value while liabilities are obligations that deplete resources. Assets can be liquid when they are, or can be easily turned into, cash (like a checking account). They are non-liquid when it could take time to turn into cash (like a home). Liabilities are obligations that have to paid off (like a car loan).<br><br>
Net worth provides a snapshot of an entity's current financial position. Positive and increasing net worth indicates good financial health, while a decrease would be cause for concern as it might be indicative of a decrease in assets relative to liabilities.</p><br>
<div class="secondlabel">
<small> Do you need an account? <a href="http://hngteamhorme.diaticine.com/index.php" target="_blank">Sign Up Here</a></small>
</div><br>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="./app.js"></script>
<!-- </section> -->
</body>
</html>