-
Notifications
You must be signed in to change notification settings - Fork 11
/
contact.html
187 lines (166 loc) · 7.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="public/lib/fontawesome/css/fontawesome.css" rel="stylesheet">
<link href="public/lib/fontawesome/css/brands.css" rel="stylesheet">
<link href="public/lib/fontawesome/css/solid.css" rel="stylesheet">
<link href="public/lib/fontawesome/css/svg-with-js.css" rel="stylesheet">
<link href="public/lib/fontawesome/css/all.css" rel="stylesheet">
<link href="public/lib/fontawesome/css/regular.css" rel="stylesheet">
<link href="public/lib/fontawesome/css/v4-shims.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- I link the main.css file so that once you edit that one, the nav-bar on this page will also have the effect-->
<link href="public/dist/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="public/dist/css/contact.css">
<title>Contact Us | ITOJU Hotel</title>
</head>
<body>
<!-- Previous NavBar I made
You can check it via https://aphatheology.github.io/Itoju-Hotel/contactus.html
<header>
<div class="topmost-header">
<h2>ITOJU</h2>
<div>
<span><i class="fa fa-user"></i></span>
<a href="#" class="book-now">BOOK NOW</a>
</div>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="roomrate.html">Rooms</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Facilities</a></li>
<li><a href="#" class="active">Contact</a></li>
</ul>
</nav>
</header> -->
<header class="desktop-nav show-desktop">
<div class="top-navbar">
<div class="spacer"></div>
<div class="top-navbar__content">
<div class="title">
<h2>ITOJU</h2>
</div>
<div class="float-right">
<span>
<i class="fa fa-user"></i>
</span>
<button class="button-primary">BOOK NOW</button>
</div>
</div>
</div>
<div class="main-navbar">
<!-- <h3>fkkdk</h3> -->
<div class="main-navbar__content">
<ul>
<li class="desktop-li"><a href="index.html">Home</a></li>
<li class="desktop-li"><a href="rooms.html">Rooms</a></li>
<li class="desktop-li"><a href="about.html">About</a></li>
<li class="desktop-li"><a href="facility.html">Facilities</a></li>
<li class="desktop-li"><a class="active" href="#">Contact</a></li>
</ul>
</div>
</div>
</header>
<header class="mobile-nav hide-desktop">
<div class="top-navbar">
<div class="top-navbar__content">
<div class="title">
<h2>ITOJU</h2>
</div>
<div class="hamburger hide-desktop" id="hamburger">
<span class="hamburger__stick" id="hamburger__stick"></span>
</div>
<!-- <span>
<i class="fa fa-user"></i>
</span> -->
</div>
</div>
<div class="main-navbar" id="mobile-nav">
<!-- <h3>fkkdk</h3> -->
<div class="devugo-navbar__content">
<button class="button-primary" id="book-now__btn">BOOK NOW</button>
<ul>
<li class="mobile-li"><a href="index.html">Home</a></li>
<li class="mobile-li"><a href="rooms.html">Rooms</a></li>
<li class="mobile-li"><a href="about.html">About</a></li>
<li class="mobile-li"><a href="facility.html">Facilities</a></li>
<li class="mobile-li"><a class="active" href="#">Contact</a></li>
</ul>
</div>
</div>
</header>
<!-- Main content of Contact Page Made by @Ademi -->
<main>
<section class="image">
<img src="https://res.cloudinary.com/adenike/image/upload/v1591627696/hotel%20-%20itoju/question-image_sqlonf.png" alt="illustrations asking questions">
</section>
<section class="contact-us">
<h1>Contact Us</h1>
<p id="how">How would you like to contact us? by email here:</p>
<h2 class="email-address"><a href="mailto:#">[email protected]</a></h2>
<p id="our-form">or fill this form</p>
<form action="" method="POST">
<div class="fill">
<label for="name">Full Name</label>
<input type="text" name="full_name" id="name" placeholder="Enter your name here">
</div>
<div class="fill">
<label for="email">Email Address</label>
<input type="email" name="user_mail" id="email" placeholder="Enter your email">
</div>
<div class="fill">
<label for="message">Your Message</label>
<textarea name="user_message" id="message" cols="30" rows="10" placeholder="Message"></textarea>
</div>
<div class="button">
<button class="btn" value="submit">Submit</button>
</div>
</form>
</section>
</main>
<!-- Footer Made by @Aphatheology -->
<footer>
<section class="footer-links">
<div>
<h3>ITOJU</h3>
<p>2, Crescent Road, off galadim, Abuja</p>
<p>+62-812-7313-4321</p>
</div>
<div class="main-links">
<h3>About Us</h3>
<a href="#">About</a>
<a href="">What We Do</a>
<a href="">Project</a>
<a href="">How It Work With Us</a>
</div>
<div class="main-links">
<h3>Follow Us</h3>
<a href="#">Instagram</a>
<a href="#">Facebook</a>
<a href="#">LinkedIn</a>
<a href="#">Youtube</a>
</div>
<div>
<h3>Additional Information</h3>
<a href="#">About Us</a>
<a href="#">Contact Us</a>
<a href="#">How does it work</a>
<a href="#">Frequently Asked Questions</a>
</div>
</section>
<hr>
<h2>ITOJU</h2>
<div style="color: white;">
<p>Powered by <a href="https://timbu.com">timbu.com</a></p>
</div>
<p class="copyright">2019 © ITOJU. All rights reserved.</p>
</footer>
<script src="public/dist/js/devugo-navbar.js"></script>
</body>
</html>