generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
over-forty.html
116 lines (116 loc) · 7.1 KB
/
over-forty.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/2f377630da.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="apple-touch-icon" href="/example.png">
<title>Help to Grow</title>
</head>
<body>
<header>
<!--bootstrap Jumbotron-->
<div class="jumbotron">
<h1 class="center">Help <span>To</span> Grow</h1>
<!--bootstrap Navbar, button and collapse feature-->
<nav class="navbar navbar-expand-sm">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="fas fa-bars" aria-hidden="true"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fa fa-home" aria-hidden="true"></i> Home </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="over-forty.html"><i class="far fa-arrow-alt-circle-up" aria-hidden="true"></i> Over 40 <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="under-forty.html"><i class="far fa-arrow-alt-circle-down" aria-hidden="true"></i> under 40</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign-me-up.html"><i class="fas fa-user-plus" aria-hidden="true"></i> Sign Me Up</a>
</li>
<li class="nav-item">
<a class="nav-link" href="things-we-like.html"><i class="fas fa-check-double" aria-hidden="true"></i> Things We Like</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!--bootstrap container, row, column-->
<div class="container-fluid img-back">
<div class="row">
<div class="col-sm-12 inner-box">
<h2><span><i class="fas fa-quote-left"></i></span> The best time to invest was yesterday The next best time is today.<span><i class="fas fa-quote-right"></i></span></h2>
<p><i> Randell Tiongson </i></p>
</div>
</div>
</div>
<!--bootstrap container, row, column-->
<div class="container center">
<div class="row">
<div class="col-sm-12">
<h2>Congrats on taking your first steps<span>.</span> Well done you<span>!</span></h2>
<hr>
<h3>You're wise enough to know you need to start<span>,</span> and we're here to help you on your way<span>.</span></h3>
<hr>
</div>
</div>
</div>
<h3 class="center"><span>By way of example, here's what we might recommend to you.</span></h3>
<!--bootstrap container, row, column-->
<div class="container">
<div class="row">
<div class="col-sm-8 offset-sm-2">
<ul class="list-group">
<li class="list-group-item"><h5><span><i class="fas fa-ellipsis-h"></i> </span>A sizeable committment to secure income investing<span> ex-</span>bonds<span>.</span></h5></li>
<li class="list-group-item"><h5><span><i class="fas fa-ellipsis-h"></i> </span>Pension with a 60:40 split in equities<span> &</span> bonds<span>.</span></h5></li>
<li class="list-group-item"><h5><span><i class="fas fa-ellipsis-h"></i> </span>A self-directed growth<span> &</span> income portfolio<span>.</span></h5></li>
<li class="list-group-item"><h5><span><i class="fas fa-ellipsis-h"></i> </span>A staking regime in crypto<span>-</span>currencies<span>.</span></h5></li>
</ul>
</div>
</div>
<hr>
</div>
<!--bootstrap container, row, column-->
<div class="container center">
<div class="row">
<div class="col-sm">
<h1>Want to know more<span>?</span></h1>
</div>
</div>
</div>
<br>
<!--bootstrap container, row, column-->
<div class="container center">
<div class="row">
<div class="col-sm button-style">
<!--<a href="sign-me-up.html"> <button type="button" class="btn btn-lg">I'm Ready to Start</button></a>-->
<a href="sign-me-up.html" class="btn btn-lg">I'm Ready to Start</a>
</div>
</div>
</div>
<br>
<footer>
<!--bootstrap container, column, row-->
<div class="container-fluid footer center">
<div class="row">
<div class="col-12">
<ul class="footer-icons">
<li><a href="https://www.facebook.com" target="_blank" rel="noopener"><i class="fab fa-facebook-square" aria-hidden="true"></i><span>Facebook</span></a></li>
<li><a href="https://www.twitter.com" target="_blank" rel="noopener"><i class="fab fa-twitter-square" aria-hidden="true"></i><span>Twitter</span></a></li>
<li><a href="https://www.youtube.com" target="_blank" rel="noopener"><i class="fab fa-youtube-square" aria-hidden="true"></i><span>YouTube</span></a></li>
<li><a href="https://www.instagram.com" target="_blank" rel="noopener"><i class="fab fa-instagram" aria-hidden="true"></i><span>Instagram</span></a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>