-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (79 loc) · 3.84 KB
/
index.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
<!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">
<meta name="description" content="My website is about food, drinks and enjoyment.">
<meta name="keywords" content="Food, drinks, enjoyments">
<meta name="author" content="Nonye < NonyeAsogwa@gmail.com>">
<meta name="robots" content="index,follow">
<link rel="stylesheet" type="text/css" href="main.css">
<meta property="og:title" content="EJIMELO KITCHEN">
<meta property="og:description" content="Ejimelo Kitchen provides you with differet types of foods including intercontinental dishes.">
<title>Ejimelo Kitchen</title>
<!-- this add icon to ur webpage -->
<link rel="icon" href="ek.jpeg" type="image/x-icon">
<!-- <svg width="100" height="100">
<image class ="logo" xlink:href="logo.svg" width="100" height="100"/>
</svg> -->
</head>
<body>
<div class ="logo">
<svg width="100" height="100">
<image xlink:href="logo.svg" width="100" height="100"/>
</svg>
</div>
<header>
<nav>
<ul>
<li class = "nav5" ><a href="#section1"> Home</a> </li>
<li class = "nav6" ><a href="#Meals">Menue</a> </li>
<li class = "nav6" ><a href="About Us">About Us</a> </li>
<li class = "nav6" ><a href="contactUs.html">Contact us</a> </li>
<li class = "nav1"><a href="SignUp"> Sign Up</a></li>
<li class = "nav1"> <a href="Login"> Login</a></li>
</ul>
</nav>
</header>
<div class ="d1">
<h1 >Welcome to Ejimelo Kitchen</h1>
<p class ="p1"> <br> satisfy your cravings; <br> Eat Drink and Enjoy </p>
</div>
<div class ="d2">
<h1 class = "h2">Our Story</h1>
<section class ="s1">
<img class = "img2 "src="https://ofefoods.com/storage/2020/10/bd06e3b4de358b7c5700150e987b2850.jpeg"/>
<div class ="d4">
<h1>Dedicated to delight you</h1>
<p>
<br> Whether you're craving a comforting home-cooked meal or looking to explore new gastronomic delights, Ejimelo Kitchen has something special in store for you. Step into our warm and inviting ambiance, and allow us to take you on a culinary journey that celebrates the art of food.
Thank you for joining us at Ejimelo Kitchen. We look forward to serving you with love, passion, and a touch of culinary magic.
<br> <br>
Bon appétit!
</p>
</div>
</section>
<h1 class="Meals">find your favorite Meal</h1>
<section >
<ul >
<li class = "s2"><a class = "s2" href="Menue"> Menue</a> </li>
<li class = "s2"> <a class = "s2" href="#Soups"> Soups</a> </li>
<li class = "s2" > <a class = "s2" href="#Driks"> Drinks</a> </li>
</ul>
</section>
<div class ="s5">
<ul>
<li> <img class = "j1" src="https://allnigerianfoods.com/wp-content/uploads/okro-2.jpg" alt="Okro Soup"/></li>
<li><img class = "j2" src="https://www.laveedahfoods.com/wp-content/uploads/2019/10/IMG-20191023-WA0000.jpg" alt="Abacha" /></li>
<!-- <li> <img class = "j3" src ="https://scontent.fabv2-1.fna.fbcdn.net/v/t39.30808-6/272188927_475663703980686_6370374312036304755_n.jpg?_nc_cat=104&cb=99be929b-59f725be&ccb=1-7&_nc_sid=a26aad&_nc_eui2=AeHZx8P-UcjFIJmOUSJXYzVhlFfBXSvzB5yUV8FdK_MHnD26QdIjl6Vx_Xg-Ok93UM357vGiNsW537uCcUMr1XPA&_nc_ohc=b51wT6DJCokAX_qQMVq&_nc_zt=23&_nc_ht=scontent.fabv2-1.fna&oh=00_AfBv8IVTkK2D8KpZ2V3u11P84iq6wyyEHt3-VhUId8vWdw&oe=64C0410C" alt="Palm Wine"/></li> -->
</ul>
</div>
</div>
<footer>
<div>
<h4> © copyright 2023 <a href="mailto: Nonye.asogwa@forestcitycoffeeco.com">Ejimelo Kitchen .co </a> </h4>
</div>
</footer>
</body>
</html>