-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (258 loc) · 11.5 KB
/
index.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1">
<title>Sandpiper Capital</title>
<meta charset="utf-8" />
<meta charset="utf-8" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Quattrocento' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/semantic/modules/transition.min.css" />
<link rel="stylesheet" href="css/semantic/collections/grid.min.css" />
<link rel="stylesheet" href="css/semantic/collections/menu.min.css" />
<link rel="stylesheet" href="css/semantic/views/list.min.css" />
<link rel="stylesheet" href="css/semantic/views/sitemap.min.css" />
<link rel="stylesheet" href="css/semantic/elements/header.min.css" />
<link rel="stylesheet" href="css/semantic/elements/divider.min.css" />
<link rel="stylesheet" href="css/semantic/elements/icons.min.css" />
<link rel="stylesheet" href="css/semantic/elements/button.min.css" />
<link rel="stylesheet" href="css/semantic/elements/image.min.css" />
<link rel="stylesheet" href="css/semantic/elements/segment.min.css" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/header.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="css/responsive.css" />
<script src="js/jquery.js"></script>
<script src="js/affix.js"></script>
<script src="css/semantic/modules/transition.min.js"></script>
<script type="text/javascript">
$(document)
.ready(function() {
$('nav.grid')
.affix({
offset: {
top : $('nav.grid').offset().top,
bottom : $('footer').outerHeight(true)
}
})
;
$('nav .mobile')
.on('click', function() {
$(this).toggleClass('active').next().transition('fade down');
})
;
setTimeout(function(){
$('.banner .text').transition('fade in');
}, 1000);
setTimeout(function(){
$('.banner img').transition('scale');
}, 500);
})
;
</script>
</head>
<body id="home">
<div class="page">
<header>
<div class="ui responsive padded grid">
<div class="row" itemscope itemtype="http://schema.org/LocalBusiness">
<div class="five wide left floated column">
<a href="http://sandpiper-capital.com" alt="Sandpiper Capital">
<img src="images/logo-large.jpg" />
</a>
</div>
<div class="five wide right floated column">
<address>
<span itemprop="street-address">1613 Laskin Road, Suite 200</span><br />
<span itemprop="locality">Virginia Beach</span>, <span itemprop="region">VA</span>
<span itemprop="postal-code">23454</span><br />
<span itemprop="tel">(757) 962-4596</span>
<span itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
<meta itemprop="latitude" content="36.850827" />
<meta itemprop="longitude" content="-76.018237" />
</address>
</div>
</div>
</div>
<div class="banner ui responsive grid">
<div class="column">
<img src="images/lighthouse.png">
<div class="text">
<h1>Virginia's Premiere Financial Advisors</h1>
<p>
Sandpiper Capital was founded with the philosophy of bringing professional day-to-day
portfolio management to households that have previously been excluded by the million
dollar account minimums traditionally required for wealth management.
</p>
<a href="services.html" class="ui large right labeled icon button">Learn More <i class="right arrow icon"></i></a>
</div>
</div>
</div>
<nav class="ui responsive grid">
<div class="ui sixteen wide column">
<img src="images/sandpiper-icon.png">
<div class="mobile">
Menu <i class="content icon link"></i>
</div>
<div class="links">
<a class="active" href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="services.html">Services</a>
<a href="blog/">Investor Insight</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
</nav>
<div class="placeholder"></div>
</header>
<div class="content">
<div class="ui responsive stackable grid">
<div class="ui ten wide column">
<h2>Dependable Returns</h2>
<p>
Unlike transaction oriented financial
services offered by banks, brokers, and insurance companies, we are fee-only Registered
Financial Advisors, and are required by law to always act only in your best interest.
</p>
<p>
Our mission is to dependably deliver effective portfolio management at low cost
to non-profits and individuals who have made risk control a priority.
</p>
<h2>Investment models for both private and institutional clients</h2>
<p>
Proprietary tactical allocation models that actively manage risk and maximize potential
returns on investment. Among the services we offer to both private and institutional
investors include:
</p>
<ul class="divided">
<li><b>Discretionary investment services</b> comprised
of customized strategic asset allocation designed to suit your risk tolerance,
investment objectives, and financial circumstances.
</li>
<li>
<b>Sophisticated solutions</b> fueled by proprietary
investment models and outside research, including Credit Suisse, JP Morgan and
Morningstar.
</li>
<li>
<b>High quality, low cost annuities</b> from TIAA-CREF,
the only directly sold AA+ annuity with expenses under 1.5% per year.
</li>
<li>
<b>Value</b> coupled with the reliable execution
and low transaction fee services of Schwab as custodian. Our fees are only 1%/year
on accounts from $100,000 to $1 million.
</li>
<li>
<b>Cooperation</b> with your existing financial
relationships, lawyers, and accountants.
</li>
</ul>
</div>
<div class="ui five wide right floated column">
<div class="cta">
<p>
Call us at <b>(757) 962-4596</b> and personally speak
with our investment advisors or <a href="mailto:[email protected]">email us</a>.
</p>
</div>
<h3>Recent Updates</h3>
<div class="ui fluid vertical menu">
<a class="item" href="#" target="_blank"><i class="doc icon"></i> Q2 Report</a>
<a class="item" href="#" target="_blank"><i class="doc icon"></i> Annual Feedback</a>
<a class="item" href="#" target="_blank"><i class="doc icon"></i> Q1 Report</a>
<a class="item" href="#" target="_blank"><i class="doc icon"></i> Q4 Report</a>
<a class="item" href="#" target="_blank"><i class="doc icon"></i> A look at the Holidays</a>
</div>
</div>
</div>
<div class="ui stackable responsive feature grid">
<div class="row">
<div class="seven wide left floated column">
<h2 class="ui header">
Interact directly with certified investment professionals
</h2>
<p>
Among the credentials that financial professionals may hold, none are more highly
regarded than, or as rigorously focused on investment knowledge, as the <b>Chartered
Financial Analyst</b> designation.
</p>
<p>
With an average of 40 years of experience, our portfolio managers will work directly with you in designing, tailoring and managing your portfolio.
</p>
</div>
<div class="seven wide right floated column">
<h2 class="ui header">We share your goals</h2>
<p>
As fee-only investment managers, we enjoy the commonality of interests that makes our job so simple:
</p>
<ul>
<li>To make your money grow predictably, safely and as quickly as the markets will allow</li>
<li>To produce a dependable, growing stream of income</li>
<li>To reduce your tax burden</li>
</ul>
</div>
</div>
</div>
<div class="ui responsive grid">
<div class="row">
<div class="column">
<h2>Vigilant for your Success</h2>
<p>
At Sandpiper Capital, we believe the wisdom of the oft quoted maxim:
</p>
<img src="images/notebook.png" class="medium right floated ui notebook image">
<blockquote>
"In the short run the market is a voting machine, in the long run it’s a weighing
machine."
</blockquote>
<p>
We are constantly weighing the value of the markets. We aspire to use the miscalculations
that inevitably arise from decisions that are generated in environments of fear
and greed to sell to the over-reaching and to buy from the fearful. Cost efficiency,
risk avoidance and opportunistic, flexible strategies are the benchmarks of a successful
investment program.
<br />
<br />
Let the investment professionals at Sandpiper Capital use these tools to benefit
you.
</p>
<div class="ui next segment">
<h3>What's next?</h3>
<ul>
<li>Learn more about <a href="about.html" target="_blank">who we are <i class="right arrow icon"></i></a> </li>
<li>Gain insight from <a href="services.html" target="_blank">our methodologies <i class="right arrow icon"></i></a></li>
<li>View our <a href="blog/" target="_blank">latest investor insight <i class="right arrow icon"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="ui responsive grid">
<div class="ui sixteen wide column">
<!--https://support.google.com/webmasters/answer/146861-->
<address itemscope itemtype="http://schema.org/LocalBusiness">
<div class="left">
<span itemprop="name">Sandpiper Capital</span> —
<span itemprop="street-address">1613 Laskin Road, Suite 200</span> -
<span itemprop="locality">Virginia Beach</span>,
<span itemprop="region">VA</span>
<span itemprop="postal-code">23454</span>
</div>
<div class="right">
Phone: <span itemprop="tel">(757) 962-4596</span> —
<span itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
<meta itemprop="latitude" content="36.850827" />
<meta itemprop="longitude" content="-76.018237" />
</span>
<a itemprop="email" href="mailto:[email protected]">E-mail</a>
</div>
</address>
</div>
</footer>
</body>
</html>