-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
183 lines (180 loc) · 7.96 KB
/
contact.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
<!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=Montserrat:700' 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/collections/form.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/input.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');
})
;
$('.submit.button')
.on('click', function() {
$(this).closest('form').submit();
})
;
})
;
</script>
</head>
<body id="about">
<div class="page">
<header>
<div class="ui responsive padded grid">
<div 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 href="services.html">Services</a>
<a href="blog/">Investor Insight</a>
<a class="active" 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 column">
<h2>Contact Form</h2>
<p>You can use the form below to contact us and we'll get back to you shortly.</p>
<script language="javascript">
var sa_email_id = '6870-41e67';
var sa_sent_text = 'Thank you for contacting us. We will get back to you soon.';
</script>
<script language="javascript" src="http://s1.smartaddon.com/sa_htmlform.js"></script>
<div id="sa_contactdiv">
<form name="sa_htmlform" class="ui form" onsubmit="return sa_contactform();">
<div class="field">
<label>Name</label>
<div class="ui left icon input">
<input type="text" name="name" />
<i class="user icon"></i>
</div>
</div>
<div class="field">
<label>E-mail</label>
<div class="ui left icon input">
<input type="text" name="email" />
<i class="email icon"></i>
</div>
</div>
<div class="field">
<label>Subject</label>
<div class="ui left icon input">
<input type="text" name="subject" />
<i class="mail icon"></i>
</div>
</div>
<div class="field">
<label>Message</label>
<textarea name="message" cols="42" rows="9" required="true"></textarea>
</div>
<div class="ui submit button">Contact Us</div>
</form>
</div>
</div>
<div class="ui five wide floated right column">
<div class="ui segment">
<h3>Prefer to reach out directly?</h3>
<p>Call us or e-mail anytime to chat about your financial future</p>
<p>
<br/>
(757) 962-4596
<br/>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="ui sixteen wide column">
<div class="ui section divider"></div>
<h2>Office Locations</h2>
<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=1613+Laskin+Road,+Suite+200+Virginia+Beach,+VA+23454&aq=&sll=36.795669,-76.012628&sspn=0.775276,1.073914&t=m&ie=UTF8&hq=&hnear=1613+Laskin+Rd+%23200,+Virginia+Beach,+Virginia+23451&ll=36.852359,-76.017666&spn=0.032967,0.054932&z=14&output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=1613+Laskin+Road,+Suite+200+Virginia+Beach,+VA+23454&aq=&sll=36.795669,-76.012628&sspn=0.775276,1.073914&t=m&ie=UTF8&hq=&hnear=1613+Laskin+Rd+%23200,+Virginia+Beach,+Virginia+23451&ll=36.852359,-76.017666&spn=0.032967,0.054932&z=14" style="color:#B55400;font-size:12px;padding-left:15px;text-align:left;">View Larger Map</a></small>
</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>