-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
92 lines (58 loc) · 2.53 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
<!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 Us</title>
<script src="./script.js" defer></script>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./about.css">
<link rel="icon" href="./Media/kklogo_final.png">
</head>
<body>
<div class="navbar">
<ul>
<li><a href="./index.html"><img id="logo" src="./Media/kklogo_final.png" alt=""></a></li>
<li class="nav_item" id="home"><a href="./index.html">Home</a></li>
<li class="nav_item" id="about"><a href="./about.html">About</a></li>
<li class="nav_item" id="contact"><a href="./contact.php">Contact Us</a></li>
<li class="nav_item" id="log_in"><a href="login.php">Log In</a></li>
</ul>
</div>
<div class="menu_container">
<button id="menu"><img src="./Media/menu.png" alt=""> </a> </button>
</div>
<div id="menu_items">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./contact.php">Contact</a></li>
<li><a href="./login.php">Log In</a></li>
</ul>
</div>
<div class="main">
<img id="poster" src="./Media/kklogo_final.png" alt="">
<div class="about_content">
<span>We provide home-cooked food delivery service at reasonable cost. We understand your affection towards food prepared at home , with love.Our motive is to satisfy our clients with good service at affordable cost</span>
</div>
<!--
<h1 id="our_plans">Our Plans</h1>
<div class="plans">
<img class="plans_image" src="./Media/bijay_test2.png" alt="">
<img class="plans_image" src="./Media/bijay_test2.png" alt="">
</div>
<div class="plans">
<img class="plans_image" src="./Media/bijay_test2.png" alt="">
<img class="plans_image" src="./Media/bijay_test2.png" alt="">
</div>
</div> -->
<div id="how_to">
<h1>How to Use The Plaform</h1>
<img id="how_to_image" src="./Media/Yearly Subscription Plan.png" alt="">
</div>
<div class="footer">
© 2023 Kitchen Kourier Pvt. Ltd.
</div>
</body>
</html>