-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
218 lines (196 loc) · 10.1 KB
/
about.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
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Steak House</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400|Nunito:600,700" rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Template Stylesheet -->
<link href="D:\Assignments\APT 1040 assignments\html groupwork\style.css" rel="stylesheet">
</head>
<body>
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-light navbar-light">
<div class="container-fluid">
<a href="index.html" class="navbar-brand">Steak <span>House</span></a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link active">About</a>
<a href="menu.html" class="nav-item nav-link">Menu</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- Page Header Start -->
<div class="page-header mb-0">
<div class="container">
<div class="row">
<div class="col-12">
<h2>About Us</h2>
</div>
<div class="col-12">
<a href="">Home</a>
<a href="">About Us</a>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Food Start -->
<div class="food mt-0">
<div class="container">
<div class="row align-items-center">
<div class="col-md-4">
<div class="food-item">
<i class="flaticon-burger"></i>
<h2>Steak</h2>
<p>
We have a wide range of steak from different animals offered from different animals around the world by the help of professionals.
</p>
<a href="">View Menu</a>
</div>
</div>
<div class="col-md-4">
<div class="food-item">
<i class="flaticon-snack"></i>
<h2>Snacks</h2>
<p>
Diffrent snacks from around the world are uniquely selected to ensure that people with different tastes re catered for.
</p>
<a href="">View Menu</a>
</div>
</div>
<div class="col-md-4">
<div class="food-item">
<i class="flaticon-cocktail"></i>
<h2>Beverages</h2>
<p>
From a wide selection of wine, beer, juices and cocktails are served at our restaurants to ensure maximum consumer satifaction.
</p>
<a href="">View Menu</a>
</div>
</div>
</div>
</div>
</div>
<!-- Food End -->
<!-- About Start -->
<div class="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="about-img">
<img src="groupwork.jpg" alt="Image">
<span></span>
</button>
</div>
</div>
<div class="col-lg-6">
<div class="about-content">
<div class="section-header">
<p>About Us</p>
<h2>Cooking Since 1996</h2>
</div>
<div class="about-text">
<p>
We are an international hotel with our main branch located in Kenya.
Our first hotel was opended in the year 1996 by our founder called Mark
The hotel faired well during it's forst years of opening hence the decision
to open other branches across the globe. This tuned out to be one of the best
becisions the directors made since we managed to recieve more guests as time
went by.
</p>
<p>
</p>
<a class="btn custom-btn" href="">Book A Table</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Video Modal Start-->
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" id="video" allowscriptaccess="always" allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Video Modal End -->
<!-- Footer Start -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="row">
<div class="col-md-6">
<div class="footer-contact">
<h2>Our Address</h2>
<p><i class="fa fa-map-marker-alt"></i>345 - 45 Nairobi</p>
<p><i class="fa fa-phone-alt"></i>+254 745695939</p>
<p><i class="fa fa-envelope"></i>[email protected]</p>
<div class="footer-social">
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><i class="fab fa-facebook-f"></i></a>
<a href=""><i class="fab fa-youtube"></i></a>
<a href=""><i class="fab fa-instagram"></i></a>
<a href=""><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<p>Copyright © <a href="index.html">Steak House</a>, All Right Reserved.</p>
<p>Designed By <a href="https://htmlcodex.com">zd</a></p>
</div>
</div>
</div>
<!-- Footer End -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>