-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
64 lines (63 loc) · 2.71 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
<!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 rel="stylesheet" href="styles/about.css">
</head>
<body>
<div class="head">
<a href="index.html"><div class="arrow-container"><img src="images/food-icons/271226.png" alt="" class="arrow"></div></a>
<img src="images/food-icons/istockphoto-1426346743-612x612.jpg" alt="" class="cooks">
</div>
<p class="about">About Us</p>
<div class="envelope">
<img src="images/food-thumbnails/photo-1638436684761-7e59f8a9072f.jpeg" alt="" class="food-thumbnail image1">
<p class="content1">
<span>Eats</span> was born out of a passion for sharing the incredible taste of Nigerian cuisine with the world. We believe that food is more than just sustenance; it's a journey that connects us to our culture, heritage and loved ones.
</p>
</div>
<div class="envelope">
<p class="content2">
At <span>Eats</span>, we source authentic ingredients and traditional recipes to create delicious Nigerian meals you can enjoy at home. Whether you're a seasoned Nigerian food enthusiast or a curious newcomer, we invite you to explore the vibrant flavors of our homeland.
</p>
<img src="images/food-thumbnails/aab97e825f268792f584501aa634f289.jpg" alt="" class="food-thumbnail image2">
</div>
<div class="container">
<div>
<header>Our Mission</header>
<p class="content3">
<ul>
<li>To bring the taste of Nigeria to everyone's table</li>
<li>To celebrate the rich culinary traditions of Nigeria</li>
<li>To make Nigerian food accessible and convenient</li>
</ul>
</p>
</div>
<div>
<header>Our Values</header>
<ul>
<li>Authenticity: We use high-quality ingredients and traditional methods to create genuine Nigerian flavors</li>
<li>Freshness: We believe in using fresh, seasonal ingredients to deliver the best possible taste</li>
<li>Community: We're passionate about sharing the joy of Nigerian food and connecting people through shared experiences</li>
</ul>
</div>
</div>
<p class="action-call">
Ready to embark on your own delicious adventure? Browse our menu and discover the taste of Nigera today!
</p>
<div class="partner-container">
<header>Partners</header>
<ul>
<li>Babban Gona</li>
<li>Coscharis Farms</li>
<li>Olam's Farms</li>
<li>Tomato Jos</li>
<li>Kereksuk Rice plantation</li>
<li>Niji Farms</li>
</ul>
</div>
<footer>TESCO</footer>
</body>
</html>