-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
252 lines (241 loc) · 12.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Payloan - Banking & Business Loan HTML5 Responsive Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Include All CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/payloan-icon.css"/>
<link rel="stylesheet" type="text/css" href="css/icofont.css"/>
<link rel="stylesheet" type="text/css" href="css/animate.css"/>
<link rel="stylesheet" type="text/css" href="css/settings.css"/>
<link rel="stylesheet" type="text/css" href="css/slick.css"/>
<link rel="stylesheet" type="text/css" href="css/owl.theme.css"/>
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css"/>
<link rel="stylesheet" type="text/css" href="css/preset.css"/>
<link rel="stylesheet" type="text/css" href="css/theme.css"/>
<link rel="stylesheet" type="text/css" href="css/responsive.css"/>
<!-- Favicon Icon -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body class="bg_right">
<!-- Preloading -->
<div class="preloader text-center">
<div class="la-ball-circus la-2x">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Preloading -->
<!-- Header section -->
<header class="header_1" id="header">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 col-md-3">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
</div>
<div class="col-lg-7 col-md-7">
<nav class="mainmenu MenuInRight text-right">
<a href="javascript:void(0);" class="mobilemenu d-md-none d-lg-none d-xl-none">
<span></span>
<span></span>
<span></span>
</a>
<ul>
<li class="menu-item-has-children">
<a href="#">home</a>
<ul class="sub-menu">
<li><a href="index.html">Home 01</a></li>
<li><a href="index2.html">Home 02</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Services</a>
<ul class="sub-menu">
<li><a href="services.html">Service 01</a></li>
<li><a href="services2.html">Service 02</a></li>
<li><a href="service_details.html">Service Details</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Pages</a>
<ul class="sub-menu">
<li><a href="about.html">About</a></li>
<li><a href="404.html">404 Page</a></li>
<li><a href="faq.html">Faq Page</a></li>
<li class="menu-item-has-children">
<a href="#">Portfolio</a>
<ul class="sub-menu">
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="portfolio_detail.html">Portfolio Details</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Testimonial</a>
<ul class="sub-menu">
<li><a href="testimonial.html">Testimonial 01</a></li>
<li><a href="testimonial2.html">Testimonial 02</a></li>
</ul>
</li>
<li><a href="team.html">Team Member</a></li>
<li><a href="application_form.html">Application Form</a></li>
<li><a href="loan_calculation.html">Loan Calculation</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog Page</a></li>
<li><a href="single_blog.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="col-lg-2 col-md-2 hidden-xs">
<div class="navigator_btn btn_bg text-right">
<a class="common_btn" href="#">Apply Now</a>
</div>
</div>
</div>
</div>
</header>
<!-- Header section -->
<!-- Page Banner -->
<section class="pagebanner">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="bannerTitle text-left">
<h2>Contact Us</h2>
<p>We are here to help you when you need your<br>financial support, then we are help you.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Page Banner -->
<!-- Common Section -->
<section class="commonSection contactPage">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="formArea">
<div class="row">
<div class="col-lg-7 col-md-7">
<form action="#" method="post" class="contactFrom row" id="contactForm">
<div class="col-md-6">
<input class="required" type="text" name="f_name" id="f_name" placeholder="First name*">
</div>
<div class="col-md-6">
<input class="required" type="text" name="l_name" id="l_name" placeholder="Last name*">
</div>
<div class="col-md-12">
<input class="required" type="email" name="email" id="email" placeholder="Email here*">
</div>
<div class="col-md-6">
<input class="required" type="text" name="phone" id="phone" placeholder="Phone*">
</div>
<div class="col-md-6">
<input class="required" type="text" name="address" id="address" placeholder="Address*">
</div>
<div class="col-md-12">
<textarea class="required" name="con_message*" id="con_message" placeholder="Text here...."></textarea>
</div>
<div class="col-md-12">
<button name="submit" type="submit" id="con_submit" class="common_btn">Send Message</button>
</div>
</form>
</div>
<div class="col-lg-5 col-md-5 noPaddingLeft">
<div class="gmap" id="gmap"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Common Section -->
<!-- footer section -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<aside class="widget about_widgets">
<img src="images/logo.png" alt=""/>
<p>88 694 895 684</p>
<p>88 487 983 576</p>
<p>loanplus@gmail.com</p>
</aside>
</div>
<div class="col-lg-4 col-md-6">
<aside class="widget recent_posts">
<div class="singleLPost">
<h4><a href="#">What should you need do to get personal loan ver easay.</a></h4>
<span>20 days ago</span>
<p>
Many modern alternatives often eumen incorpo
other content actually detracts from...
</p>
</div>
<div class="singleLPost">
<h4><a href="#">What should you need do to get personal loan ver easay.</a></h4>
<span>20 days ago</span>
<p>
Many modern alternatives often eumen incorpo
other content actually detracts from...
</p>
</div>
</aside>
</div>
<div class="col-lg-4 col-md-6">
<aside class="widget subscribe_widgets">
<h3>Subscribe our newsletter.</h3>
<form action="#" method="post">
<input type="email" placeholder="Email address" name="email"/>
<input type="text" placeholder="Phone no." name="phone"/>
<input type="submit" value="Subscribe now">
</form>
</aside>
</div>
</div>
</div>
</footer>
<!-- footer section -->
<!-- Copyright section -->
<section class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>Copyright <a href="#">Payloan</a>. All rights reserved</p>
</div>
<div class="col-md-6 text-right">
<a href="#" id="backTo"><i class="flaticon-chevron"></i></a>
</div>
</div>
</div>
</section>
<!-- Copyright section -->
<!-- Include All JS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.themepunch.revolution.min.js"></script>
<script src="js/jquery.themepunch.tools.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/shuffle.js"></script>
<script src="js/slick.js"></script>
<script src="js/gmaps.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCysDHE3s4Qw3nTh9o58-2mJcqvR6HV8Kk"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/theme.js"></script>
</body>
</html>