-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
215 lines (185 loc) · 9.21 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="images/icon.png">
</head>
<body>
<header id="header">
<!-- <div class="top-bar">
<div class="container">
</div>
</div> -->
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><h1 style="font-family: Rougant">Real Taste</h1></a>
</div>
<div class="collapse navbar-collapse navbar-right test">
<ul class="nav navbar-nav">
<li><a href="#" class="inactiveLink"><span id='ct6'></span></a></li>
<li><a href="home.html">Home</a></li>
<li class="active"><a href="about-us.html">About Us</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section id="about-us">
<div class="container">
<div class="center wow fadeInDown">
<h2>About Real Taste</h2>
<p class="lead">We're a food industry that aims to provide provide the best dishes out there. Our values include providing fair wages for workers, giving back to the communities we work with, and serving great food because everybody deserve the decent food.</p>
</div>
<section id="carousel">
<div class="container wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="center">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators pt-5">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<center>
<img src="images/background/chef.jpg " class="img-responsive" >
</center>
</div>
<div class="item">
<center>
<img src="images/background/tomatoes.jpg" class="img-responsive" >
</center>
</div>
<div class="item">
<center>
<img src="images/background/chef2.jpg" class="img-responsive">
</center>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev" style="color:black">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next" style="color:black">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- Our Skill -->
<div class="skill-wrap clearfix">
<div class="center wow fadeInDown">
<h2>We Are The Best In The Business
</h2>
<p class="lead">We ensure that the ingredients that we get are fresh, quality meat that provide a wonderfully juicy and extremely tasty eating experience, and spices that brings out the flavor in our dishes. We also provide service at your home because we want you to be able to enjoy our food at your home's comfort. </p>
</div>
</div>
</div>
</section>
<section id="contact-info">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="media contact-info wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="pull-left">
<i class="fa fa-phone"></i>
</div>
<div class="media-body">
<h2>If any question from the customer?</h2>
<p>We provide 24/7 Customer service with good quality staff employment, we assure that you can get the best result from our Establishment just contact +63956 302 5521</p>
</div>
</div>
</div>
</div>
</div>
<!--/.container-->
</section>
<!--/#conatcat-info-->
<section id="bottom">
<div class="container wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="widget">
<h3>Restaurant</h3>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<!--/.col-md-3-->
<div class="col-md-3 col-sm-6">
<div class="widget">
<h3>Service</h3>
<ul>
<li><a href="contact.html">Pick up</a></li>
<li><a href="contact.html">Delivery</a></li>
</ul>
</div>
</div>
<!--/.col-md-3-->
<div class="col-md-3 col-sm-6">
<div class="widget">
<h3>Eat with us</h3>
<ul>
<li><a href="contact.html">Reservation</a></li>
<h5><b>Location</b></h5>
<li><p>5/F B And L Building 116 Legaspi Street Legaspi Village 1200, Makati, Metro Manila</p></li>
</ul>
</div>
</div>
<!--/.col-md-3-->
<div class="col-md-2 col-sm-6">
<div class="widget">
<h3>Information</h3>
<h5><b>Store hours</b></h5>
<p>Monday to Friday;at 8:00 AM to 8:00 PM</p>
<p>Satuday to Sunday;at 10:00 AM to 6:00 PM </p>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-6">
© 2021 <a target="_blank" href="http://shapebootstrap.net/" title="Free Twitter Bootstrap WordPress Themes and HTML templates">Real Taste</a>. All Rights Reserved.
</div>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
<script src="js/carousel.min.js"></script>
<script src="js/wow.min.js"></script>
</body>
</html>