-
Notifications
You must be signed in to change notification settings - Fork 0
/
step2.html
77 lines (72 loc) · 4.13 KB
/
step2.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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Write</title>
<!-- Main Stylesheet -->
<link rel="stylesheet" href="style2.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Newsreader:wght@200;300;400;500&display=swap" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="background-image: url(pexels-cottonbro-3943724.jpg); font-family: Roboto, Arial, sans-serif; margin:0">
<div id="container">
<div class="division" style="padding-top: 0%; margin-top: 0%;">
<div class="wrapper">
<div class="typing-demo" style="width:32ch">
<h2>Write down your financial goals</h2>
</div>
</div>
<p id="para">Let's look at some more info on how to write down your financial goals</p>
<div class="context" style="overflow: hidden;">
<div class="matter">
Here are six steps to setting financial goals.
<br> <br>
1. Figure out what matters to you. Put everything, from the practical and pressing to the whimsical and
distant, on the table for inspection and weighing.
<br> <br>
2. Sort out what’s within reach, what will take a bit of time, and which must be part of a long-term
strategy.
<br> <br>
3. Apply a SMART- goal strategy. That is, make certain your ambitions are Specific, Measurable,
Achievable, Relevant, and Timely. SMART.
<br> <br>
4. Create a realistic budget. Get a strong handle on what’s coming in and what’s going out, then work
it to address your goals. Use your budget to plug leaks in your financial ship.
<br><br>
5. With any luck, your tough, realistic, water-tight budget will show at least a handful of leftover
dollars. Whatever that amount is, have it automatically directed into a separate account designed to
address the first couple of things on your list of priorities.
<br><br>
6. Monitor your progress. Make sure that you are hitting certain benchmarks. If not, take some time to
re-evaluate what went wrong.
<br>
</div>
<div class="picorvideo" style="height: 50%; margin-right: 10px;">
<iframe width="350" height="200" src="https://www.youtube.com/embed/aXDuLxEJqBo"
title="YouTube video player" frameborder="0"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
<br><br>
<div class="navbuttons" style="align-self: center;">
<div class="vertical-center">
<a href="step1.html"><button type="button">Previous</button></a>
<a href="step3.html"><button type="button">Next</button></a>
</div>
</div>
</div>
</body>
</html>