File size: 16,965 Bytes
31b9b9e f2baeb6 31b9b9e 8b68191 31b9b9e ae723a5 31b9b9e 6eb01d4 1bcf82b 31b9b9e 8b68191 1db612b 8b68191 1db612b 8b68191 1db612b 8b68191 1db612b 52696e9 8b68191 1bcf82b 8b68191 31b9b9e 8b68191 31b9b9e eef6417 31b9b9e eef6417 31b9b9e eef6417 1bcf82b 84ee92b 1bcf82b eef6417 31b9b9e eef6417 1bcf82b ae723a5 84ee92b 1bcf82b eef6417 31b9b9e eef6417 1bcf82b ae723a5 84ee92b 1bcf82b 1db612b 1bcf82b eef6417 31b9b9e eef6417 1bcf82b ae723a5 84ee92b 1bcf82b 1db612b 1bcf82b 31b9b9e 1bcf82b 31b9b9e eef6417 31b9b9e f2baeb6 31b9b9e f2baeb6 31b9b9e 5af6856 31b9b9e f2baeb6 52696e9 f2baeb6 52696e9 f2baeb6 31b9b9e f2baeb6 31b9b9e 5af6856 31b9b9e f2baeb6 52696e9 f2baeb6 52696e9 f2baeb6 31b9b9e f2baeb6 31b9b9e 5af6856 31b9b9e f2baeb6 52696e9 f2baeb6 52696e9 f2baeb6 31b9b9e f2baeb6 31b9b9e eef6417 31b9b9e 52696e9 31b9b9e 52696e9 f2baeb6 31b9b9e f2baeb6 31b9b9e f2baeb6 52696e9 31b9b9e 52696e9 f2baeb6 31b9b9e 52696e9 |
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 |
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Molekül Buluşması - Kimya Kulübü</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: '#3B82F6',
secondary: '#1D4ED8',
darkbg: '#0f172a',
},
fontFamily: {
poppins: ['Poppins', 'sans-serif'],
},
}
}
}
</script>
<style>
.molecule-bg {
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233B82F6' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.floating {
animation: floating 6s ease-in-out infinite;
}
@keyframes floating {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="bg-darkbg text-gray-100 font-poppins min-h-screen">
<!-- Navbar -->
<nav class="bg-slate-900 border-b border-blue-900/50 sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full border-4 border-slate-900 -mt-2" src="https://i.hizliresim.com/i0b4yd7.png" alt="Chemistry Club Logo">
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="index.html" class="bg-blue-900 text-white px-3 py-2 rounded-md text-sm font-medium">Ana Sayfa</a>
<a href="blog.html" class="text-gray-300 hover:bg-blue-900 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Blog</a>
<a href="activities.html" class="text-gray-300 hover:bg-blue-900 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Etkinlikler</a>
<a href="magazine.html" class="text-gray-300 hover:bg-blue-900 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Dergi</a>
</div>
</div>
</div>
<div class="flex items-center">
<button id="theme-toggle" class="p-2 rounded-full hover:bg-blue-900">
<i data-feather="moon" class="w-5 h-5 text-blue-400"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="molecule-bg relative overflow-hidden">
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 relative">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 text-center">
<h1 class="text-4xl md:text-6xl font-extrabold tracking-tight text-white">
<span class="block">Validebağ Fen Lisesi</span>
<span class="block text-blue-400">Kimya Kulübü</span>
</h1>
<p class="mt-6 mx-auto text-xl text-gray-300">
</p>
<div class="mt-10 flex justify-center">
<div class="rounded-md shadow">
<a href="#" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 md:py-4 md:text-lg md:px-10">
Curabitur faucibus
</a>
</div>
</div>
</div>
<div class="md:w-1/2 flex justify-center mt-10 md:mt-0">
<div class="rounded-full border-8 border-blue-900/30 p-2 bg-slate-800/50">
<img src="https://i.hizliresim.com/i0b4yd7.png"
class="w-64 h-64 md:w-80 md:h-80 rounded-full object-cover"
alt="Kimya Kulübü Logo">
</div>
</div>
</div>
</div>
</div>
<!-- Departments -->
<div class="py-12 bg-slate-800/50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12">
<h2 class="text-base text-blue-400 font-semibold tracking-wide uppercase">Departmanlarımız</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
Uzmanlık Alanlarımız
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- IT Department -->
<div class="bg-slate-800 p-6 rounded-xl border border-blue-900/30 hover:border-blue-500 transition-colors">
<div class="mx-auto h-32 w-32 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden">
<img src="https://i.hizliresim.com/nq0lykd.png" class="h-full w-full object-cover" alt="IT">
</div>
<h3 class="text-xl font-bold text-white mb-2 text-center">IT</h3>
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
<div class="flex justify-between text-sm">
<span class="text-gray-400">Personel:</span>
<span class="text-blue-300">8</span>
</div>
<div class="flex justify-between text-sm mt-1">
</div>
</div>
</div>
<!-- Academy & Finance -->
<div class="bg-slate-800 p-6 rounded-xl border border-blue-900/30 hover:border-blue-500 transition-colors">
<div class="mx-auto h-32 w-32 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden">
<img src="https://i.hizliresim.com/7ypipbo.png" class="h-full w-full object-cover" alt="Finance">
</div>
<h3 class="text-xl font-bold text-white mb-2 text-center">AKADEMİ VE FİNANS</h3>
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
<div class="flex justify-between text-sm">
<span class="text-gray-400">Personel:</span>
<span class="text-blue-300">6</span>
</div>
<div class="flex justify-between text-sm mt-1">
</div>
</div>
</div>
<!-- Public Relations -->
<div class="bg-slate-800 p-6 rounded-xl border border-blue-900/30 hover:border-blue-500 transition-colors">
<div class="mx-auto h-32 w-32 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden">
<img src="https://i.hizliresim.com/qtjpsgi.png" class="h-full w-full object-cover" alt="PR">
</div>
<h3 class="text-xl font-bold text-white mb-2 text-center">HALKLA İLİŞKİLER</h3>
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
<div class="flex justify-between text-sm">
<span class="text-gray-400">Personel:</span>
<span class="text-blue-300">5</span>
</div>
<div class="flex justify-between text-sm mt-1">
</div>
</div>
</div>
<!-- Media & Design -->
<div class="bg-slate-800 p-6 rounded-xl border border-blue-900/30 hover:border-blue-500 transition-colors">
<div class="mx-auto h-32 w-32 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden">
<img src="https://i.hizliresim.com/dd1g9hz.png" class="h-full w-full object-cover" alt="Design">
</div>
<h3 class="text-xl font-bold text-white mb-2 text-center">MEDYA VE TASARIM</h3>
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
<div class="flex justify-between text-sm">
<span class="text-gray-400">Personel:</span>
<span class="text-blue-300">7</span>
</div>
<div class="flex justify-between text-sm mt-1">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Upcoming Events -->
<div class="py-12 bg-slate-900">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12">
<h2 class="text-base text-blue-400 font-semibold tracking-wide uppercase">Katılın</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
Yaklaşan Deneyler
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Event 1 -->
<div class="bg-slate-800 rounded-2xl overflow-hidden shadow-lg border border-blue-900/30">
<img class="w-full h-48 object-cover" src="https://www.astasorman.com/wp-content/uploads/2023/11/urun-gorseli-hazirlaniyor.jpeg" alt="Chemical reaction">
<div class="p-6">
<div class="flex items-center text-xs text-blue-300">
<i data-feather="calendar" class="w-4 h-4 mr-1"></i>
<span>15 Mayıs 2023</span>
</div>
<div class="mt-2 font-bold text-xl text-white">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>
<p class="mt-2 text-gray-300 text-sm">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer maximus odio tincidunt, tempus enim a, sagittis est. Quisque pulvinar lectus mi, vitae laoreet ex suscipit nec
</p>
<div class="mt-6 flex justify-between items-center">
<span class="px-3 py-1 bg-blue-900 text-blue-100 text-xs font-medium rounded-full">Başlangıç</span>
<button class="text-blue-400 hover:text-blue-300 text-sm font-medium">
Katıl <i data-feather="arrow-right" class="w-4 h-4 inline ml-1"></i>
</button>
</div>
</div>
</div>
<!-- Event 2 -->
<div class="bg-slate-800 rounded-2xl overflow-hidden shadow-lg border border-blue-900/30">
<img class="w-full h-48 object-cover" src="https://www.astasorman.com/wp-content/uploads/2023/11/urun-gorseli-hazirlaniyor.jpeg" alt="Microscope">
<div class="p-6">
<div class="flex items-center text-xs text-blue-300">
<i data-feather="calendar" class="w-4 h-4 mr-1"></i>
<span>2 Haziran 2023</span>
</div>
<div class="mt-2 font-bold text-xl text-white">consectetur nulla orci, </div>
<p class="mt-2 text-gray-300 text-sm">
Pellentesque vulputate libero libero, et dignissim erat tempor sed.
</p>
<div class="mt-6 flex justify-between items-center">
<span class="px-3 py-1 bg-blue-900 text-blue-100 text-xs font-medium rounded-full">Orta Seviye</span>
<button class="text-blue-400 hover:text-blue-300 text-sm font-medium">
Sign up <i data-feather="arrow-right" class="w-4 h-4 inline ml-1"></i>
</button>
</div>
</div>
</div>
<!-- Event 3 -->
<div class="bg-slate-800 rounded-2xl overflow-hidden shadow-lg border border-blue-900/30">
<img class="w-full h-48 object-cover" src="https://www.astasorman.com/wp-content/uploads/2023/11/urun-gorseli-hazirlaniyor.jpeg" alt="Chemistry lab">
<div class="p-6">
<div class="flex items-center text-xs text-blue-300">
<i data-feather="calendar" class="w-4 h-4 mr-1"></i>
<span>18 Haziran 2023</span>
</div>
<div class="mt-2 font-bold text-xl text-white">Suspendisse sodales est risus</div>
<p class="mt-2 text-gray-300 text-sm">
Nullam a lacus nisi. Nulla facilisi. Suspendisse sodales est risus, et finibus est dictum quis.
</p>
<div class="mt-6 flex justify-between items-center">
<span class="px-3 py-1 bg-blue-900 text-blue-100 text-xs font-medium rounded-full">Tüm Seviyeler</span>
<button class="text-blue-400 hover:text-blue-300 text-sm font-medium">
Sign up <i data-feather="arrow-right" class="w-4 h-4 inline ml-1"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-slate-900 border-t border-blue-900/50">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div>
<h3 class="text-lg font-medium text-white mb-4">Validebağ Fen Lisesi Kimya Klübü</h3>
<p class="text-gray-400">
</p>
</div>
<div>
<h3 class="text-lg font-medium text-white mb-4">Hızlı Linkler</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-blue-400">Home</a></li>
<li><a href="#" class="text-gray-400 hover:text-blue-400">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-blue-400">Activities</a></li>
<li><a href="#" class="text-gray-400 hover:text-blue-400">Magazine</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-medium text-white mb-4">Bağlantı</h3>
<div class="flex space-x-4">
<a href="https://www.instagram.com/vflkimya/" class="text-gray-400 hover:text-blue-400">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
</a>
</div>
</div>
</div>
<div class="mt-12 pt-8 border-t border-blue-900/20 text-center">
<p class="text-xs text-gray-500">
© 2025 Validebağ Fen Lisesi Kimya Klübü
</p>
</div>
</div>
</footer>
<script>
feather.replace();
// Theme toggle
const themeToggle = document.getElementById('theme-toggle');
themeToggle.addEventListener('click', () => {
document.documentElement.classList.toggle('dark');
const icon = themeToggle.querySelector('i');
if (document.documentElement.classList.contains('dark')) {
icon.setAttribute('data-feather', 'moon');
} else {
icon.setAttribute('data-feather', 'sun');
}
feather.replace();
});
</script>
</body>
</html> |