-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaqs.html
404 lines (382 loc) · 16.3 KB
/
faqs.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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Istanbul Dondurma</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Turkish ice cream, istanbul dondurma,famous ice cream, ice cream recipes, ice cream flavors, ice cream festival, Nutritional values of ice cream, Türk dondurması , Dondurma çeşitleri, turkish ice cream in pakistan" name="keywords" />
<meta content="Discover the delightful world of authentic Turkish ice cream, known as 'dondurma'. Explore a wide variety of flavors, indulge in mouthwatering recipes, and learn about the rich history and traditions behind this beloved frozen treat. From traditional favorites to innovative creations, our website is your ultimate guide to all things Turkish ice cream. Find trusted brands, explore unique recipes, and get inspired to indulge in the creamy goodness of dondurma. Join us in celebrating the irresistible charm and flavors of Turkish ice cream!" name="description" />
<!-- Favicon -->
<link href="img/logo.png" rel="icon" />
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
rel="stylesheet"
/>
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="new-style-sheet.css" />
<style>
.heading {
font-size: 40px;
color: red;
}
</style>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SPZ96RP7Y7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SPZ96RP7Y7');
</script>
<body>
<!-- Topbar Start -->
<div class="container-fluid py-2 d-none d-md-block top-nav" id="top-nav">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center">
<a class="text-white pr-3 active" href="./faqs">FAQs</a>
<span class="text-white">|</span>
<a class="text-white px-3" href="./help">Help</a>
<span class="text-white">|</span>
<a class="text-white pl-3" href="./support">Support</a>
</div>
</div>
<div class="col-md-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a
class="text-white px-3"
target="_blank"
href="https://www.facebook.com/istanbuldondurma"
>
<i class="fab fa-facebook-f"></i>
</a>
<a
class="text-white px-3"
target="_blank"
href="https://twitter.com/home"
>
<i class="fab fa-twitter"></i>
</a>
<a
class="text-white px-3"
target="_blank"
href="https://www.tiktok.com/@istanbul_dondurma"
>
<i class="fa-brands fa-tiktok"></i>
</a>
<a
class="text-white px-3"
target="_blank"
href="https://www.instagram.com/istanbul_dondurma/"
>
<i class="fab fa-instagram"></i>
</a>
<a
class="text-white pl-3"
target="_blank"
href="https://youtube.com/@istanbuldondurma"
>
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid position-relative nav-bar p-2 top-nav">
<div
class="container-med position-relative p-0 px-lg-3"
style="z-index: 9"
>
<nav
class="navbar navbar-expand-lg bg-white navbar-light shadow p-lg-2"
>
<img
src="img/logo.png"
alt=""
height="75px"
class="navbar-brand d-block d-lg-none mx-0 pb-2"
/>
<a href="./" class="navbar-brand d-block d-lg-none">
<h2 class="m-0 display-6 text-primary mobile-head-nav-small">
<span class="istanbul" style="padding-right: 5px; font-size: 16px;
text-align: center; display: block;">Istanbul</span>
<!--<hr style="margin: 0px; padding: 0px; opacity: 80%; align-items:flex-end;"> -->
<span style="margin: 0px; padding: 0px; font-size: 16px; text-align: center;">Dondurma</span>
</h2>
<h1 class="m-0 display-6 text-primary mobile-head-nav">
<span class="istanbul barsize" style="padding-left: 16px; ">Istanbul</span><span class="barsize
" style="margin: 0px; padding: 0px;">Dondurma</span>
</h1>
<h1 class="m-0 display-6 text-primary istanbul-dondurma">
<span class="istanbul">Istanbul</span>Dondurma
</h1>
</a>
<button
type="button"
class="navbar-toggler"
data-toggle="collapse"
data-target="#navbarCollapse"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-between text-center"
id="navbarCollapse"
>
<div class="navbar-nav mx-auto py-0">
<!-- wee add the Istanbul Dondurma name for mobile phone screens -->
<h1
class="m-0 display-6 text-primary new-istandul-dondurma"
style="text-align: center"
>
<span class="istanbul">Istanbul</span>Dondurma
</h1>
<br>
<!-- add the links -->
<div class="top-links" style="text-align: center;">
<a
class="px-3"
target="_blank"
href="https://www.facebook.com/istanbuldondurma"
style="color: #3b5998; text-decoration: none;"
>
<i class="fab fa-facebook-f"></i>
</a>
<a
class="px-3 twitter_adjust"
target="_blank"
href="https://twitter.com/home"
style="color: #00acee; text-decoration: none;"
>
<i class="fab fa-twitter"></i>
</a>
<a
class="px-3"
target="_blank"
href="https://www.tiktok.com/@istanbul_dondurma"
style="color: #000000; text-decoration: none;"
>
<i class="fa-brands fa-tiktok"></i>
</a>
<a
class="px-3"
target="_blank"
href="https://www.instagram.com/istanbul_dondurma/"
style="color: rgb(247, 61, 92); text-decoration: none;"
>
<i class="fab fa-instagram"></i>
</a>
<a
class="pl-3"
target="_blank"
href="https://youtube.com/@istanbuldondurma"
style="color: #c4302b; text-decoration: none;"
>
<i class="fab fa-youtube"></i>
</a>
</div>
<a href="./" class="nav-item nav-link nav-heading"
>Home</a
>
<a href="./about" class="nav-item nav-link nav-heading"
>About</a
>
<a href="./product" class="nav-item nav-link nav-heading"
>Product</a
>
</div>
<a href="./" class="navbar-brand mx-0 d-none d-lg-block">
<h1 class="m-0 display-6 text-primary end-adjust">
<span class="istanbul">Istanbul</span>
</h1>
</a>
<img
src="img/logo.png"
alt=""
height="100px"
class="mx-0 pb-2 logo-set end-adjust"
/>
<a href="./" class="navbar-brand mx-0 d-none d-lg-block">
<h1 class="m-0 display-6 text-primary mx-0 end-adjust">Dondurma</h1>
</a>
<div class="full-adjust">
<h1 class="m-0 display-6 text-primary">
<span class="istanbul" style="padding-left: 23px;">Istanbul</span>
</h1>
<h1 class="m-0 display-6 text-primary mx-0">Dondurma</h1>
</div>
<div class="navbar-nav mx-auto py-0">
<a href="./bookings" class="nav-item nav-link">Booking</a>
<a href="./branches" class="nav-item nav-link">Branches</a>
<a href="./contact" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Navbar End -->
<!-- Header Start -->
<div
class="jumbotron jumbotron-fluid page-header"
style="margin-bottom: 90px"
>
<div class="container text-center py-5">
<h1 class="text-white display-3 mt-lg-5">FAQs</h1>
<div class="d-inline-flex align-items-center text-white">
<p class="m-0"><a class="text-white" href="index.html">Home</a></p>
<i class="fa fa-circle px-3"></i>
<p class="m-0">FAQs</p>
</div>
</div>
</div>
<!-- Header End -->
<div style="text-align: center; margin: 130px">
<h3>
<span class="heading">
Special about the stretchy Turkish Ice cream </span
><br /><br />
Is there an ice cream that never melts, is as elastic as dough, and as
frigid as ice?
<br />
Well, an amalgamation of all of this may not seem like ice cream, but it
is Dondurma's specialty, also known as Turkish ice cream. <br />
But what is it about this ice cream that makes it so unique, and why
does it never melt? Here's everything you need to know about this
one-of-a-kind ice cream! <br /><br />
<span class="heading"> You Need to Know About Turkish Ice Cream</span>
<br /><br />
Turkish ice cream is rich, creamy, chewy, and flavorful. It stands out
among the other ice creams because of these characteristics. <br />
You may eat it with a knife and fork if you choose. Traditional ice
cream sellers are also distinct from those seen elsewhere. They are
usually men who dress in traditional fez and waistcoats as if they were
from the Ottoman Empire. <br />
They serve the ice cream in an unusual manner. We can't really call it
serving. It's almost as if it's a magic trick show. <br /><br />
<span class="heading"> Turkish Ice Cream Vendors Tricks </span>
<br /><br />
When you visit an ice cream shop you will find a cart in front of it and
a vendor knead and pound away at the dessert all day with long metal
rods, working it like a bread dough ice cream in the cart, <br />
The salesmen wear regional dress costumes from the Kahramanmaraş area
which is the origin of Turkish traditional ice cream. And when you come
to buy a scoop, the vendor break out their showoff and put on an act,
utilizing the peculiar qualities of dondurma to perform a seamless
series of magic tricks. <br />
Now, you have to work for your cone while laughing and having fun. The
vendor will start a competition between you and him, you can actually
touch the cone or even hold it but never take it, every single time the
vendor will trick you with a move of him. <br />
He will let you think that it’s about to fall down, sticking it to your
nose, and confuse you with his tricks.Whenever you think you are closer
to his ice cream cone, the vendor would definitely fake you out with
another trick. It is a lesson in patience. <br />
You can also trick him if you want! Vendors are expert at tricking but
if your less, you can flip the competition over and win the game.
</h3>
</div>
<!-- Footer Start -->
<div class="container-fluid footer bg-light py-5" style="margin-top: 90px">
<div class="container text-center py-5">
<div class="row">
<div class="col-12 mb-4">
<a href="./" class="navbar-brand m-0">
<h1 class="m-0 mt-n2 display-4 text-primary">
<span class="istanbul">Istanbul</span>Dondurma
</h1>
</a>
</div>
<div class="col-12 mb-4">
<a
class="btn btn-outline-secondary btn-social mr-2 istanbul"
target="_blank"
href="https://www.tiktok.com/@istanbul_dondurma"
><i class="fa-brands fa-tiktok"></i
></a>
<a
class="btn btn-outline-secondary btn-social mr-2 istanbul"
target="_blank"
href="https://www.facebook.com/istanbuldondurma"
><i class="fab fa-facebook-f"></i
></a>
<a
class="btn btn-outline-secondary btn-social mr-2 istanbul"
target="_blank"
href="https://youtube.com/@istanbuldondurma"
><i class="fab fa-youtube"></i
></a>
<a
class="btn btn-outline-secondary btn-social istanbul"
target="_blank"
href="https://www.instagram.com/istanbul_dondurma/"
><i class="fab fa-instagram"></i
></a>
</div>
<div class="col-12 mt-2 mb-4">
<div class="row">
<div
class="col-sm-6 text-center text-sm-right border-right mb-3 mb-sm-0"
>
<h5 class="font-weight-bold mb-2">Get In Touch</h5>
<p class="mb-2">
Main Branch<br />2nd floor, opposite Bacha party<br />
Pakages mall, Lahore
</p>
<p class="mb-0">
<i class="fa fa-phone" aria-hidden="true"> </i>
<a href="tel:+923218826808">+92 321 8826808</a>
<br /><i class="fa fa-phone" aria-hidden="true"> </i>
<a href="tel:+923365262107">+92 336 5262107</a><br />
</p>
</div>
<div class="col-sm-6 text-center text-sm-left">
<h5 class="font-weight-bold mb-2">Opening Hours</h5>
<p class="mb-2">Monday – Thursday, 10AM – 10PM</p>
<p class="mb-0">Friday – Sunday, 10AM – 12PM</p>
</div>
</div>
</div>
<div class="col-12">
<small class="m-2">
© Powered by <a href="https://www.shotstech.com">Shots Tech Pvt Ltd</a>. All Rights Reserved.
</small>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-secondary px-2 back-to-top"
><i class="fa fa-angle-double-up"></i
></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>