-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
264 lines (248 loc) · 12.7 KB
/
contact.html
File metadata and controls
264 lines (248 loc) · 12.7 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
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
264
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Contact | FStackDev Software Development Company</title>
<meta name="robots" content="noindex, follow" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico">
<!-- CSS
============================================ -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/plugins/slick.css">
<link rel="stylesheet" href="assets/css/plugins/font-awesome.css">
<link rel="stylesheet" href="assets/css/plugins/plugins.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- jQuery JS -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#footer-container").load("footer.html");
});
</script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#header-container").load("header.html");
});
</script>
<style>
#map {
width: 100%;
height: 400px;
background-color: grey;
}
</style>
<script>
// Initialize and add the map
function initMap() {
// The location of Uluru
var uluru = {lat: -25.344, lng: 131.036};
// The map, centered at Uluru
var map = new google.maps.Map(
document.getElementById('map'), {zoom: 4, center: uluru});
// The marker, positioned at Uluru
var marker = new google.maps.Marker({position: uluru, map: map});
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap">
</script>
</head>
<body>
<div class="main-content">
<div id="header-container"></div>
<!-- Start Breadcrumb Area -->
<div class="axil-breadcrumb-area breadcrumb-style-default pt--170 pb--70 theme-gradient">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="inner">
<ul class="axil-breadcrumb liststyle d-flex">
<li class="axil-breadcrumb-item"><a href="index.html">Home</a></li>
<li class="axil-breadcrumb-item active" aria-current="page">Contact</li>
</ul>
<h1 class="axil-page-title">Contact</h1>
</div>
</div>
</div>
</div>
<div class="shape-images">
<img class="shape shape-1" src="assets/images/shape/bcm-01.svg" alt="Shape Images">
<img class="shape shape-2" src="assets/images/shape/bcm-02.svg" alt="Shape Images">
<img class="shape shape-3" src="assets/images/shape/bcm-03.svg" alt="Shape Images">
</div>
</div>
<!-- End Breadcrumb Area -->
<main class="main-wrapper">
<!-- Start Contact Area -->
<div class="axil-contact-area axil-shape-position ax-section-gap bg-color-white ppplr--100">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 col-xl-5 col-12">
<div class="contact-form-wrapper">
<!-- Start Contact Form -->
<div class="axil-contact-form contact-form-style-1">
<h4 class="title">Get a development quote</h4>
<form id="contact-form" method="POST" action="">
<div class="form-group">
<input name="con_name" type="text">
<label>Name</label>
<span class="focus-border"></span>
</div>
<div class="form-group">
<input name="con_email" type="email">
<label>Email</label>
<span class="focus-border"></span>
</div>
<div class="form-group">
<input type="text">
<label>Phone</label>
<span class="focus-border"></span>
</div>
<div class="form-group">
<textarea name="con_message"></textarea>
<label>Your message</label>
<span class="focus-border"></span>
</div>
<div class="form-group">
<input type="submit" value="Send message">
<p class="form-messege"></p>
</div>
</form>
</div>
<!-- End Contact Form -->
</div>
</div>
<div class="col-lg-6 col-md-12 col-xl-6 offset-xl-1 col-12 mt_md--40 mt_sm--40">
<div class="axil-address-wrapper">
<!-- Start Single Address -->
<div class="axil-address wow move-up">
<div class="inner">
<div class="icon">
<i class="fas fa-phone"></i>
</div>
<div class="content">
<h4 class="title">Phone</h4>
<p>Our customer care is open from Mon-Fri, 9:00 am to 5:00 pm</p>
<p>
<a class="tel" href="tel:08134901464"><i class="fas fa-phone"></i>+(234)
813490-1464</a>
</p>
<p>
<a class="tel" href="tel:08149848925"><i class="fas fa-phone"></i>+(234)
814984-8925</a>
</p>
<p>
<a class="tel" href="tel:08164916168"><i class="fas fa-phone"></i>+(234)
816491-6168</a>
</p>
</div>
</div>
</div>
<!-- End Single Address -->
<!-- Start Single Address -->
<div class="axil-address wow move-up mt--60 mt_sm--30 mt_md--30">
<div class="inner">
<div class="icon">
<i class="fal fa-envelope"></i>
</div>
<div class="content">
<h4 class="title">Email</h4>
<p>Our support team will get back to as fast as possible during standard business hours.
</p>
<p><a class="axil-link"
href="mailto:hello@fstackdev.net">Hello@fstackdev.net</a>
</p>
</div>
</div>
</div>
<!-- End Single Address -->
</div>
</div>
</div>
</div>
<div class="shape-group">
<div class="shape shape-01">
<img src="assets/images/others/contact-01.svg" alt="Shape Images">
</div>
<div class="shape shape-02">
<img src="assets/images/others/contact-02.svg" alt="Shape Images">
</div>
<div class="shape shape-03">
<img src="assets/images/others/contact-03.svg" alt="Shape Images">
</div>
</div>
</div>
<!-- End Contact Area -->
<!-- Start Office Location -->
<div class="axil-office-location-area ax-section-gap bg-color-lightest">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title text-center">
<span class="sub-title extra04-color wow">who we are</span>
<h2 class="title wow mb--0">Our office</h2>
</div>
</div>
</div>
<div class="row mt--30">
<!-- Start Single Location -->
<div class="col-lg-12 col-md-12 col-sm-12 col-12 ppplr--100" style="align-self: center;">
<div class="axil-office-location mt--30 wow move-up" id="map">
<div class="thumbnail">
<img src="assets/images/inner-image/contact/contact-01.jp" alt="Location Images">
</div>
<div class="content">
<h4 class="title">Abuja</h4>
<p>784a Herbert Marculay Way Central Business District, Second floor wing c reinsurane building.<br /> Nigeria</p>
<a class="axil-button btn-transparent" href="#"><span class="button-text">View on
Map</span><span class="button-icon"></span></a>
</div>
</div>
</div>
<!-- End Single Location -->
</div>
</div>
</div>
<!-- End Office Location -->
</main>
<!-- Start Footer Area -->
<div id="footer-container"></div>
<!-- End Footer Area -->
</div>
<!-- JS
============================================ -->
<!-- Modernizer JS -->
<script src="assets/js/vendor/modernizr.min.js"></script>
<!-- jQuery JS -->
<script src="assets/js/vendor/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/counterup.js"></script>
<script src="assets/js/imagesloaded.js"></script>
<script src="assets/js/isotope.js"></script>
<script src="assets/js/tilt.js"></script>
<script src="assets/js/anime.js"></script>
<script src="assets/js/tweenmax.js"></script>
<script src="assets/js/slipting.js"></script>
<script src="assets/js/scrollmagic.js"></script>
<script src="assets/js/addindicators.js"></script>
<script src="assets/js/slick.js"></script>
<script src="assets/js/youtube.js"></script>
<script src="assets/js/countdown.js"></script>
<script src="assets/js/scrollup.js"></script>
<script src="assets/js/stickysidebar.js"></script>
<script src="assets/js/contactform.js"></script>
<!-- Plugins JS -->
<script src="assets/js/plugins/plugins.min.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>