-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipes.php
173 lines (154 loc) · 6.29 KB
/
recipes.php
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
<?php include('head.php');?>
<?php include('head.php');?>
<?php include('header_logout.php');?>
<!-- Start All Pages -->
<div class="all-page-title page-breadcrumb">
<div class="container text-center">
<div class="row">
<div class="col-lg-12">
<h1>Great Recipes</h1>
</div>
</div>
</div>
</div>
<!-- End All Pages -->
<!-- Start Menu -->
<div class="menu-box">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="heading-title text-center">
<h2>Recipes</h2>
<p>Here are our most popular categories of recipes, submitted by our users, guests of our website, and professional cooks.</p>
</div>
</div>
</div>
<div class="row inner-menu-box">
<div class="col-3">
<div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="#v-pills-home" role="tab" aria-controls="v-pills-home" aria-selected="true">All Categories</a>
</div>
</div>
<div class="col-9">
<div class="tab-content" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-home" role="tabpanel" aria-labelledby="v-pills-home-tab">
<div class="row">
<div class="col-lg-4 col-md-6 special-grid drinks">
<a href="chicken-recipes.php">
<div class="gallery-single fix">
<img src="images/home-chicken.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="chicken-recipes.php">Chicken Recipes</a></h4>
<p>Find recipes for fried chicken, chicken breast, grilled chicken, chicken wings and more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid drinks">
<a href="mutton-recipes.php">
<div class="gallery-single fix">
<img src="images/home-mutton.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="mutton-recipes.php">Mutton Recipes</a></h4>
<p>Find recipes for fried mutton, chicken curry, grilled mutton and more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid drinks">
<a href="fish-recipes.php">
<div class="gallery-single fix">
<img src="images/home-fish.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="fish-recipes.php">Fish Recipes</a></h4>
<p>Fish is healthy and easy to bake, grill, or fry. Find fish recipes for tilapia, cod, salmon, tuna and more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid lunch">
<a href="north-indian-recipes.php">
<div class="gallery-single fix">
<img src="images/home-north-indian.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="north-indian-recipes.php">North Indian Recipes</a></h4>
<p>Find recipes for kadai paneer, chole, allo paratha and more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid lunch">
<a href="south-indian-recipes.php">
<div class="gallery-single fix">
<img src="images/home-south-indian.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="south-indian-recipes.php">South Indian Recipes</a></h4>
<p>Find recipes for idli, dosa, upam and more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid lunch">
<a href="middle-eastern-recipes.php">
<div class="gallery-single fix">
<img src="images/home-middle-eastern.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="middle-eastern-recipes.php">Middle Eastern Recipes</a></h4>
<p>Find recipes for mandi, kofta, shawarma, knafeh and more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid dinner">
<a href="italian-recipes.php">
<div class="gallery-single fix">
<img src="images/home-italian.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="italian-recipes.php">Italian Recipes</a></h4>
<p>Find recipes for margherita pizza, focaccia bread, bruschetta, panzenella and more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid dinner">
<a href="chinese-recipes.php">
<div class="gallery-single fix">
<img src="images/home-chinese.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="chinese-recipes.php">Chinese Recipes</a></h4>
<p>Find recipes for soups, noodles, szechwan cilli chicken and more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid drinks">
<a href="soft-drinks.php">
<div class="gallery-single fix">
<img src="images/home-soft-drinks.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="soft-drinks.php">Soft Drinks</a></h4>
<p>Find recipes for mocktails and many more!</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 special-grid drinks">
<a href="tea-coffee.php">
<div class="gallery-single fix">
<img src="images/home-tea-coffee.jpg" class="img-fluid" alt="Image">
<div class="why-text">
<h4><a href="tea-coffee.php">Tea / Coffee</a></h4>
<p>Find recipes for tea, coffee and more!</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Menu -->
<?php include('footer.php');?>