-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
573 lines (570 loc) · 22.5 KB
/
homepage.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Finance Buddy</title>
<link rel="icon" href="logo.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<nav class="navbar navbar-shadow navbar-expand-lg bg-body-tertiary">
<div class="container">
<a class="navbar-brand" href="#"><img src="logo.png" alt="logo" /></a>
<button
class="navbar-toggler bg-white collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item me-5">
<a class="nav-link disabled" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item me-5">
<a class="nav-link active" aria-current="page" href="blogs.html"
>Blog</a
>
</li>
<li class="nav-item me-5">
<a
class="nav-link active"
aria-current="page"
href="investment.html"
>Investment</a
>
</li>
<li class="nav-item me-5">
<a
class="nav-link active"
aria-current="page"
href="expenses.html"
>Expenses</a
>
</li>
<li class="nav-item me-5">
<a class="nav-link active" aria-current="page" href="Contact.html"
>Contact</a
>
</li>
<li>
<input
id="logOut"
type="button"
class="btn-success btn"
value="Log Out"
/>
</li>
</ul>
</div>
</div>
</nav>
<div class="chat-icon" onclick="openCustomModal()">
<img
src="https://hostapk.com/wp-content/uploads/2023/03/Ask-Me-Anything-AI-Chatbot.png"
alt="Chatbot Icon"
/>
</div>
<!-- Custom Modal -->
<div id="customModal" class="custom-modal">
<div class="modal-content">
<span class="close" onclick="closeCustomModal()">×</span>
<iframe
id="customChatbotFrame"
width="100%"
height="100%"
allow="microphone;"
src=""
></iframe>
</div>
</div>
<div class="container mb-5 image-home">
<div class="row">
<div class="col-lg-6 p-4 col-sm-12">
<div class="awareness">
<h2 id="name" class="user-name">User</h2>
<p class="awareness-finance">
Financial Awareness is an important aspect of our lives. It helps
us to understand how to manage our money and how to make informed
decisions. It generally involves understanding concepts such as
budgeting, management, investments, and saving money. This
knowledge is becoming more important nowadays as we know that
financial stability is increasingly important. By making better
financial decisions one can improve overall quality of life. By
understanding some concepts such as budgeting, saving, investing,
and managing debt one can make better financial decisions and can
improve their life. Not only this but proficiency in financial
awareness can help you in cracking various banking exams as well.
</p>
<a
class="btn btn-success"
href="https://www.linkedin.com/pulse/importance-financial-awareness-empowering-your-future-depano#:~:text=Financial%20awareness%20refers%20to%20the,%2C%20debt%20management%2C%20and%20more."
>
Know More
</a>
</div>
</div>
<div class="col-lg-6"></div>
</div>
</div>
<div class="container mt-5">
<div class="row">
<div class="col-lg-6 col-sm-12 pie-chart-box">
<div class="piechart-main">
<div>
<h2>Where Should you Invest?</h2>
<canvas id="myChart"></canvas>
</div>
</div>
</div>
<div class="col-lg-6 p-3 accordian-home">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button
class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
Where should I invest for long-term growth?
</button>
</h2>
<div
id="collapseOne"
class="accordion-collapse collapse show"
aria-labelledby="headingOne"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
For long-term growth, consider investing in diversified index
funds or exchange-traded funds (ETFs) that track the
performance of the overall stock market.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
What are the best options for short-term investments?
</button>
</h2>
<div
id="collapseTwo"
class="accordion-collapse collapse"
aria-labelledby="headingTwo"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
For short-term investments, consider high-yield savings
accounts, certificates of deposit (CDs), or short-term bond
funds.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Is it a good idea to invest in individual stocks?
</button>
</h2>
<div
id="collapseThree"
class="accordion-collapse collapse"
aria-labelledby="headingThree"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
Investing in individual stocks can be risky, as the value of a
single stock can be volatile. It's often recommended to
diversify your investments to reduce risk.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseFour"
aria-expanded="false"
aria-controls="collapseFour"
>
How can I invest in real estate?
</button>
</h2>
<div
id="collapseFour"
class="accordion-collapse collapse"
aria-labelledby="headingFour"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
You can invest in real estate by purchasing physical
properties, investing in real estate investment trusts
(REITs), or crowdfunding platforms that pool funds for real
estate projects.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFive">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseFive"
aria-expanded="false"
aria-controls="collapseFive"
>
Are there any tax-efficient investment options?
</button>
</h2>
<div
id="collapseFive"
class="accordion-collapse collapse"
aria-labelledby="headingFive"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
Yes, some tax-efficient investment options include investing
in tax-advantaged accounts like 401(k)s, IRAs, and Health
Savings Accounts (HSAs).
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingSix">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseSix"
aria-expanded="false"
aria-controls="collapseSix"
>
How can I invest in international markets?
</button>
</h2>
<div
id="collapseSix"
class="accordion-collapse collapse"
aria-labelledby="headingSix"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
You can invest in international markets through global mutual
funds, international ETFs, or by directly purchasing stocks of
foreign companies.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingSeven">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseSeven"
aria-expanded="false"
aria-controls="collapseSeven"
>
What are the risks associated with investing in
cryptocurrencies?
</button>
</h2>
<div
id="collapseSeven"
class="accordion-collapse collapse"
aria-labelledby="headingSeven"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
Investing in cryptocurrencies carries risks such as price
volatility, regulatory uncertainty, and security risks
associated with digital wallets and exchanges.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingEight">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseEight"
aria-expanded="false"
aria-controls="collapseEight"
>
How can I invest in commodities?
</button>
</h2>
<div
id="collapseEight"
class="accordion-collapse collapse"
aria-labelledby="headingEight"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
You can invest in commodities through commodity futures
contracts, exchange-traded funds (ETFs), or by purchasing
physical commodities such as gold or silver.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingNine">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseNine"
aria-expanded="false"
aria-controls="collapseNine"
>
What are the advantages of investing in real estate?
</button>
</h2>
<div
id="collapseNine"
class="accordion-collapse collapse"
aria-labelledby="headingNine"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
Real estate investments can provide a steady income stream
through rental payments, potential for long-term appreciation,
and tax benefits such as depreciation deductions.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="container box-description-home my-5 col-lg-12 text-center"
></div>
<div class="container my-5">
<section class="articles">
<article>
<div class="article-wrapper">
<figure>
<img
src="https://revitalizationpartners.com/wp-content/uploads/2021/05/secure.jpg"
alt=""
/>
</figure>
<div class="article-body">
<h2>Financial Security</h2>
<p>
Finance helps individuals and families achieve financial
security by providing the means to save, invest, and plan for
the future. It allows people to build emergency funds,
retirement savings, and insurance coverage to protect against
unforeseen events. orta. Vestibulum ultrices iaculis enim
imperdiet egestas.
</p>
<a
href="https://www.investopedia.com/articles/retirement/06/10secureretirementtips.asp"
class="read-more"
>
Read more <span class="sr-only">about this is some title</span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z"
clip-rule="evenodd"
/>
</svg>
</a>
</div>
</div>
</article>
<article>
<div class="article-wrapper">
<figure>
<img
src="https://d28wu8o6itv89t.cloudfront.net/images/EconomicGrowthjpg-1596035108299.jpeg"
alt=""
/>
</figure>
<div class="article-body">
<h2>Economic Growth</h2>
<p>
Finance is essential for economic growth and development. It
enables businesses to access capital for expansion, innovation,
and investment in new technologies. Financial institutions play
a vital role in allocating resources efficiently and supporting
entrepreneurship.
</p>
<a
href="https://www.rba.gov.au/education/resources/explainers/economic-growth.html#:~:text=Economic%20growth%20refers%20to%20an,'%20or%20'real'%20terms."
class="read-more"
>
Read more <span class="sr-only">about this is some title</span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z"
clip-rule="evenodd"
/>
</svg>
</a>
</div>
</div>
</article>
<article>
<div class="article-wrapper">
<figure>
<img
src="https://tradesmartonline.in/tradeshaala/wp-content/uploads/2022/03/The-secret-to-Wealth-Creation.png"
alt=""
/>
</figure>
<div class="article-body">
<h2>Wealth Creation</h2>
<p>
Finance is a tool for wealth creation, enabling individuals to
accumulate assets and grow their net worth over time. Through
prudent financial management, individuals can build wealth
through investments, real estate, and other financial
instruments.
</p>
<a
href="https://www.etmoney.com/learn/personal-finance/what-is-wealth-creation-meaning-importance-and-strategies/"
class="read-more"
>
Read more <span class="sr-only">about this is some title</span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z"
clip-rule="evenodd"
/>
</svg>
</a>
</div>
</div>
</article>
</section>
</div>
<div class="container people-thoughts mt-lg-5 mb-lg-5">
<h2>Hear it from people</h2>
<p>See how people achieved financial peace of mind.</p>
<div class="row d-flex justify-content-between mt-4 p-2">
<div class="col-lg-3 ms-lg-5 testimonial mb-3">
<div class="card testimonials">
<div class="card-body">
<p class="card-text thoughts-card">
Finance is not about numbers but about your aspirations and
goals.
</p>
<strong>Nancy Duarte</strong>
</div>
</div>
</div>
<div class="col-lg-3 testimonials-yellow testimonial mb-3">
<div class="card yellow testimonials">
<div class="card-body">
<p class="card-text thoughts-card">
The stock market is a device for transferring money from the
impatient to the patient.
</p>
<strong>Warren Buffett </strong>
</div>
</div>
</div>
<div class="col-lg-3 testimonial mb-3 me-lg-5">
<div class="card testimonials">
<div class="card-body">
<p class="card-text thoughts-card">
The goal of retirement is to live off your assets-not on them.
</p>
<strong>Frank Eberhart</strong>
</div>
</div>
</div>
</div>
</div>
<footer class="main-footer text-white text-center text-lg-start">
<div class="container p-5">
<div class="row">
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h5 class="text-uppercase">Financial Education</h5>
<p>
Improving financial literacy is crucial for making informed
decisions about money. Understanding concepts like budgeting,
saving, and investing can lead to a more secure financial future.
</p>
</div>
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h5 class="text-uppercase">Finance Awareness</h5>
<p>
Stay updated with the latest financial news and trends. Being
aware of financial opportunities and risks can help you make
better financial choices and achieve your goals.
</p>
</div>
</div>
</div>
<hr style="color: aliceblue" />
<div class="text-center p-3 footer-text">
© 2024 Copyright:
<a class="text-body" href="#">Scorpions</a>
</div>
</footer>
<script src="js/chatbot.js"></script>
<script src="js/script.js"></script>
<script src="js/piechart.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="module" src="app.js"></script>
<script src="js/initializer.js"></script>
</body>
</html>