-
Notifications
You must be signed in to change notification settings - Fork 15
/
contact.html
140 lines (128 loc) · 6.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link href="https://fonts.googleapis.*--l.p\com/css?family=Raleway:100,300,500,700" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/contact-us.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/header.css">
<title>Contact Page</title>
</head>
<body>
<header>
<div class="data-box border-bottom pb-3 bg-white">
<div class="logo">
<img src="img/Syn Royale.png" alt="logo">
<h1 style="margin-top: -12px; color: rgb(141, 142, 143);">Hotel and Spa</h1>
</div>
</div>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand" href="#"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarMenu"
aria-controls="navbarMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse"></div>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="booking.html">Book Now</a>
</li>
<li class="nav-item">
<a class="nav-link" href="facilities.html">Our Facilities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About US</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div class="col-lg-12">
<section class="contact-page">
<div class="form-section">
<div class="contact-container">
<div class="contact-us pl-4">
<h5> Contact Us</h5>
<p><i class="fas fa-map-marker-alt" style="border-style: none;"></i><span>1056, <br />
Tinubu
Street,
Victoria
island, <br />Lagos, Nigeria</span></p>
<p><i class="fas fa-phone-square-alt" style="border-style: none;"></i>
<span class="text-muted"><a href="tel:+2347033481271"></a>+2347033481271</span>
</p>
<p><i class="fas fa-envelope" style="border-style: none;"></i><span><a
href="mailto:info@syn-royale.com"></a>info@syn-royale.com</span></p>
<p><i class="fas fa-link" style="border-style: none;"></i><span><a href="http://www.synroyale.com"></a>www.synroyale.com
</p></span>
</div>
<div class="message pl-4">
<h5>Leave a message</h5>
<form action="">
<div class="form-group"></div>
<div class="form-row">
<div class="col col-md-4 mb-3">
<input type="text" class="form-control mb-3" placeholder="Full Name*">
<input type="tel" class="form-control mb-3" placeholder="Phone number*">
<input type="email" class="form-control mb-3" placeholder="E-mail*">
</div>
</br>
<div class="col-md-8">
<input type="text" class="form-control mb-3" placeholder="Subject">
<textarea class='form-control' name="message" id="" cols="20" rows="5"
placeholder="Message"></textarea>
<input type="button" value="SEND MESSAGE" class="btn btn-dark mt-3" />
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
</div>
<div class=" container-fluid mx-0 my-5 px-0">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31717.881642249857!2d3.404391812004364!3d6.428055150886316!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x103bf53280e7648d%3A0x4d01e5de6b847fe5!2sVictoria%20Island%2C%20Lagos!5e0!3m2!1sen!2sng!4v1591673135957!5m2!1sen!2sng"
width="100%" height="378px" frameborder="0" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<footer>
<div id="footer-nav">
<div id="footer-sm">
<p id="copyright" style="margin-top: 25px;">© 2020 Syn Royale. All Rights Reserved.</p>
<div id="footer-sm-link" style="margin-top: 20px;">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
<div class="angle-up" style="margin-top: 27px;">
<a id="button"> <i class="fas fa-angle-up opacity-50"></i></a>
</div>
</div>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>