-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmagazine_lifestyle.html
128 lines (127 loc) · 6.42 KB
/
magazine_lifestyle.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Magazines</title>
<meta name="description" content="Magazines">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/wide.css" media="(min-width: 480px)">
</head>
<body>
<div id="navigation">
<nav>
<img src="img/logo.png" alt="Logo">
<ul>
<li><a href="about.html">ABOUT</a></li>
<li><a href="contactus.html">CONTACT US</a></li>
<li><a href="stories.html">STORIES</a></li>
<li class="active"><a href="magazines.html">MAGAZINES</a></li>
<li><a href="homepage.html">HOME</a></li>
</ul>
<div class="dropdown"><p>MENU</p>
<div class="dropdown-content">
<a href="homepage.html">HOME</a>
<a href="magazines.html">MAGAZINES</a>
<a href="stories.html">STORIES</a>
<a href="contactus.html">CONTACT US</a>
<a href="about.html">ABOUT</a>
</div>
</div>
</nav>
</div>
<div id="titlepage">
<img src="img/retirementplan_wide.jpg" alt="Career starting and retirement">
<div id="title-text"><p>Magazines</p></div>
</div>
<div class="white">
<div class="whole-article">
<p class="magatitle">CAREER <span>STARTING</span> AND RETIREMENT <span>PLANNING</span></p>
<p class="magasubtitle">FINANCIAL ADVICE FOR YOUNG ADULTS</p>
<p class="time">20 August, 2017</p>
<p class="tag">LIFESTYLE</p>
<ul class="social">
<li class="facebook"></li>
<li class="twitter"></li>
<li class="email"></li>
</ul>
<hr>
<p class="magatext">Most of young adults may think retirement is a status that they do not have to consider until 30 or 40 years later. In fact, it is the time that young adults can start to make their savings plan and financial goals. Once they begin doing these, they will find that the things they need to consider is much more than they thought.
</p>
<p class="magatext"><span>How much money you will need for retirement</span></p>
<p class="magatext">The research for ASFA find that the young adults underestimate their requirement for the money they need when they retire since the average expectation for them are $625,000 while those retirees who aged over 60 years are expecting for nearly $1 million. That is to say, most young adults do not have a clear understand and plan on their retirement life. Figuring out how much money will be needed for retirement will help young adults to improve their lifestyle and shorten the distance to their financial goals.
</p>
<p class="magatext"><span>
Allocating superannuation wisely</span></p>
<p class="magatext">Superannuation is the savings fund for the retirement. Employers will put a certain percentage of employees’ salary in the fund each time they get paid. When they retire, they will get this money and enjoy their new life. Choose the super which has long-term performance and stable is the first step to make the retirement dream come true. </p>
<p class="magatext">The sooner young adults start to plan the future finance, the brighter future they will get. Meanwhile, we can do the consultation for different people and provide the most suitable fund allocation scheme for them.</p>
</div>
</div>
<div class="gray">
<div class="input-comment">
<p class="magacomment">Please Leave Your <span>Comment</span></p>
<hr>
<div class="comment-subtitle">
<p>Nickname</p>
<input class="commentbox" type="text" value=" Please enter your nickname" onfocus="this.value=''" onblur="this.value=' Please enter your nickname'">
<p>Comment</p>
<textarea class="comment-text" type="text" onfocus="this.value=''" onblur="this.value=' How you feel about this article'"> How you feel about this article</textarea>
<a>Submit</a>
</div>
<hr>
<div class="whitebox">
<p class="member-name">John Smith</p>
<p class="member-time">10 October, 2017</p>
<hr>
<p class="member-text">I start to save my money now.</p>
</div>
<div class="whitebox">
<p class="member-name">Tom Hanks</p>
<p class="member-time">09 October, 2017</p>
<hr>
<p class="member-text">Wow, I learnt a lot from this article.</p>
</div>
<div class="whitebox">
<p class="member-name">Hello World</p>
<p class="member-time">05 September, 2017</p>
<hr>
<p class="member-text">Start to manage my finance, now or never.</p>
</div>
</div>
</div>
<div class="white">
<div class="relate-maga">
<p><span>You may also like</span></p>
<div class="img-mag2">
<img class="pic" src="img/talent.jpg" alt="Does your super have hidden talents?">
<p>Does your super have hidden talents?</p>
<a href="magazine_superannuation.html">Read More</a>
</div>
<div class="img-mag2">
<img class="pic" src="img/cent.jpg" alt="Every cent matters">
<p>Every cent matters</p>
<a href="magazine_finance.html">Read More</a>
</div>
</div>
</div>
<footer>
<div id="contact">
<div class="logo-text">
<img src="img/tel.png" alt="Telephone">
<p>(+061) 414 5492 32</p>
<p>(+061) 414 5232 32</p>
</div>
<div class="logo-text">
<img src="img/mail.png" alt="Mail">
<p>[email protected]</p>
<p>[email protected]</p>
</div>
<div class="logo-text">
<img src="img/twitter.png" alt="Twitter">
<p>@bestsuper1</p>
<p>@bestsuper2</p>
</div>
</div>
<p class="rights">©2017 Best Super Company. All Right Reserved</p></footer>
</body>
</html>