Spaces:
Running
Running
bülten kaydı olayını kaldır haritada göster ksımını da düzenle https://www.google.com/maps?ll=40.999856,28.866527&z=14&t=m&hl=tr&gl=TR&mapclient=embed&cid=8684274558401595205 - Follow Up Deployment
Browse files- index.html +73 -14
index.html
CHANGED
|
@@ -24,23 +24,34 @@
|
|
| 24 |
|
| 25 |
.flip-card {
|
| 26 |
perspective: 1000px;
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
.flip-card-inner {
|
|
|
|
|
|
|
|
|
|
| 30 |
transition: transform 0.6s;
|
| 31 |
transform-style: preserve-3d;
|
| 32 |
}
|
| 33 |
|
| 34 |
-
|
| 35 |
-
|
|
|
|
|
|
|
| 36 |
}
|
| 37 |
|
| 38 |
.flip-card-front, .flip-card-back {
|
|
|
|
|
|
|
|
|
|
| 39 |
backface-visibility: hidden;
|
|
|
|
| 40 |
}
|
| 41 |
|
| 42 |
.flip-card-back {
|
| 43 |
transform: rotateY(180deg);
|
|
|
|
| 44 |
}
|
| 45 |
|
| 46 |
.menu-item:nth-child(odd) {
|
|
@@ -50,6 +61,9 @@
|
|
| 50 |
.menu-item:nth-child(even) {
|
| 51 |
background-color: #f9fafb;
|
| 52 |
}
|
|
|
|
|
|
|
|
|
|
| 53 |
</style>
|
| 54 |
</head>
|
| 55 |
<body class="min-h-screen">
|
|
@@ -243,7 +257,55 @@
|
|
| 243 |
</div>
|
| 244 |
</div>
|
| 245 |
|
| 246 |
-
<!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 247 |
</div>
|
| 248 |
</section>
|
| 249 |
|
|
@@ -484,21 +546,11 @@
|
|
| 484 |
</li>
|
| 485 |
<li class="flex items-start">
|
| 486 |
<i class="fas fa-map-marked-alt mt-1 mr-2 text-blue-400"></i>
|
| 487 |
-
<a href="https://
|
| 488 |
</li>
|
| 489 |
</ul>
|
| 490 |
</div>
|
| 491 |
|
| 492 |
-
<div>
|
| 493 |
-
<h4 class="text-white text-lg font-bold mb-4">BÜLTEN KAYDI</h4>
|
| 494 |
-
<p class="mb-4">Yeni menülerden ve etkinliklerden haberdar olmak için e-bültenimize kaydolun.</p>
|
| 495 |
-
<div class="flex">
|
| 496 |
-
<input type="email" placeholder="E-posta adresiniz" class="bg-gray-800 text-white px-4 py-2 rounded-l-lg focus:outline-none focus:ring-2 focus:ring-blue-500 w-full">
|
| 497 |
-
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-r-lg transition">
|
| 498 |
-
<i class="fas fa-paper-plane"></i>
|
| 499 |
-
</button>
|
| 500 |
-
</div>
|
| 501 |
-
</div>
|
| 502 |
</div>
|
| 503 |
|
| 504 |
<div class="border-t border-gray-800 mt-10 pt-6 flex flex-col md:flex-row justify-between items-center">
|
|
@@ -513,6 +565,13 @@
|
|
| 513 |
</footer>
|
| 514 |
|
| 515 |
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 516 |
// Cuisine Tab Switching
|
| 517 |
document.addEventListener('DOMContentLoaded', function() {
|
| 518 |
const tabs = document.querySelectorAll('.cuisine-tab');
|
|
|
|
| 24 |
|
| 25 |
.flip-card {
|
| 26 |
perspective: 1000px;
|
| 27 |
+
height: 100%;
|
| 28 |
}
|
| 29 |
|
| 30 |
.flip-card-inner {
|
| 31 |
+
position: relative;
|
| 32 |
+
width: 100%;
|
| 33 |
+
height: 100%;
|
| 34 |
transition: transform 0.6s;
|
| 35 |
transform-style: preserve-3d;
|
| 36 |
}
|
| 37 |
|
| 38 |
+
@media (hover: hover) {
|
| 39 |
+
.flip-card:hover .flip-card-inner {
|
| 40 |
+
transform: rotateY(180deg);
|
| 41 |
+
}
|
| 42 |
}
|
| 43 |
|
| 44 |
.flip-card-front, .flip-card-back {
|
| 45 |
+
position: absolute;
|
| 46 |
+
width: 100%;
|
| 47 |
+
height: 100%;
|
| 48 |
backface-visibility: hidden;
|
| 49 |
+
border-radius: 0.5rem;
|
| 50 |
}
|
| 51 |
|
| 52 |
.flip-card-back {
|
| 53 |
transform: rotateY(180deg);
|
| 54 |
+
display: flex;
|
| 55 |
}
|
| 56 |
|
| 57 |
.menu-item:nth-child(odd) {
|
|
|
|
| 61 |
.menu-item:nth-child(even) {
|
| 62 |
background-color: #f9fafb;
|
| 63 |
}
|
| 64 |
+
.flip-card.flipped .flip-card-inner {
|
| 65 |
+
transform: rotateY(180deg);
|
| 66 |
+
}
|
| 67 |
</style>
|
| 68 |
</head>
|
| 69 |
<body class="min-h-screen">
|
|
|
|
| 257 |
</div>
|
| 258 |
</div>
|
| 259 |
|
| 260 |
+
<!-- Japanese Cuisine -->
|
| 261 |
+
<div id="japanese-cuisine" class="cuisine-content hidden">
|
| 262 |
+
<div class="flex flex-col md:flex-row items-center mb-10">
|
| 263 |
+
<div class="md:w-1/2 mb-6 md:mb-0 md:pr-8">
|
| 264 |
+
<img src="https://images.unsplash.com/photo-1546069901-d5bfd2cbfb1f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1540&q=80" alt="Japanese Cuisine" class="rounded-xl shadow-lg w-full">
|
| 265 |
+
</div>
|
| 266 |
+
<div class="md:w-1/2">
|
| 267 |
+
<h3 class="text-2xl font-bold text-amber-600 mb-4">Ocak Ayı: Japon Mutfağı</h3>
|
| 268 |
+
<p class="text-gray-700 mb-4">Öğrencilerimiz bu ay sağlıklı ve lezzetli Japon mutfağı ile tanışıyor. Özenle seçilmiş deniz ürünleri ve geleneksel Japon teknikleriyle hazırlanan menüler.</p>
|
| 269 |
+
<ul class="space-y-2">
|
| 270 |
+
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> Taze balık ve deniz ürünleri</li>
|
| 271 |
+
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> Sağlıklı pişirme yöntemleri</li>
|
| 272 |
+
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> Düşük kalorili ama doyurucu öğünler</li>
|
| 273 |
+
</ul>
|
| 274 |
+
</div>
|
| 275 |
+
</div>
|
| 276 |
+
|
| 277 |
+
<div class="bg-gray-50 p-6 rounded-xl shadow-inner">
|
| 278 |
+
<h4 class="text-xl font-semibold mb-4 text-gray-800 border-b pb-2">Örnek Japon Menüsü</h4>
|
| 279 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-4">
|
| 280 |
+
<!-- Menu items for Japanese cuisine would go here -->
|
| 281 |
+
</div>
|
| 282 |
+
</div>
|
| 283 |
+
</div>
|
| 284 |
+
|
| 285 |
+
<!-- Mexican Cuisine -->
|
| 286 |
+
<div id="mexican-cuisine" class="cuisine-content hidden">
|
| 287 |
+
<div class="flex flex-col md:flex-row items-center mb-10">
|
| 288 |
+
<div class="md:w-1/2 mb-6 md:mb-0 md:pr-8">
|
| 289 |
+
<img src="https://images.unsplash.com/photo-1599481238640-4c1288750d7a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1526&q=80" alt="Mexican Cuisine" class="rounded-xl shadow-lg w-full">
|
| 290 |
+
</div>
|
| 291 |
+
<div class="md:w-1/2">
|
| 292 |
+
<h3 class="text-2xl font-bold text-amber-600 mb-4">Şubat Ayı: Meksika Mutfağı</h3>
|
| 293 |
+
<p class="text-gray-700 mb-4">Renkli ve enerjik Meksika mutfağı öğrencilerimizle buluşuyor. Baharatların dengeli kullanımı ve taze malzemelerle hazırlanan menüler.</p>
|
| 294 |
+
<ul class="space-y-2">
|
| 295 |
+
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> Otantik Meksika tatları</li>
|
| 296 |
+
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> Vejetaryen seçenekler</li>
|
| 297 |
+
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> Besleyici ve enerjik öğünler</li>
|
| 298 |
+
</ul>
|
| 299 |
+
</div>
|
| 300 |
+
</div>
|
| 301 |
+
|
| 302 |
+
<div class="bg-gray-50 p-6 rounded-xl shadow-inner">
|
| 303 |
+
<h4 class="text-xl font-semibold mb-4 text-gray-800 border-b pb-2">Örnek Meksika Menüsü</h4>
|
| 304 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-4">
|
| 305 |
+
<!-- Menu items for Mexican cuisine would go here -->
|
| 306 |
+
</div>
|
| 307 |
+
</div>
|
| 308 |
+
</div>
|
| 309 |
</div>
|
| 310 |
</section>
|
| 311 |
|
|
|
|
| 546 |
</li>
|
| 547 |
<li class="flex items-start">
|
| 548 |
<i class="fas fa-map-marked-alt mt-1 mr-2 text-blue-400"></i>
|
| 549 |
+
<a href="https://www.google.com/maps?ll=40.999856,28.866527&z=14&t=m&hl=tr&gl=TR&mapclient=embed&cid=8684274558401595205" class="hover:text-white" target="_blank">Haritada Gör</a> (3.8★)
|
| 550 |
</li>
|
| 551 |
</ul>
|
| 552 |
</div>
|
| 553 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 554 |
</div>
|
| 555 |
|
| 556 |
<div class="border-t border-gray-800 mt-10 pt-6 flex flex-col md:flex-row justify-between items-center">
|
|
|
|
| 565 |
</footer>
|
| 566 |
|
| 567 |
<script>
|
| 568 |
+
// Flip card functionality
|
| 569 |
+
document.querySelectorAll('.flip-card').forEach(card => {
|
| 570 |
+
card.addEventListener('click', function() {
|
| 571 |
+
this.classList.toggle('flipped');
|
| 572 |
+
});
|
| 573 |
+
});
|
| 574 |
+
|
| 575 |
// Cuisine Tab Switching
|
| 576 |
document.addEventListener('DOMContentLoaded', function() {
|
| 577 |
const tabs = document.querySelectorAll('.cuisine-tab');
|