-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
206 lines (187 loc) · 7.72 KB
/
contact.html
File metadata and controls
206 lines (187 loc) · 7.72 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Far Point | Contact Us</title>
<!-- Mobile Specific Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png" />
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- Ionic Icon Css -->
<link rel="stylesheet" href="plugins/Ionicons/css/ionicons.min.css">
<!-- animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Magnify Popup -->
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="body">
<!-- Header Start -->
<header class="navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- header Nav Start -->
<nav class="navbar navbar-expand-lg navigation fixed-top" id="navbar">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" 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>
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="Logo">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
</li>
<li><a href="about.html">About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Services <span class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu">
<li><a href="blog-full-width-trust.html">Trust Planning</a></li>
<li><a href="blog-full-width-estate.html">Estate Planning</a></li>
<li><a href="blog-full-width-taxses.html">Tax Prepartion</a></li>
<li><a href="faq.html">Business Formation</a></li>
<li><a href="pricing.html">Non-Profit Formation</a></li>
<li><a href="pricing.html">Rental Management</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
</div>
</header><!-- header close -->
<section class="page-title bg-2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Drop Us A Note</h1>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section class="contact-form ">
<div class="container">
<div class="row">
<form id="contact-form">
<div class="col-md-6 col-sm-12">
<div class="block">
<div class="form-group ">
<input name="user_name" type="text" class="form-control" placeholder="Your Name" >
</div>
<div class="form-group">
<input name="user_email" type="text" class="form-control" placeholder="Email Address">
</div>
<div class="form-group">
<input name="user_subject" type="text" class="form-control" placeholder="Subject">
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<div class="form-group-2">
<textarea name="user_message" class="form-control" rows="4"
placeholder="Your Message"></textarea>
</div>
<button class="btn btn-default" type="submit">Send Message</button>
</div>
</div>
<div class="error" id="error">Sorry Msg did not send</div>
<div class="success" id="success">Message Sent</div>
</form>
</div>
<div class="contact-box row">
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>Stop By For A visit</h2>
<ul class="address-block">
<li>
<i class="ion-ios-location-outline"></i>Denver, Colorado
</li>
<li>
<i class="ion-ios-email-outline"></i>Email: denny.osborn@aol.com
</li>
<li>
<i class="ion-ios-telephone-outline"></i>Phone: 303-249-1486
</li>
</ul>
<ul class="social-icons">
<li>
<a href="https://www.facebook.com/farpointcolorado/"><i class="ion-social-facebook-outline"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<div class="google-map">
<img src="images/wrapper-img2.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer Start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-manu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<p class="copyright">Copyright 2020 © Design & Developed by <a href=" ">Ariel Zuniga</a>. All rights reserved.
</p>
</div>
</div>
</div>
</footer>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<script src="plugins/SyoTimer/jquery.syotimer.min.js"></script>
<!-- Form Validator -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"></script>
<script src="plugins/google-map/map.js"></script>
<script src="js/script.js"></script>
</body>
</html>