-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmagazines.html
89 lines (88 loc) · 3.7 KB
/
magazines.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
<!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/magazines.jpg" alt="Magazine">
<div id="title-text"><p>Magazines</p></div>
</div>
<div class="white">
<p class="subtitle">UNDERSTANDING YOUR SUPER</p>
<p class="title"><span>THE</span> MAGAZINE</p>
<div class="graybox">
<p class="categorybox">
SUPERANNUATION
</p>
<img class="article-img" src="img/talent.jpg" alt="Does your super have hidden talents?">
<p class="article-title">Does your super have hidden talents?</p>
<p class="article-subtitle">Understand what your super is</p>
<a class="findbox" href="magazine_superannuation.html">Find out more</a>
</div>
<div class="graybox">
<p class="categorybox">
FINANCE
</p>
<img class="article-img" src="img/cent.jpg" alt="Every cent matters">
<p class="article-title">Every cent matters</p>
<p class="article-subtitle">Three tips for young adults to manage their money</p>
<a class="findbox" href="magazine_finance.html">Find out more</a>
</div>
<div class="graybox">
<p class="categorybox">
LIFESTYLE
</p>
<img class="article-img" src="img/retirementplan.jpg" alt="Career starting and retirement planning">
<p class="article-title">Career starting and retirement planning</p>
<p class="article-subtitle">Financial advice for young adults</p>
<a class="findbox" href="magazine_lifestyle.html">Find out more</a>
</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>