-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
executable file
·163 lines (161 loc) · 6.95 KB
/
services.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=false;">
<title>Sandpiper Capital</title>
<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=EB+Garamond|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" />
<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');
})
;
})
;
</script>
</head>
<body id="services">
<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" alt="Sandpiper Capital">
<img src="images/logo.png" />
</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>
<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 href="index.html">Home</a>
<a href="about.html">About Us</a>
<a class="active" 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 stackable responsive grid">
<div class="ui ten wide floated left column">
<div class="wrap">
<h2>Individual Clients</h3>
<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>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>
</ul>
<h2>Institutional Clients</h2>
<ul class="divided">
<li>
<b>Sophisticated solutions</b> fueled by proprietary investment models and outside
research, including Credit Suisse, JP Morgan and Morningstar.
</li>
<li>
<b>Cooperation</b> with your existing financial relationships, lawyers, and accountants.
</li>
</ul>
</div>
</div>
<div class="ui five wide floated right column">
<div id="methodology" class="ui segment">
<h3 class="ui dividing header">Our Methodology</h3>
<ul class="ui list">
<li><a href="#" target="_blank">Fiduciary Responsibility</a></li>
<li><a href="#" target="_blank">Risk Management</a></li>
<li><a href="#" target="_blank">Strategy and Discipline</a></li>
</ul>
</div>
<div class="ui secondary segment">
Call us at <b>(757) 962-4596</b> and personally
speak with an investment advisor. We would be happy to discuss your unique investment options.
</div>
</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:inquiries@sandpiper-capital.com">E-mail</a>
</div>
</address>
</div>
</footer>
</body>
</html>