-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
213 lines (209 loc) · 8.3 KB
/
index.php
File metadata and controls
213 lines (209 loc) · 8.3 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<?php
include_once("header.php");
include('hms/include/config.php');
?>
<div class="main-slider">
<div class="slider">
<div>
<div class="slider-img">
<img src="Images/slider1.jpeg" height="500" width="100%">
<div class="slider-text">
<div class="container" id="slide">
<div class="col-md-8 textside position-relative">
<div class="content text-center">
<h6 class="mb-0 ">Too good to wait <br> Till tommorow</h6>
<h1 class="mb-0 ">GET YOUR FEVOURITE TREATS DELIVERED <br> ON THE SAME DAY</h1>
<a class="more_btn " href="category.php?viewid=1">Order Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="slider-img ">
<img src="Images/slider3.jpeg" height="500" width="100%">
<div class="slider-text">
<div class="container" id="slide">
<div class="col-md-8 textside position-relative">
<div class="content text-center">
<h6 class="mb-0 ">Too good to wait <br> Till tommorow</h6>
<h1 class="mb-0 ">GET YOUR FEVOURITE TREATS DELIVERED <br> ON THE SAME DAY</h1>
<a class="more_btn" href="category.php?viewid=2">Order Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="slider-img ">
<img src="Images/slider2.jpeg" height="500" width="100%">
<div class="slider-text">
<div class="container" id="slide">
<div class="col-md-8 textside position-relative">
<div class="content text-center">
<h6 class="mb-0 ">Too good to wait <br> Till tommorow</h6>
<h1 class="mb-0 ">GET YOUR FEVOURITE TREATS DELIVERED <br> ON THE SAME DAY</h1>
<a class="more_btn" href="category.php?viewid=3">Order Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="slider-img ">
<img src="Images/slider4.jpeg" height="500" width="100%">
<div class="slider-text">
<div class="container" id="slide">
<div class="col-md-8 textside position-relative">
<div class="content text-center">
<h6 class="mb-0 ">Too good to wait <br> Till tommorow</h6>
<h1 class="mb-0 ">GET YOUR FEVOURITE TREATS DELIVERED <br> ON THE SAME DAY</h1>
<a class="more_btn" href="category.php?viewid=4">Order Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Marque tag -->
<div class="mrq">
<div class="marquee-container">
<div class="marquee-content">
<h1 class="left">Tailored to your occasion</h1>
<h1 class="right">Discover a world of delectable desserts</h1>
<h1 class="left">Tailored to your occasion</h1>
<h1 class="right">Discover a world of delectable desserts</h1>
<h1 class="left">Tailored to your occasion</h1>
<h1 class="right">Discover a world of delectable desserts</h1>
<h1 class="left">Tailored to your occasion</h1>
<h1 class="right">Discover a world of delectable desserts</h1>
<h1 class="left">Tailored to your occasion</h1>
<h1 class="right">Discover a world of delectable desserts</h1>
</div>
</div>
</div>
<!-- Products -->
<div class="best-sell">
<h3>CATEGORIE'S</h3>
<div>
<div class="container">
<div class="row">
<?php
$sql=mysqli_query($con,"select * from category ");
while($row=mysqli_fetch_array($sql))
{
?>
<div class="col-xs-12 col-md-12 col-ds-3 col-lg-3 animate__animated animate__slideInLeft animate__slow 2s">
<div class="card bs">
<img src="hms/images/<?php echo $row['catimg'];?>" class="card-img-top" alt="..." height="200px" width="100%">
<div class="card-body">
<h5 class="card-title"><?php echo $row['catname'];?></h5>
<a href="category.php?viewid=<?php echo $row['id'];?>"><button>View More</button></a>
</div>
</div>
</div>
<?php } ?>
<!-- <div class="col-xs-12 col-md-12 col-ds-3 col-lg-3 animate__animated animate__slideInLeft animate__slow 2s">
<div class="card bs">
<img src="Images/Opera.jpeg" class="card-img-top" alt="..." height="200px" width="100%">
<div class="card-body">
<h5 class="card-title">Signature Cake</h5>
<a href="./Signature-Cakes.php"><button>View More</button></a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-12 col-ds-3 col-lg-3 animate__animated animate__slideInRight animate__slow 2s">
<div class="card bs">
<img src="Images/CheesecakeSaltedCaramel.jpeg" class="card-img-top" alt="..." height="200px" width="100%">
<div class="card-body">
<h5 class="card-title">Cheese Cake</h5>
<a href="./Cheesecakes.php"><button>View More</button></a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-12 col-ds-3 col-lg-3 animate__animated animate__slideInRight animate__slow 2s">
<div class="card bs">
<img src="Images/LoafCarrotWalnut.jpeg" class="card-img-top" alt="..." height="200px" width="100%">
<div class="card-body">
<h5 class="card-title">Loaf Cake</h5>
<a href="./Loaf-Cakes.php"><button>View More</button></a>
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- Feature section -->
<div class="ftr1">
<div class="container ftr">
<div class="row features animate__animated animate__slideInDown animate__slow 2s">
<div class="col-xs-12 col-md-12 col-ds-3 col-lg-3">
<i class="fa fa-user-secret ico" aria-hidden="true"></i>
<br>
<h6>PRIMIUM
<br>INGREDIANTS
</h6>
</div>
<div class="col-xs-12 col-md-12 col-ds-3 col-lg-3">
<i class="fa fa-certificate ico" aria-hidden="true"></i>
<br>
<h6>EXPECTIONAL
<br>QUALITY
</h6>
</div>
<div class="col-xs-12 col-md-12 col-ds-3 col-lg-3">
<i class="fa fa-smile-o ico" aria-hidden="true"></i>
<br>
<h6>GUARANTED
<br>SATISFACTION
</h6>
</div>
<div class="col-xs-12 col-md-12 col-ds-3 col-lg-3">
<i class="fa fa-birthday-cake ico" aria-hidden="true"></i>
<br>
<h6>14 YEARS OF
<br>BAKING EXCELLENCE
</h6>
</div>
</div>
</div>
</div>
<!-- Hero section -->
<div class="hr">
<div class="hero0 animate__animated animate__zoomInDown animate__slow 2s">
<div class="overlay"></div>
<div class="cnt">
<h1 class="hh">SHOP<br><b>GIFT CARD</b><br>NOW</h1>
</div>
</div>
</div>
<!-- about section -->
<div>
<div class="container">
<div class="row ckabt animate__animated animate__slideInDown animate__slow 2s">
<div class="col-xs-12 col-md-12 col-ds-5 col-lg-5">
<img src="Images/abt.jpeg" alt="" width="100%" height="700px">
</div>
<div class="col-xs-12 col-md-12 col-ds-7 col-lg-7 abt">
<h1>Kaavya Sukeerth</h1>
<p>With 12 years of immersive experience as a baker, pastry chef, and chocolate connoisseur, Kaavya’s journey
has been a delightful exploration of learnings and interactions with culinary maestros across the globe.</p>
<br>
<p>Today, Kay Patisserie stands as the culmination of her remarkable journey. Specialising in delectably
sinful desserts and custom-curated cakes, it is a celebration of Kaavya's passion and commitment to making
every occasion sweet and special.</p>
<a class="lrnbtn" href="./AboutUs.php">LERN MORE</a>
</div>
</div>
</div>
</div>
<?php
include_once("footer.php");
?>
<!-- index.php file -->