-
Notifications
You must be signed in to change notification settings - Fork 26
/
contact.html
175 lines (157 loc) · 5.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arcade - Architecture</title>
<meta charset="UTF-8">
<meta name="description" content="Arcade - Architecture Template">
<meta name="keywords" content="arcade, architecture, onepage, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section start -->
<header class="header-area">
<a href="home.html" class="logo-area">
<img src="img/logo.png" alt="">
</a>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
<div class="phone-number">+675 334 567 223</div>
<nav class="nav-menu">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Header section end -->
<!-- Page header section start -->
<section class="page-header-section set-bg" data-setbg="img/header-bg-2.jpg">
<div class="container">
<h1 class="header-title">Contact<span>.</span></h1>
</div>
</section>
<!-- Page header section end -->
<!-- Page section start -->
<section class="page-section pt100">
<div class="container pb100">
<div class="section-title pt-5">
<h1>Get in touch</h1>
</div>
<div class="row">
<div class="col-lg-3 contact-info mb-5 mb-lg-0">
<p>Address: 1481 Creekside Lane Avila Beach, CA 93424 </p>
<p>Phone: +53 345 7953 32453</p>
<p>Email: [email protected]</p>
<div class="cf-social">
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
<div class="col-lg-9">
<form class="contact-form">
<input type="text" placeholder="Enter your name">
<input type="text" placeholder="Enter your email address">
<textarea placeholder="Message ..."></textarea>
<button class="site-btn sb-dark">Send</button>
</form>
</div>
</div>
</div>
<div class="map-area" id="map-canvas"></div>
</section>
<!-- Page section end -->
<!-- Footer section start -->
<footer class="footer-section">
<div class="footer-social">
<div class="social-links">
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-9 offset-lg-3">
<div class="row">
<div class="col-md-4">
<div class="footer-item">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-item">
<ul>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Help Desk</a></li>
<li><a href="#">Job Aplications</a></li>
<li><a href="#">Site Map</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-item">
<ul>
<li><a href="#">Privacy</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Newsletter</a></li>
<li><a href="#">Clients Testimonials</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<div class="copyright">Copyright © <script>document.write(new Date().getFullYear());</script> All rights reserved. <br>This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a></div>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.owl-filter.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/main.js"></script>
<!-- load for map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB0YyDTa0qqOjIerob2VTIwo_XVMhrruxo"></script>
<script src="js/map.js"></script>
</body>
</html>