-
Notifications
You must be signed in to change notification settings - Fork 0
/
index3.html
71 lines (70 loc) · 4.62 KB
/
index3.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<script src="script.js"></script>
<title>DJ Hunt Private Client Group</title>
</head>
<body class="wrapper img-rounded">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="navbar-brand" href="index.html">Home</a></li>
<li><a href="index2.html">About DJHunt</a></li>
<li><a href="index4.html">Contact DJHunt</a></li>
<li class="active"><a href="index3.html">Services</a></li>
<li><a href="index5.html">Resources</a></li>
<li><a href="index6.html">Privacy Policy</a></li>
</ul>
<form class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
<!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="content img-rounded container-fluid">
<h2>Services</h2>
<div class="services" id="services1">
<p>
<strong>
<span style="color:#222; font-size: 20px;">Investment portfolios</span> are personalized to meet each client's'specific objectives. We first determine your risk tolerance, investment time horizon, liquidity requirements and tax situation. In our security selection we try to identify long term global trends and invest in assets that are most likely to appreciate as these trends unfold. Software will be used to model various asset combinations to determine a long-term Strategic Asset Allocation target. Then, utilizing Tactical Asset Allocation periodic changes will be made to manage risk in the portfolio in response to the short term influences of economic, political, and financial cycles.
</strong>
</p>
</div>
<div class="services" id="services2">
<p>
<strong>
<span style="color:#222; font-size: 20px;">Investment management</span> accounts are reviewed daily for transaction activity and at least weekly for performance benchmarking. Clients receive quarterly statements tracking their portfolio performanc and a comparison to the appropriate industry benchmark indicies.
</strong>
</p>
</div>
<div class="services" id="services3">
<p>
<strong>
<span style="color:#222; font-size: 20px;">Financial Plans</span> are updated on an "as needs" basis, when there has been a significant change in a client's life circumstances or the investment climate. Major life changes often require a reassessment of one's personal finances and goals and updating of their plan, for example: marriage, a new job, and approaching retirement.
</strong>
</p>
</div>
</div>
</body>
</html>