-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
611 lines (502 loc) · 22.6 KB
/
index.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
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- meta data -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!--font-family-->
<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- title of site -->
<title>Directory Landing Page</title>
<!-- For favicon png -->
<link rel="shortcut icon" type="image/icon" href="assets/logo/favicon.png"/>
<!--font-awesome.min.css-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--linear icon css-->
<link rel="stylesheet" href="assets/css/linearicons.css">
<!--animate.css-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--flaticon.css-->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!--slick.css-->
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/slick-theme.css">
<!--bootstrap.min.css-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- bootsnav -->
<link rel="stylesheet" href="assets/css/bootsnav.css" >
<!--style.css-->
<link rel="stylesheet" href="assets/css/style.css">
<!--responsive.css-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="assets/css/styles.css">
<style>
#submit{
border: 1px solid cornsilk;
padding: 5px 5px 5px 5px;
border-radius: 10px;
text-size-adjust:50px;
font-size: 25px;
background-color: cornsilk;
}
#news{
height: 700px;
}
</style>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- top-area Start -->
<section class="top-area">
<div class="header-area">
<!-- Start Navigation -->
<nav class="navbar navbar-default bootsnav navbar-sticky navbar-scrollspy" data-minus-value-desktop="70" data-minus-value-mobile="55" data-speed="1000">
<div class="container">
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">Finance<span>U</span></a>
</div><!--/.navbar-header-->
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse menu-ui-design" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="fadeInDown" data-out="fadeOutUp">
<li class=" scroll active"><a href="#home">home</a></li>
<li class="scroll"><a href="#works">Quiz</a></li>
<li class="scroll"><a href="#explore">Explore Topics</a></li>
<li class="scroll"><a href="#blog">Finance News</a></li>
<li class="scroll"><a href="#contact">Contact us</a></li>
</ul><!--/.nav -->
</div><!-- /.navbar-collapse -->
</div><!--/.container-->
</nav><!--/nav-->
<!-- End Navigation -->
</div><!--/.header-area-->
<div class="clearfix"></div>
</section><!-- /.top-area-->
<!-- top-area End -->
<!--welcome-hero start -->
<section id="home" class="welcome-hero">
<div class="container">
<div class="welcome-hero-txt">
<h2>Navigating Finance with Confidence and Clarity</h2>
<p>
Building Financial Literacy for Tomorrow's Success <br><br>
</p>
</div>
<div class="welcome-hero-serch-box">
<div class="welcome-hero-form">
<div class="single-welcome-hero-form">
<h3>Different Fields of Finance</h3>
</div>
</div>
</div>
</div>
</section><!--/.welcome-hero-->
<!--welcome-hero end -->
<!--list-topics start -->
<section id="list-topics" class="list-topics">
<div class="container">
<div class="list-topics-content">
<ul>
<li>
<div class="single-list-topics-content">
<h><a href="#">Investment</a></h>
<p></p>
</div>
</li>
<li>
<div class="single-list-topics-content">
<!-- <div class="single-list-topics-icon">
<i class="flaticon-travel"></i>
</div> -->
<h2><a href="#">Financial Analysis</a></h2>
<p></p>
</div>
</li>
<li>
<div class="single-list-topics-content">
<!-- <div class="single-list-topics-icon">
<i class="flaticon-building"></i>
</div> -->
<h2><a href="#">Fintech</a></h2>
<p></p>
</div>
</li>
<li>
<div class="single-list-topics-content">
<!-- <div class="single-list-topics-icon">
<i class="flaticon-pills"></i>
</div> -->
<h2><a href="#">Financial market</a></h2>
<p></p>
</div>
</li>
<li>
<div class="single-list-topics-content">
<!-- <div class="single-list-topics-icon">
<i class="flaticon-transport"></i>
</div> -->
<h2><a href="#">Personal Finance</a></h2>
<p></p>
</div>
</li>
</ul>
</div>
</div><!--/.container--> <hr><hr>
</section><!--/.list-topics-->
<!--list-topics end-->
<!--works start -->
<section id="works" class="works">
<div class="container">
<div class="section-header">
<h2>Financial Quiz</h2>
<p>Measure Your Financial IQ</p>
</div>
<h2>Financial Markets</h2>
<form id="financeForm">
<p>Question 1: What is the primary function of a stock exchange?</p>
<input type="radio" name="finance1" value="a"> a) Facilitate buying and selling of stocks<br>
<input type="radio" name="finance1" value="b"> b) Provide loans to companies<br>
<input type="radio" name="finance1" value="c"> c) Manage government bonds<br>
<input type="radio" name="finance1" value="d"> d) Distribute dividends to shareholders<br><br>
<p>Question 2: Which of the following is NOT a type of financial market?</p>
<input type="radio" name="finance2" value="a"> a) Stock market<br>
<input type="radio" name="finance2" value="b"> b) Real estate market<br>
<input type="radio" name="finance2" value="c"> c) Bond market<br>
<input type="radio" name="finance2" value="d"> d) Currency market<br><br>
<p>Question 3: What does FOREX stand for?</p>
<input type="radio" name="finance3" value="a"> a) Foreign Exchange<br>
<input type="radio" name="finance3" value="b"> b) Finance Exchange<br>
<input type="radio" name="finance3" value="c"> c) Future Options<br>
<input type="radio" name="finance3" value="d"> d) Fiscal Exchange<br><br>
<p>Question 4: Which instrument is commonly traded in the money market?</p>
<input type="radio" name="finance4" value="a"> a) Stocks<br>
<input type="radio" name="finance4" value="b"> b) Treasury bills<br>
<input type="radio" name="finance4" value="c"> c) Corporate bonds<br>
<input type="radio" name="finance4" value="d"> d) Real estate properties<br><br>
<p>Question 5: What is the role of a market maker in financial markets?</p>
<input type="radio" name="finance5" value="a"> a) Provide liquidity by buying and selling securities<br>
<input type="radio" name="finance5" value="b"> b) Set interest rates for loans<br>
<input type="radio" name="finance5" value="c"> c) Regulate financial transactions<br>
<input type="radio" name="finance5" value="d"> d) Approve new listings on stock exchanges<br>
</form><hr>
<h2>Financial Risk Management</h2>
<form id="riskForm">
<p>Question 1: Which type of risk refers to the risk of loss due to changes in market prices?</p>
<input type="radio" name="risk1" value="a"> a) Credit risk<br>
<input type="radio" name="risk1" value="b"> b) Market risk<br>
<input type="radio" name="risk1" value="c"> c) Liquidity risk<br>
<input type="radio" name="risk1" value="d"> d) Operational risk<br><br>
<p>Question 2: What is the primary objective of risk management?</p>
<input type="radio" name="risk2" value="a"> a) Eliminate all risks<br>
<input type="radio" name="risk2" value="b"> b) Minimize risks to an acceptable level<br>
<input type="radio" name="risk2" value="c"> c) Maximize risks for higher returns<br>
<input type="radio" name="risk2" value="d"> d) Ignore risks and focus on profits<br><br>
<p>Question 3: Which of the following is NOT a method of risk mitigation?</p>
<input type="radio" name="risk3" value="a"> a) Risk transfer<br>
<input type="radio" name="risk3" value="b"> b) Risk avoidance<br>
<input type="radio" name="risk3" value="c"> c) Risk acceptance<br>
<input type="radio" name="risk3" value="d"> d) Risk doubling<br><br>
<p>Question 4: What does VaR stand for in risk management?</p>
<input type="radio" name="risk4" value="a"> a) Value at Risk<br>
<input type="radio" name="risk4" value="b"> b) Variable Asset Ratio<br>
<input type="radio" name="risk4" value="c"> c) Volatility Adjustment Rate<br>
<input type="radio" name="risk4" value="d"> d) Venture Allocation Return<br><br>
<p>Question 5: Which of the following is an example of operational risk?</p>
<input type="radio" name="risk5" value="a"> a) Interest rate fluctuations<br>
<input type="radio" name="risk5" value="b"> b) Credit default by a borrower<br>
<input type="radio" name="risk5" value="c"> c) Employee fraud or error<br>
<input type="radio" name="risk5" value="d"> d) Natural disasters<br>
</form><hr>
<h2>Corporate Finance</h2>
<form id="corporateForm">
<p>Question 1: What is the primary goal of financial management in a corporation?</p>
<input type="radio" name="corporate1" value="a"> a) Maximize shareholder wealth<br>
<input type="radio" name="corporate1" value="b"> b) Maximize employee benefits<br>
<input type="radio" name="corporate1" value="c"> c) Maximize revenue<br>
<input type="radio" name="corporate1" value="d"> d) Maximize market share<br><br>
<p>Question 2: What is the formula for calculating the weighted average cost of capital (WACC)?</p>
<input type="radio" name="corporate2" value="a"> a) WACC = Cost of Equity + Cost of Debt<br>
<input type="radio" name="corporate2" value="b"> b) WACC = Cost of Debt / Cost of Equity<br>
<input type="radio" name="corporate2" value="c"> c) WACC = (Weight of Equity * Cost of Equity) + (Weight of Debt * Cost of Debt)<br>
<input type="radio" name="corporate2" value="d"> d) WACC = (Cost of Equity + Cost of Debt) / 2<br><br>
<p>Question 3: What does EBIT stand for in corporate finance?</p>
<input type="radio" name="corporate3" value="a"> a) Earnings Before Interest and Taxes<br>
<input type="radio" name="corporate3" value="b"> b) Earnings Before Interest and Transactions<br>
<input type="radio" name="corporate3" value="c"> c) Equity Balance and Interest Taxation<br>
<input type="radio" name="corporate3" value="d"> d) Efficient Business Investment Techniques<br><br>
<p>Question 4: What is the formula for calculating return on investment (ROI)?</p>
<input type="radio" name="corporate4" value="a"> a) ROI = Net Income / Total Assets<br>
<input type="radio" name="corporate4" value="b"> b) ROI = Net Income / Equity<br>
<input type="radio" name="corporate4" value="c"> c) ROI = (Net Income - Dividends) / Total Assets<br>
<input type="radio" name="corporate4" value="d"> d) ROI = (Net Income + Dividends) / Total Assets<br><br>
<p>Question 5: What is the purpose of financial planning in corporate finance?</p>
<input type="radio" name="corporate5" value="a"> a) To predict future stock prices<br>
<input type="radio" name="corporate5" value="b"> b) To minimize taxes for shareholders<br>
<input type="radio" name="corporate5" value="c"> c) To ensure adequate funding for operations and growth<br>
<input type="radio" name="corporate5" value="d"> d) To increase executive bonuses<br>
</form><hr>
<button id= "submit" onclick="submitQuiz()">Submit</button>
<script>
function submitQuiz() {
var financeScore = calculateScore('financeForm');
var riskScore = calculateScore('riskForm');
var corporateScore = calculateScore('corporateForm');
var feedback = 'Feedback:\n';
alert("score of finance market domain :"+financeScore+
"\nscore of finance risk manangement domain is :"+riskScore+
"\nscore of coperatescore :"+corporateScore);
if (financeScore < 3) {
feedback += 'Your knowledge level in Financial Markets is insufficient. ';
feedback += 'Consider studying more about Financial Markets.\n';
}
if (riskScore < 3) {
feedback += 'Your knowledge level in Financial Risk Management is insufficient. ';
feedback += 'Consider studying more about Financial Risk Management.\n';
}
if (corporateScore < 3) {
feedback += 'Your knowledge level in Corporate Finance is insufficient. ';
feedback += 'Consider studying more about Corporate Finance.\n';
}
if (financeScore >= 3) {
feedback += 'Your knowledge level in Financial Markets is satisfactory. ';
feedback += 'All THE BEST.\n';
}
if (riskScore >= 3) {
feedback += 'Your knowledge level in Financial Risk Management is awesome. ';
feedback += 'HATS OFF\n';
}
if (corporateScore >= 3) {
feedback += 'Your knowledge level in Corporate Finance is niceeeeee. ';
feedback += 'HANDS DOWN.\n';
}
alert(feedback);
}
function calculateScore(formId) {
var form = document.getElementById(formId);
var score = 0;
var questions = form.querySelectorAll('input[type="radio"]:checked');
questions.forEach(function(question) {
if (question.value === 'a') {
score++;
}
});
return score;
}
</script>
</div><!--/.container-->
</section><!--/.works-->
<!--works end -->
<!-- Include quiz styles and script -->
<!-- <link rel="stylesheet" href="assets/css/styles.css"> -->
<script src="assets/js/script.js"></script>
<!--works end -->
<!--explore start -->
<section id="explore" class="explore">
<div class="container">
<div class="section-header">
<h2>Explore</h2>
<p>Explore Financial Domain</p>
</div><!--/.section-header-->
<div class="explore-content">
<div class="row">
<div class=" col-md-4 col-sm-6">
<div class="single-explore-item">
<div class="single-explore-img">
<img src="assets/images/explore/e1.jpg" alt="explore image">
<div class="single-explore-img-info">
<button onclick="window.location.href='#'">best rated</button>
<div class="single-explore-image-icon-box">
<ul>
<li>
<div class="single-explore-image-icon">
<i class="fa fa-arrows-alt"></i>
</div>
</li>
<li>
<div class="single-explore-image-icon">
<i class="fa fa-bookmark-o"></i>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="single-explore-txt bg-theme-1">
<h2><a href="corporate.html">Corporate Finance </a></h2>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single-explore-item">
<div class="single-explore-img">
<img src="assets/images/explore/e8.jpg" alt="explore image">
<div class="single-explore-img-info">
<button onclick="window.location.href='#'">featured</button>
<div class="single-explore-image-icon-box">
<ul>
<li>
<div class="single-explore-image-icon">
<i class="fa fa-arrows-alt"></i>
</div>
</li>
<li>
<div class="single-explore-image-icon">
<i class="fa fa-bookmark-o"></i>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="single-explore-txt bg-theme-1">
<h2><a href="financialmarket.html">Financial Markets </a></h2>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single-explore-item">
<div class="single-explore-img">
<img src="assets/images/explore/e9.jpg" alt="explore image">
<div class="single-explore-img-info">
<button onclick="window.location.href='#'">featured</button>
<div class="single-explore-image-icon-box">
<ul>
<li>
<div class="single-explore-image-icon">
<i class="fa fa-arrows-alt"></i>
</div>
</li>
<li>
<div class="single-explore-image-icon">
<i class="fa fa-bookmark-o"></i>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="single-explore-txt bg-theme-1">
<h2><a href="FinancialRiskManagement.html">Financial Risk Management </a></h2>
</div>
</div>
</div>
</section><!--/.explore-->
<!--explore end -->
<!--blog start -->
<section id="blog" class="blog" >
<div class="container">
<div class="section-header">
<h2>news and articles</h2>
<p>Always upto date with our latest News and Articles </p>
</div><!--/.section-header-->
<div>
<a href="news.html" target="_self" rel="noopener noreferrer"><img src="assets/images/explore/e10.jpg" id="news" alt="Click here to go to news and blogs" srcset=""></a>
</div><hr><hr>
<!--subscription start -->
<section id="contact" class="subscription">
<div class="container">
<div class="subscribe-title text-center">hr
<h2>
Me we are able to help you in your concern to this website.
</h2>
<p>
Happy to get your Feedback to upgrade ourselves to next level.
</p>
</div>
<div class="row">
<div class="col-sm-12">
<div class="subscription-input-group">
<form action="#">
<textarea name="feedback" id="subscription-input-form" cols="30" rows="3">Enter your feedback here</textarea>
<!-- <input type="" class="subscription-input-form" placeholder="Enter your feedback here"> -->
<button class="appsLand-btn subscribe-btn" onclick="window.location.href='#'">
Please Enter
</button>
</form>
</div>
</div>
</div>
</div>
</section><!--/subscription-->
<!--subscription end -->
<!--footer start-->
<footer id="footer" class="footer">
<div class="container">
<div class="footer-menu">
<div class="row">
<div class="col-sm-3">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">Finance<span>U</span></a>
</div><!--/.navbar-header-->
</div>
<div class="col-sm-9">
<ul class="footer-menu-item">
<li class="scroll"><a href="#works">About Us</a></li>
<li class="scroll"><a href="#explore">Explore</a></li>
<li class="scroll"><a href="#reviews">Review</a></li>
<li class="scroll"><a href="#blog">Blog</a></li>
<li class="scroll"><a href="#contact">Contact</a></li>
</ul><!--/.nav -->
</div>
</div>
</div>
<div class="hm-footer-copyright">
<div class="row">
<div class="col-sm-5">
<p>
©copyright <a href="#"></a>
</p><!--/p-->
</div>
<div class="col-sm-7">
<div class="footer-social">
<span><i class="fa fa-phone"> +91 9865473452</i></span>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-google"></i></a>
</div>
</div>
</div>
</div><!--/.hm-footer-copyright-->
</div><!--/.container-->
<div id="scroll-Top">
<div class="return-to-top">
<i class="fa fa-angle-up " id="scroll-top" data-toggle="tooltip" data-placement="top" title="" data-original-title="Back to Top" aria-hidden="true"></i>
</div>
</div><!--/.scroll-Top-->
</footer><!--/.footer-->
<!--footer end-->
<!-- Include all js compiled plugins (below), or include individual files as needed -->
<script src="assets/js/jquery.js"></script>
<!--modernizr.min.js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!--bootstrap.min.js-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- bootsnav js -->
<script src="assets/js/bootsnav.js"></script>
<!--feather.min.js-->
<script src="assets/js/feather.min.js"></script>
<!-- counter js -->
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<!--slick.min.js-->
<script src="assets/js/slick.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!--Custom JS-->
<script src="assets/js/custom.js"></script>
</body>
</html>