forked from mskhan95/KFC-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
143 lines (111 loc) · 5.39 KB
/
product.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!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>KFC Menu Prices | KFC Menu Deals, Offers & Exclusives</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="./footer.css">
<link rel="stylesheet" href="./product.css">
<link rel="stylesheet" href="Navbar.css">
<link rel="icon" href="https://i.ibb.co/tMDZB8V/download.png" type="image/x-icon">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<body>
<!-------loader div------->
<div id="loader">
<img src="./images/KFC_Loader_Gif.gif" alt="Loading">
</div>
<!------ Main Div ------->
<div class=".wholeDiv">
<div id="checkNav" class="sticky">
<div id="leftside">
<div class="logo">
<a href="index.html"><img src="https://online.kfc.co.in/static/media/kfcLogo.492728c6.svg"/></a>
</div>
<div>
<a id="navbarmenu" href="./product.html" style="text-decoration: none;color: black;font-weight: bold;font-size: 13px;"> Menu</a>
</div>
<div>
<a id="navbardeal" href="deals.html" style="text-decoration: none; margin-left: -15px;color: black;font-weight: bold;font-size: 13px;"> Deals</a>
</div>
</div>
<div id="rightside">
<div>
<img width="18px"
src="https://images.ctfassets.net/wtodlh47qxpt/6bJdGLRkksNvWP4LI9ZiFF/cb89d6393492fd093e0f99980abfa39e/Account_Icon.svg"
alt="image" />
<a id="signout_signin"style="text-decoration: none;margin-left: 15px;color: black;font-size: 13px;" href="signpage1.html"><h4 id="uesr_name">Sign In</h4></a>
</div>
<div id="line_div">|</div>
<div id="signindiv">
<a href="./cart.html" style="text-decoration: none;margin-top: 10px;color: black;font-size: 13px; margin-top: 2px "><h4 id="array_length">0</h4></a>
<img width="38px"
src="https://images.ctfassets.net/wtodlh47qxpt/6qtBVFuno7pdwOQ9RIvYm9/d13e9b7242980972cf49beddde2cc295/bucket_cart_icon.svg"
alt="image" />
</div>
</div>
</div>
<div id="blackpatti">
<h2 id="cityname">LET'S ORDER FOR DELIVERY, PICK UP, OR DINE-IN</h2>
<div id="btnbtn" > <a href="./product.html"> <button>Start Order</button></a> </div>
</div>
<div id="maincontainer">
<!-- Left Side Div box -->
<div id="leftcontainer">
<img width="50px" style="margin-left: 4%;" src="https://online.kfc.co.in/static/media/Stripes_Small_OffersIcon.87fc6256.svg" alt="">
<ul class="box" type="none">
<li id="kfctitle" >KFC MENU</li>
<li > <a href="#exc">Exclusive Deal</a></li>
<li > <a href="#chic">Chicken Buckets</a></li>
<li > <a href="#new">New Launch</a></li>
<li > <a href="#biry">Biryani Buckets</a></li>
<li > <a href="#box">Box Meals</a></li>
<li > <a href="#Bur">Burgers</a></li>
<li > <a href="#stay">Stay Home Specials</a></li>
<li > <a href="#Snac">Snacks</a></li>
<li > <a href="#Beve">Beverages</a></li>
</ul>
</div>
<!-- right Side Div box -->
<div id="rightcontainer">
<input id="input_box" type="text" placeholder=" Search our menu">
<button style="height: 30px; width: 7%; padding: 0px 10px;background-color: #e4002b; border: none; color: white; border-radius: 12px;" id="sea">Search</button>
<div class="menubox" id="maincon">
<hr color="black" style="margin-top: 25px; margin-bottom: -100;">
<h2 class="mainheading" id="exc">Exclusive Deal</h2>
<div id="exclusiveDeal"> </div>
<h2 class="mainheading" id="chic">Chicken Buckets</h2>
<div id="chickenBuckets" class="menudiv"></div>
<h2 class="mainheading" id="new">New Launch</h2>
<div id="newLaunch" class="menudiv"></div>
<h2 class="mainheading" id="biry">Biryani Buckets</h2>
<div id="biryaniBuckets" class="menudiv"></div>
<h2 class="mainheading" id="box">Box Meals</h2>
<div id="boxMeals" class="menudiv"></div>
<h2 class="mainheading" id="Bur">Burgers</h2>
<div id="Burgers" class="menudiv"></div>
<h2 class="mainheading" id="stay">Stay Home Specials</h2>
<div id="stayHomeSpecials" class="menudiv"></div>
<h2 class="mainheading" id="Snac">Snacks</h2>
<div id="Snacks" class="menudiv"></div>
<h2 class="mainheading" id="Beve">Beverages</h2>
<div id="Beverages" class="menudiv"></div>
</div>
</div>
</div>
<div id="foot"></div>
</div>
</body>
</html>
<script>
// let kfcmenu = ["Exclusive Deal", "Chicken Buckets", "New Launch", "Biryani Buckets", "Box Meals", "Burgers", "Stay Home Specials", "Snacks", "Beverages"];
setTimeout(gif, 1000);
function gif() {
document.getElementById("loader").style.display = "none";
document.querySelector(".wholeDiv").style.display = "block";
}
</script>
<script src="./product.js"></script>