-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
117 lines (110 loc) · 4.85 KB
/
contact.html
File metadata and controls
117 lines (110 loc) · 4.85 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Quality healthy food delivered to you very fast">
<meta name="keywords" content="fast food, affordable food, quality food">
<meta name="author" content="Gabriel Machel">
<title>Fast-Food-Fast</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/css/contact.css">
</head>
<body>
<!-- Header section -->
<header id="header">
<div class="container">
<div id="branding">
<h1>Fast Food Fast</h1>
</div>
<nav class="menu">
<ul id="menu-list">
<li>
<a href="index.html">Home</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- Contact section -->
<main id="contact">
<div class="container">
<div class="contact-us">
<p class="first">Contact our customer service</p>
<p><i class="fa fa-comment-o"></i> Live chat</p>
<p><i class="fa fa-envelope-o"></i> <span class="email">service.food@fastfoodfast.co.ke</span></p>
<p><i class="fa fa-phone"></i> 0701 234 567</p>
</div>
<div class="contact-us">
<p class="first">Are you a restaurant?</p>
<p>Would you want your restaurant listed on Fast Food Fast? Are you our partner already, and have
questions regarding our service? Feel free to always send us an email through: <span class="email">restaurant.food@fastfoodfast.co.ke</span></p>
</div>
<div class="contact-us">
<p class="first">Do you need our Service?</p>
<p>Fast Food Fast can help you treat your employees to the best lunch delivery service available in
Kenya. For more information, you can contact us via our corporate service.<span class="email">service.food@fastfoodfast.co.ke</span>
or class us on 0701 234 567.</p>
</div>
<div class="contact-us">
<p class="first">Have a press enquiry?</p>
<p>Would you want to write about Fast Food Fast? Do you need pictures, logos or interviews? Feel
free to email us at: <span class="email">restaurant.food@fastfoodfast.co.ke</span></p>
</div>
</main>
<!-- Footer section -->
<footer id="footer">
<div class="container">
<div class="bottom">
<h2>City</h2>
<p>Nairobi</p>
<p>Mombasa</p>
<p>Upper Hill</p>
<p>Gigiri</p>
<p>Riverside</p>
</div>
<div class="bottom">
<h2>Cuisines</h2>
<p>Chicken in Nairobi</p>
<p>Burger in Nairobi</p>
<p>African Food in Nairobi</p>
<p>Barbecue in Nairobi</p>
<p>Seafood in Nairobi</p>
<p>Pasta in Nairobi</p>
<p>Cakes & Pastries in Nairobi</p>
<p>Salad in Nairobi</p>
<p>Halal in Nairobi</p>
<p>Chinese in Nairobi</p>
<p>Pizza in Nairobi</p>
<p>Indian in Nairobi</p>
</div>
<div class="bottom">
<h2>Popular restaurants</h2>
<p>KFC Delivery</p>
<p>Big Square</p>
<p>Java House</p>
<p>Steers</p>
<p>Debonairs</p>
<p>Pizza Mojo</p>
<p>Nyama Mama</p>
<p>ArtCaffe</p>
<p>Brew Bistro</p>
<p>Thai Star</p>
<p>Mambo Italia</p>
<p>Absolute Juice</p>
<p>The Vista Restaurant</p>
<p>Clay Oven</p>
<p>All restaurants near me</p>
</div>
<div class="bottom">
<h2>Fast Food Fast</h2>
<p>About Us</p>
<p>FAQs & Contact</p>
<p>Terms and Conditions</p>
<p>Privacy Policy</p>
</div>
<div class="copyright">Fast Food Fast, Copyright © 2018</div>
</div>
</footer>
</body>
</html>