-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactus.html
210 lines (170 loc) · 7.86 KB
/
contactus.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dawamu School</title>
<!-- Start WOWSlider.com HEAD section -->
<!-- add to the <head> of your page -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark">
<div class="container-fluid">
<img src="images/tag.png" width="80px" height="80px">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mynavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mynavbar">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">CONTACT US</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="text" placeholder="Search">
<button class="btn btn-success" type="button">Search</button>
</form>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1><strong>FOR ENQUIRIES</strong></h1>
<form>
<!-- 2 column grid layout with text inputs for the first and last names -->
<div class="row mb-4">
<div class="col">
<div class="form-outline">
<input type="text" id="form6Example1" class="form-control" />
<label class="form-label" for="form6Example1">First name</label>
</div>
</div>
<div class="col">
<div class="form-outline">
<input type="text" id="form6Example2" class="form-control" />
<label class="form-label" for="form6Example2">Last name</label>
</div>
</div>
</div>
<!-- Text input -->
<div class="form-outline mb-4">
<input type="text" id="form6Example3" class="form-control" />
<label class="form-label" for="form6Example3">Company name</label>
</div>
<!-- Text input -->
<div class="form-outline mb-4">
<input type="text" id="form6Example4" class="form-control" />
<label class="form-label" for="form6Example4">Address</label>
</div>
<!-- Email input -->
<div class="form-outline mb-4">
<input type="email" id="form6Example5" class="form-control" />
<label class="form-label" for="form6Example5">Email</label>
</div>
<!-- Number input -->
<div class="form-outline mb-4">
<input type="text" id="form6Example6" class="form-control" />
<label class="form-label" for="form6Example6">Phone Number</label>
</div>
<!--Date inpot-->
<div class="form-outline mb-4">
<input type="date" id="form6Example6" class="form-control" />
<label class="form-label" for="form6Example6">Date</label>
</div>
<!-- Message input -->
<div class="form-outline mb-4">
<textarea class="form-control" id="form6Example7" rows="4"></textarea>
<label class="form-label" for="form6Example7">Additional information</label>
</div>
<!-- Checkbox -->
<div class="form-check d-flex justify-content-center mb-4">
<input class="form-check-input me-2" type="checkbox" value="" id="form6Example8" checked />
<label class="form-check-label" for="form6Example8"> Click to subscribe to our newsletter </label>
</div>
<!-- Submit button -->
<button type="submit" class="btn btn-primary btn-block mb-4"><b>NEXT</b></button>
</form>
</div>
</div>
<div class="col-sm-6">
<!--Google map-->
<div class="mapouter">
<div class="gmap_canvas"><iframe class="gmap_iframe" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=600&height=400&hl=en&q=dawamu school&t=h&z=14&ie=UTF8&iwloc=B&output=embed"></iframe>
<a href="https://www.kokagames.com/fnf-friday-night-funkin-mods/">FNF Mods</a>
</div>
<style>
.mapouter {
position: relative;
text-align: right;
width: 100%;
height: 400px;
}
.gmap_canvas {
overflow: hidden;
background: none!important;
width: 100%;
height: 400px;
}
.gmap_iframe {
height: 400px!important;
}
</style>
</div>
<!--Google Maps-->
</div>
</div>
<div class="container p" style="background-color:darkgrey;">
<div class="row">
<div class="col-sm-3">
<h4><b>CONTACT US</b></h4>
<p>Phone number: +254712345678</p>
<p>Email Address:dawamuschool@co.ke</p>
<p>P.O Box: 00100- Kiserian</p>
<p>Nairobi.</p>
</div>
<div class="col-sm-3">
<p><b>Follow us!</b></p>
<img src="images/whatsapp.png" width="50px">
<img src="images/linked.png" width="50px">
<img src="images/insta.png" width="50px">
<img src="images/fb.png" width="50px">
</div>
<div class="col-sm-3">
<li>
<a href="index.html">
<ul>Home</ul>
</a>
<a href="aboutus.html">
<ul>About us</ul>
</a>
<a href="services.html">
<ul>services</ul>
</a>
<a href="contactus.html">
<ul>Contact Us</ul>
</a>
</li>
</div>
<div class="col-sm-3">
<img src="images/tag2.png" width="200px">
</div>
</div>
</div>
</body>
</html>