-
Notifications
You must be signed in to change notification settings - Fork 1
/
yoga-category-all.php
215 lines (178 loc) · 8.88 KB
/
yoga-category-all.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
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
214
215
<?php
require_once 'database/dbcon.php';
// Rest of your code follows...
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Rishikesh visit - Residence & Real Estate</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png" />
<!-- Custom CSS -->
<link href="assets/css/styles.css" rel="stylesheet" />
</head>
<body>
<!-- Main wrapper - style you can find in pages.scss -->
<!-- ============================================================== -->
<div id="main-wrapper">
<!-- ============================================================== -->
<!-- Top header -->
<!-- ============================================================== -->
<!-- Start Navigation -->
<?php include("header.php"); ?>
<!-- End Navigation -->
<div class="clearfix"></div>
<!-- ============================================================== -->
<!-- Top header -->
<!-- ============================ What Happening End ================================== -->
<!-- ============================ Achievements End ================================== -->
<!-- ================================= Recently Property ================================== -->
<section>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 col-md-10 text-center">
<div class="sec-heading center">
<h2>Yoga Schools for you</h2>
<p>
Discover Inner Peace and Wellness: Yoga Schools For You - Nurturing Mind, Body, and Soul in the Serene
Heart of Rishikesh, Uttarakhand, India.
</p>
</div>
</div>
</div>
<div class="row justify-content-center gx-3 gy-4">
<!-- Single Property -->
<?php
$main_cat_id = $_GET['main_cat_id'];
$yogahours = $_GET['yogahours'];
$data_fetch_query = mysqli_query($conn, "select * from allaboutproperty where category = '$main_cat_id' AND sort='$yogahours'");
while ($row_query = mysqli_fetch_array($data_fetch_query)) {
?>
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
<div class="veshm-list-wraps">
<div class="veshm-type fr-sale"><span>
<?php echo $row_query['category']; ?>
</span></div>
<div class="veshm-list-thumb">
<div class="veshm-list-img-slide">
<div class="veshm-list-click">
<div>
<a
href="https://rishikeshvisit.com/single-view.php?main_id=<?php echo $row_query['prop_id']; ?>&main_category=<?php echo $row_query['category']; ?>"><img
src="<?php echo $row_query['img_1']; ?>" class="img-fluid mx-auto" alt="" /></a>
</div>
<div>
<a
href="https://rishikeshvisit.com/single-view.php?main_id=<?php echo $row_query['prop_id']; ?>&main_category=<?php echo $row_query['category']; ?>"><img
src="<?php echo $row_query['img_2']; ?>" class="img-fluid mx-auto" alt="" /></a>
</div>
<div>
<a
href="https://rishikeshvisit.com/single-view.php?main_id=<?php echo $row_query['prop_id']; ?>&main_category=<?php echo $row_query['category']; ?>"><img
src="<?php echo $row_query['img_3']; ?>" class="img-fluid mx-auto" alt="" /></a>
</div>
<div>
<a
href="https://rishikeshvisit.com/single-view.php?main_id=<?php echo $row_query['prop_id']; ?>&main_category=<?php echo $row_query['category']; ?>"><img
src="<?php echo $row_query['img_4']; ?>" class="img-fluid mx-auto" alt="" /></a>
</div>
<div>
<a
href="https://rishikeshvisit.com/single-view.php?main_id=<?php echo $row_query['prop_id']; ?>&main_category=<?php echo $row_query['category']; ?>"><img
src="<?php echo $row_query['img_5']; ?>" class="img-fluid mx-auto" alt="" /></a>
</div>
</div>
</div>
</div>
<div class="veshm-list-block">
<div class="veshm-list-head">
<div class="veshm-list-head-caption">
<div class="rlhc-price">
<h4 class="rlhc-price-name theme-cl">
<?php echo $row_query['price']; ?>
<span class="monthly">/Person</span>
</h4>
</div>
<div class="listing-short-detail-flex">
<h5 class="rlhc-title-name verified">
<a href="https://rishikeshvisit.com/single-view.php?main_id=<?php echo $row_query['prop_id']; ?>&main_category=<?php echo $row_query['category']; ?>"
class="prt-link-detail">
<?php echo substr($row_query['title'], 0, 40); ?>
</a>
</h5>
</div>
<div class="nerb-lists-sgl-04">
<div class="nerb-section-number">
<div class="prt-ves-ratting">
<?php echo $row_query['prop_stars']; ?>
</div>
</div>
<i class="fa-solid fa-people-group"></i>
<?php echo $row_query['prop_no_of_reviews']; ?> Reviews
</div>
</div>
</div>
<div class="veshm-list-footer">
<div class="prty-veryfy ">
<?php echo $row_query['air_services']; ?>
</div>
<div class="prty-veryfy">
<i class="fa-solid fa-utensils"></i>
<?php echo $row_query['meal_services']; ?>
</div>
<div class="prty-veryfy">
<i class="fa-solid fa-circle-check"></i>
Certified Instructors
</div>
<div class="prty-veryfy">
<i class="fa-solid fa-language"></i>
<?php echo $row_query['faculty_language']; ?>
</div>
<div class="prty-veryfy">
<i class="fa-solid fa-calendar"></i>
<?php echo $row_query['no_of_days']; ?> Days
</div>
</div>
<div class="veshm-list-availabilty">
<a href="https://rishikeshvisit.com/single-view.php?main_id=<?php echo $row_query['prop_id']; ?>&main_category=<?php echo $row_query['category']; ?>"
class="btn btn-avalability">Read More</a>
</div>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
</section>
<!-- ================= Recent Property End ================= -->
<!-- ============================ Footer Start ================================== -->
<?php include 'footer.php'; ?>
<!-- ============================ Footer End ================================== -->
<a id="back2Top" class="top-scroll" title="Back to top" href="#"><i class="ti-arrow-up"></i></a>
</div>
<!-- ============================================================== -->
<!-- End Wrapper -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- All Jquery -->
<!-- ============================================================== -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/rangeslider.js"></script>
<script src="assets/js/jquery.nice-select.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/slick.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/imagesloaded.js"></script>
<script src="assets/js/dropzone.js"></script>
<script src="assets/js/datedropper-javascript.js"></script>
<script src="assets/js/custom.js"></script>
<!-- ============================================================== -->
<!-- This page plugins -->
<!-- ============================================================== -->
</body>
</html>