-
Notifications
You must be signed in to change notification settings - Fork 0
/
event-gallery.html
213 lines (179 loc) · 12 KB
/
event-gallery.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QJCYVVK2Q0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QJCYVVK2Q0');
</script>
<title>Private Chef & Cooking Classes in Hua Hin. Culinary Inspiration.</title>
<meta property="og:title" content="Private Chef & Cooking Classes in Hua Hin. Culinary Inspiration." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kinthai.in.th/event-gallery.html" />
<meta property="og:image" content="https://kinthai.in.th/img/events/norway-villa-1.jpg" />
<meta property="og:description" content="Private Chefs, Cooking Classes & Events in Hua Hin: Unforgettable Dining with Kinthai. Transform venues into extraordinary culinary experiences." />
<meta property="og:site_name" content="Kinthai" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Private Chefs, Cooking Classes & Events in Hua Hin: Unforgettable Dining with Kinthai. Transform venues into extraordinary culinary experiences.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://kinthai.in.th/event-gallery.html">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link href="./css/aos.css" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css" />
<script src="./js/jquery.min.js"></script>
<link rel="icon" href="./img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<link rel="manifest" href="./img/site.webmanifest">
<!-- gallery -->
<link rel="stylesheet" href="css/baguetteBox.min.css">
<style>
#gallery {
display: flex; /* Use flexbox to create a horizontal layout */
flex-wrap: wrap; /* Allow the images to wrap to the next row */
gap: 20px; /* Adjust the gap between images */
justify-content: center;
}
#gallery a {
width: 275px;
height: auto;
}
#gallery img {
width: 100%;
height: 100%;
object-fit: cover;
}
</style>
<!-- gallery -->
</head>
<div id="header"></div>
<script>
fetch('header.html')
.then(response => response.text())
.then(data => {
document.getElementById('header').innerHTML = data;
});
</script>
<body>
<div class="maincontent">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<h1 class="display-4 text-center">Hua Hin Cooking Classes & Private Chef Services</h1>
<h2 class="display-5 text-center">Explore Our Event Gallery and Book a Private Chef or Cooking Class in Hua Hin for a Memorable Experience</h2><br>
<article class="article" data-aos="fade-up" data-aos-duration="1000" data-aos-offset="0" data-aos-delay="200">
<!-- gallery here -->
<div id="gallery">
<a href="img/events/dec23-singapore-1.jpg" data-caption="Singaporean group - Thailand 2023">
<img data-src="img/events/dec23-singapore-1.jpg" class="lozad" alt="Singaporean group - Thailand 2023">
</a>
<a href="img/events/dec23-singapore-2.jpg" data-caption="Singaporean group - Thailand 2023">
<img data-src="img/events/dec23-singapore-2.jpg" class="lozad" alt="Singaporean group - Thailand 2023">
</a>
<a href="img/events/dec23-singapore-3.jpg" data-caption="Singaporean group - Thailand 2023">
<img data-src="img/events/dec23-singapore-3.jpg" class="lozad" alt="Singaporean group - Thailand 2023">
</a>
<a href="img/events/dec18-france-1.jpg" data-caption="French group - Thailand 2023">
<img data-src="img/events/dec18-france-1.jpg" class="lozad" alt="French group - Thailand 2023">
</a>
<a href="img/events/dec18-france-2.jpg" data-caption="French group - Thailand 2023">
<img data-src="img/events/dec18-france-2.jpg" class="lozad" alt="French group - Thailand 2023">
</a>
<a href="img/events/dec18-france-3.jpg" data-caption="French group - Thailand 2023">
<img data-src="img/events/dec18-france-3.jpg" class="lozad" alt="French group - Thailand 2023">
</a>
<a href="img/events/dec18-france-4.jpg" data-caption="French group - Thailand 2023">
<img data-src="img/events/dec18-france-4.jpg" class="lozad" alt="French group - Thailand 2023">
</a>
<a href="img/events/dec11-norway-2.jpg" data-caption="Norwegian customers - Thailand 2023">
<img data-src="img/events/dec11-norway-2.jpg" class="lozad" alt="Norwegian customers - Thailand 2023">
</a>
<a href="img/events/dec11-norway.jpg" data-caption="Norwegian customers - Thailand 2023">
<img data-src="img/events/dec11-norway.jpg" class="lozad" alt="Norwegian customers - Thailand 2023">
</a>
<a href="img/events/french-villa-1.jpg" data-caption="French Group - Thailand 2023">
<img data-src="img/events/french-villa-1.jpg" class="lozad" alt="French Group - Thailand 2023">
</a>
<a href="img/events/french-villa-2.jpg" data-caption="French Group - Thailand 2023">
<img data-src="img/events/french-villa-2.jpg" class="lozad" alt="French Group - Thailand 2023">
</a>
<a href="img/events/norway-villa-1.jpg" data-caption="Norwegian Group - Thailand 2023">
<img data-src="img/events/norway-villa-1.jpg" class="lozad" alt="Norwegian Group - Thailand 2023">
</a>
<a href="img/events/norway-villa-2.jpg" data-caption="Norwegian Group - Thailand 2023">
<img data-src="img/events/norway-villa-2.jpg" class="lozad" alt="Norwegian Group - Thailand 2023">
</a>
<a href="img/events/norway-villa-3.jpg" data-caption="Norwegian Group - Thailand 2023">
<img data-src="img/events/norway-villa-3.jpg" class="lozad" alt="Norwegian Group - Thailand 2023">
</a>
<a href="img/events/india-villa-1.jpg" data-caption="Indian Group - 2023">
<img data-src="img/events/india-villa-1.jpg" class="lozad" alt="Indian Group - 2023">
</a>
<a href="img/events/india-villa-2.jpg" data-caption="Indian Group - Thailand 2023">
<img data-src="img/events/india-villa-2.jpg" class="lozad" alt="Indian Group - Thailand 2023">
</a>
<a href="img/events/india-villa-3.jpg" data-caption="Indian Group - Thailand 2023">
<img data-src="img/events/india-villa-3.jpg" class="lozad" alt="Indian Group - Thailand 2023">
</a>
<a href="img/events/india-villa-4.jpg" data-caption="Indian Group - Thailand 2023">
<img data-src="img/events/india-villa-4.jpg" class="lozad" alt="Indian Group - Thailand 2023">
</a>
<a href="img/events/coxinha.jpg" data-caption="Thailand 2022">
<img data-src="img/events/coxinha.jpg" class="lozad" alt="Thailand 2022">
</a>
<a href="img/events/salmon.jpg" data-caption="Thailand 2022">
<img data-src="img/events/salmon.jpg" class="lozad" alt="Thailand 2022">
</a>
<a href="img/events/salad-1.jpg" data-caption="Thailand 2022">
<img data-src="img/events/salad-1.jpg" class="lozad" alt="Thailand 2022">
</a>
<a href="img/events/entrada.jpg" data-caption="Thailand 2022">
<img data-src="img/events/entrada.jpg" class="lozad" alt="Thailand 2022">
</a>
<a href="img/events/cashew.jpg" data-caption="Thailand 2022">
<img data-src="img/events/cashew.jpg" class="lozad" alt="Thailand 2022">
</a>
<a href="img/events/brazil-2014-1.JPG" data-caption="Singaporean Group - Brazil 2014">
<img data-src="img/events/brazil-2014-1.JPG" class="lozad" alt="Singaporean Group - Brazil 2014">
</a>
<a href="img/events/brazil-2014-2.jpg" data-caption="Singaporean Group - Brazil 2014">
<img data-src="img/events/brazil-2014-2.jpg" class="lozad" alt="Singaporean Group - Brazil 2014">
</a>
</div>
<script src="js/baguetteBox.min.js"></script>
<script src="js/lozad.min.js"></script>
<script>
const observer = lozad('.lozad');
observer.observe();
baguetteBox.run('#gallery');
</script>
<!-- gallery here -->
</article>
<br><br><br>
<h2 class="display-5 text-center">Follow Us on <a href="https://www.facebook.com/kinthai.personal.chef" target="_blank" title="Facebook Kinthai Private Chef - Chef Kanjana Costa">Facebook</a> and <a href="https://www.instagram.com/kanjana_costa/" target="_blank" title="Instagram Kinthai Private Chef - Chef Kanjana Costa">Instagram</a> for the Latest Updates and Exclusive Behind-the-Scenes!</h2>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script>
fetch('footer.html')
.then(response => response.text())
.then(data => {
document.getElementById('footer').innerHTML = data;
});
</script>
<script src="js/bootstrap.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="js/custom-general.js"></script>
</body>
</html>