-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
103 lines (91 loc) · 3.48 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
<!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>About</title>
<!-- google fonts cdn link -->
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<body>
<div class="homepage">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="popular.html">Popular</a></li>
<li><a href="order.html">Contact</a></li>
</ul>
<div class="landpage">
<div class="about">
<p id="class">
<h1 class="mimi">About <span class="us">Us</span></h1>
<h3>About our <span class="us">Tasty Food</span></h3>
Welcome to our wonderfull cuisines where the satisfaction
of your stomach is the most important and valuable thing
for us.We aim at giving you the best time of your
life and ensuring that you have heard the chance to taste
all our mouth watering delicacies.We welcome you to come
have a taste of our lavishing meals that are prepared by
our wonderful team that is always at your service to serve
and ensure that you have a quality time at our restaurant.
</p>
</div>
<div class="images">
<div class="image">
<img src="images/lunch.jpg" alt="Image 4">
</div>
</div>
</div>
<!-- <div class="image">
<img src="/images/cheff.jpg" alt="Image 1" id="pic1">
</div> -->
</div>
</div>
</div>
<div class="footer">
<!-- <div class="waves">
<div class="wave" id="wave1"></div>
<div class="wave" id="wave2"></div>
<div class="wave" id="wave3"></div>
<div class="wave" id="wave4"></div> -->
<!-- </div> -->
<div class="box">
<h3>Contact info</h3>
<p><i class="fa fa-map-marker" aria-hidden="true"></i> Nairobi, Kawangware 10012</p>
<p><i class="fa fa-envelope" aria-hidden="true"></i> foodiefiesta@gmail.com</p>
<p><i class="fa fa-phone-square" aria-hidden="true"></i> +254-724267323</p>
<p><i class="fa fa-phone-square" aria-hidden="true"></i> +254-787533222</p>
</div>
<div class="box">
<h3>Branch location</h3>
<a href="#">Nairobi</a><br>
<a href="#">Kisumu</a><br>
<a href="#">Machakos</a><br>
<a href="#">Muranga</a><br>
</div>
<div class="box">
<h3>Quick links</h3>
<a href="#">Home</a><br>
<a href="#">About</a><br>
<a href="#">Menu</a><br>
<a href="#">Popular</a><br>
<a href="#">Gallery</a><br>
<a href="#">Order</a><br>
</div>
<div class="box">
<h3>Follow us</h3>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i> Instagram</a><br>
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i> Facebook</a><br>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i> Twitter</a><br>
</div>
<h1 class="credit">Created by<a class="food" href="#">FoodieFiesta</a>all rights reserved.</h1>
</div>
<script src="about.js"></script>
</body>
</html>