Validebağ Fen Lisesi
Browse filesKimya Kulübü
"Maddenin sırlarını birlikte çözüyoruz"
Deneylerimize Katıl
yazıları ortalansın kendi içinde
- activities.html +17 -0
- blog.html +17 -0
- index.html +9 -11
- magazine.html +17 -0
activities.html
CHANGED
|
@@ -14,6 +14,23 @@
|
|
| 14 |
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");
|
| 15 |
}
|
| 16 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
</head>
|
| 18 |
<body class="bg-darkbg text-gray-100 font-poppins min-h-screen">
|
| 19 |
<!-- Navbar -->
|
|
|
|
| 14 |
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");
|
| 15 |
}
|
| 16 |
</style>
|
| 17 |
+
<script>
|
| 18 |
+
tailwind.config = {
|
| 19 |
+
darkMode: 'class',
|
| 20 |
+
theme: {
|
| 21 |
+
extend: {
|
| 22 |
+
colors: {
|
| 23 |
+
primary: '#3B82F6',
|
| 24 |
+
secondary: '#1D4ED8',
|
| 25 |
+
darkbg: '#0f172a',
|
| 26 |
+
},
|
| 27 |
+
fontFamily: {
|
| 28 |
+
poppins: ['Poppins', 'sans-serif'],
|
| 29 |
+
},
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
}
|
| 33 |
+
</script>
|
| 34 |
</head>
|
| 35 |
<body class="bg-darkbg text-gray-100 font-poppins min-h-screen">
|
| 36 |
<!-- Navbar -->
|
blog.html
CHANGED
|
@@ -14,6 +14,23 @@
|
|
| 14 |
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");
|
| 15 |
}
|
| 16 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
</head>
|
| 18 |
<body class="bg-darkbg text-gray-100 font-poppins min-h-screen">
|
| 19 |
<!-- Navbar -->
|
|
|
|
| 14 |
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");
|
| 15 |
}
|
| 16 |
</style>
|
| 17 |
+
<script>
|
| 18 |
+
tailwind.config = {
|
| 19 |
+
darkMode: 'class',
|
| 20 |
+
theme: {
|
| 21 |
+
extend: {
|
| 22 |
+
colors: {
|
| 23 |
+
primary: '#3B82F6',
|
| 24 |
+
secondary: '#1D4ED8',
|
| 25 |
+
darkbg: '#0f172a',
|
| 26 |
+
},
|
| 27 |
+
fontFamily: {
|
| 28 |
+
poppins: ['Poppins', 'sans-serif'],
|
| 29 |
+
},
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
}
|
| 33 |
+
</script>
|
| 34 |
</head>
|
| 35 |
<body class="bg-darkbg text-gray-100 font-poppins min-h-screen">
|
| 36 |
<!-- Navbar -->
|
index.html
CHANGED
|
@@ -71,18 +71,18 @@
|
|
| 71 |
<div class="molecule-bg relative overflow-hidden">
|
| 72 |
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 relative">
|
| 73 |
<div class="flex flex-col md:flex-row items-center">
|
| 74 |
-
<div class="md:w-1/2 text-
|
| 75 |
<h1 class="text-4xl md:text-6xl font-extrabold tracking-tight text-white">
|
| 76 |
-
<span class="block">
|
| 77 |
<span class="block text-blue-400">Kimya Kulübü</span>
|
| 78 |
</h1>
|
| 79 |
-
<p class="mt-6
|
| 80 |
"Maddenin sırlarını birlikte çözüyoruz"
|
| 81 |
</p>
|
| 82 |
-
<div class="mt-10">
|
| 83 |
-
<div class="rounded-md shadow
|
| 84 |
-
<a href="#" class="
|
| 85 |
-
|
| 86 |
</a>
|
| 87 |
</div>
|
| 88 |
</div>
|
|
@@ -114,7 +114,6 @@
|
|
| 114 |
<img src="https://i.hizliresim.com/nq0lykd.png" class="h-full w-full object-cover" alt="IT">
|
| 115 |
</div>
|
| 116 |
<h3 class="text-xl font-bold text-white mb-2 text-center">IT</h3>
|
| 117 |
-
<p class="text-gray-300 text-center mb-4">Teknoloji ve yazılım altyapımızı yöneten departman</p>
|
| 118 |
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
|
| 119 |
<div class="flex justify-between text-sm">
|
| 120 |
<span class="text-gray-400">Personel:</span>
|
|
@@ -133,7 +132,6 @@
|
|
| 133 |
<img src="https://i.hizliresim.com/7ypipbo.png" class="h-full w-full object-cover" alt="Finance">
|
| 134 |
</div>
|
| 135 |
<h3 class="text-xl font-bold text-white mb-2 text-center">AKADEMİ VE FİNANS</h3>
|
| 136 |
-
<p class="text-gray-300 text-center mb-4">Akademik çalışmalar ve finansal yönetim</p>
|
| 137 |
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
|
| 138 |
<div class="flex justify-between text-sm">
|
| 139 |
<span class="text-gray-400">Personel:</span>
|
|
@@ -152,7 +150,7 @@
|
|
| 152 |
<img src="https://i.hizliresim.com/qtjpsgi.png" class="h-full w-full object-cover" alt="PR">
|
| 153 |
</div>
|
| 154 |
<h3 class="text-xl font-bold text-white mb-2 text-center">HALKLA İLİŞKİLER</h3>
|
| 155 |
-
|
| 156 |
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
|
| 157 |
<div class="flex justify-between text-sm">
|
| 158 |
<span class="text-gray-400">Personel:</span>
|
|
@@ -171,7 +169,7 @@
|
|
| 171 |
<img src="https://i.hizliresim.com/dd1g9hz.png" class="h-full w-full object-cover" alt="Design">
|
| 172 |
</div>
|
| 173 |
<h3 class="text-xl font-bold text-white mb-2 text-center">MEDYA VE TASARIM</h3>
|
| 174 |
-
|
| 175 |
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
|
| 176 |
<div class="flex justify-between text-sm">
|
| 177 |
<span class="text-gray-400">Personel:</span>
|
|
|
|
| 71 |
<div class="molecule-bg relative overflow-hidden">
|
| 72 |
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 relative">
|
| 73 |
<div class="flex flex-col md:flex-row items-center">
|
| 74 |
+
<div class="md:w-1/2 text-center">
|
| 75 |
<h1 class="text-4xl md:text-6xl font-extrabold tracking-tight text-white">
|
| 76 |
+
<span class="block">Validebağ Fen Lisesi</span>
|
| 77 |
<span class="block text-blue-400">Kimya Kulübü</span>
|
| 78 |
</h1>
|
| 79 |
+
<p class="mt-6 mx-auto text-xl text-gray-300">
|
| 80 |
"Maddenin sırlarını birlikte çözüyoruz"
|
| 81 |
</p>
|
| 82 |
+
<div class="mt-10 flex justify-center">
|
| 83 |
+
<div class="rounded-md shadow">
|
| 84 |
+
<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">
|
| 85 |
+
Deneylerimize Katıl
|
| 86 |
</a>
|
| 87 |
</div>
|
| 88 |
</div>
|
|
|
|
| 114 |
<img src="https://i.hizliresim.com/nq0lykd.png" class="h-full w-full object-cover" alt="IT">
|
| 115 |
</div>
|
| 116 |
<h3 class="text-xl font-bold text-white mb-2 text-center">IT</h3>
|
|
|
|
| 117 |
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
|
| 118 |
<div class="flex justify-between text-sm">
|
| 119 |
<span class="text-gray-400">Personel:</span>
|
|
|
|
| 132 |
<img src="https://i.hizliresim.com/7ypipbo.png" class="h-full w-full object-cover" alt="Finance">
|
| 133 |
</div>
|
| 134 |
<h3 class="text-xl font-bold text-white mb-2 text-center">AKADEMİ VE FİNANS</h3>
|
|
|
|
| 135 |
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
|
| 136 |
<div class="flex justify-between text-sm">
|
| 137 |
<span class="text-gray-400">Personel:</span>
|
|
|
|
| 150 |
<img src="https://i.hizliresim.com/qtjpsgi.png" class="h-full w-full object-cover" alt="PR">
|
| 151 |
</div>
|
| 152 |
<h3 class="text-xl font-bold text-white mb-2 text-center">HALKLA İLİŞKİLER</h3>
|
| 153 |
+
|
| 154 |
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
|
| 155 |
<div class="flex justify-between text-sm">
|
| 156 |
<span class="text-gray-400">Personel:</span>
|
|
|
|
| 169 |
<img src="https://i.hizliresim.com/dd1g9hz.png" class="h-full w-full object-cover" alt="Design">
|
| 170 |
</div>
|
| 171 |
<h3 class="text-xl font-bold text-white mb-2 text-center">MEDYA VE TASARIM</h3>
|
| 172 |
+
|
| 173 |
<div class="bg-slate-700/50 p-3 rounded-lg border border-slate-600">
|
| 174 |
<div class="flex justify-between text-sm">
|
| 175 |
<span class="text-gray-400">Personel:</span>
|
magazine.html
CHANGED
|
@@ -14,6 +14,23 @@
|
|
| 14 |
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");
|
| 15 |
}
|
| 16 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
</head>
|
| 18 |
<body class="bg-darkbg text-gray-100 font-poppins min-h-screen">
|
| 19 |
<!-- Navbar -->
|
|
|
|
| 14 |
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");
|
| 15 |
}
|
| 16 |
</style>
|
| 17 |
+
<script>
|
| 18 |
+
tailwind.config = {
|
| 19 |
+
darkMode: 'class',
|
| 20 |
+
theme: {
|
| 21 |
+
extend: {
|
| 22 |
+
colors: {
|
| 23 |
+
primary: '#3B82F6',
|
| 24 |
+
secondary: '#1D4ED8',
|
| 25 |
+
darkbg: '#0f172a',
|
| 26 |
+
},
|
| 27 |
+
fontFamily: {
|
| 28 |
+
poppins: ['Poppins', 'sans-serif'],
|
| 29 |
+
},
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
}
|
| 33 |
+
</script>
|
| 34 |
</head>
|
| 35 |
<body class="bg-darkbg text-gray-100 font-poppins min-h-screen">
|
| 36 |
<!-- Navbar -->
|