-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
144 lines (117 loc) · 5.98 KB
/
contact.php
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="LiveExchangeRate">
<meta name="description" content="A currency exchange service for latest currency exchange for Nigeria, USA, African countries, Europe, America and Asia">
<meta name="author" content="">
<title>LiveCurrencies</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/unicons.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN STYLE -->
<link rel="stylesheet" href="css/tooplate-style.css">
<!--
Tooplate 2115 Marvel
https://www.tooplate.com/view/2115-marvel
-->
</head>
<body>
<!-- MENU -->
<nav class="navbar navbar-expand-sm navbar-light">
<div class="container">
<a class="navbar-brand" href="index.php"><i class="display-5"><code>ex</code></i><b class="display-6 text-danger">tambaya</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a href="about.php" class="nav-link"><span data-hover="About"><small class="small-text">About</small></span></a>
</li>
<li class="nav-item">
<a href="index.php" class="nav-link"><span data-hover="Live Rates"><small class="small-text">Live Rates</small></span></a>
</li>
<li class="nav-item">
<a href="historical.php" class="nav-link"><span data-hover="Historical"><small class="small-text">Historical</small></span></a>
</li>
<li class="nav-item">
<a href="privacy.php" class="nav-link"><span data-hover="Privacy"><small class="small-text">Privacy</small></span></a>
</li>
<li class="nav-item">
<a href="contact.php" class="nav-link"><span data-hover="Contact"><small class="small-text">Contact</small></span></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- CONTACT -->
<section class="contact py-5" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<div class="contact-form">
<h2 class="mb-4">Have a question or contribution? Let's talk</h2>
<form action="" method="get">
<div class="row">
<div class="col-lg-6 col-12">
<input type="text" class="form-control" name="name" placeholder="Your Name" id="name">
</div>
<div class="col-lg-6 col-12">
<input type="email" class="form-control" name="email" placeholder="Email" id="email">
</div>
<div class="col-12">
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Message"></textarea>
</div>
<div class="ml-lg-auto col-lg-5 col-12">
<a href="mailto:[email protected]?subject=;body=" class="form-control">Send</a>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-5 mr-lg-5 col-12">
<div class="google-map w-100">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12088.558402180099!2d-73.99373482142036!3d40.75895421922642!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25855b8fb3083%3A0xa0f9aef176042a5c!2sTheater+District%2C+New+York%2C+NY%2C+USA!5e0!3m2!1sen!2smm!4v1549875377188" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="contact-info d-flex justify-content-between align-items-center py-4 px-lg-5">
<div class="contact-info-item">
<h3 class="mb-3 text-white">Say hello</h3>
<p class="footer-text mb-0">010 020 0960</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<ul class="social-links">
<li><a href="#" class="uil uil-dribbble" data-toggle="tooltip" data-placement="left" title="Dribbble"></a></li>
<li><a href="#" class="uil uil-instagram" data-toggle="tooltip" data-placement="left" title="Instagram"></a></li>
<li><a href="#" class="uil uil-youtube" data-toggle="tooltip" data-placement="left" title="Youtube"></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="footer py-5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<p class="copyright-text text-center">Copyright © <?php echo date('Y'); ?> extambaya . All rights reserved</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/Headroom.js"></script>
<script src="js/jQuery.headroom.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>