Promote version 7c3e880 to main
Browse filesPromoted commit 7c3e880012cf2afc56b22c35e304ef7d93c40d69 to main branch
- index.html +12 -12
index.html
CHANGED
|
@@ -105,36 +105,36 @@
|
|
| 105 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 106 |
<!-- IT Department -->
|
| 107 |
<div class="text-center">
|
| 108 |
-
<div class="mx-auto h-52 w-52 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden
|
| 109 |
-
<img src="https://i.hizliresim.com/nq0lykd.png" class="h-full w-full object-cover
|
| 110 |
-
</div>
|
| 111 |
<h3 class="text-xl font-bold text-white mb-2">IT</h3>
|
| 112 |
<p class="text-gray-300">Teknoloji ve yazılım altyapımızı yöneten departman</p>
|
| 113 |
</div>
|
| 114 |
|
| 115 |
<!-- Academy & Finance -->
|
| 116 |
<div class="text-center">
|
| 117 |
-
<div class="mx-auto h-52 w-52 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden
|
| 118 |
-
<img src="
|
| 119 |
-
</div>
|
| 120 |
<h3 class="text-xl font-bold text-white mb-2">AKADEMİ VE FİNANS</h3>
|
| 121 |
<p class="text-gray-300">Akademik çalışmalar ve finansal yönetim</p>
|
| 122 |
</div>
|
| 123 |
|
| 124 |
<!-- Public Relations -->
|
| 125 |
<div class="text-center">
|
| 126 |
-
<div class="mx-auto h-52 w-52 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden
|
| 127 |
-
<img src="
|
| 128 |
-
</div>
|
| 129 |
<h3 class="text-xl font-bold text-white mb-2">HALKLA İLİŞKİLER</h3>
|
| 130 |
<p class="text-gray-300">İletişim ve organizasyon yönetimi</p>
|
| 131 |
</div>
|
| 132 |
|
| 133 |
<!-- Media & Design -->
|
| 134 |
<div class="text-center">
|
| 135 |
-
<div class="mx-auto h-52 w-52 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden
|
| 136 |
-
<img src="
|
| 137 |
-
</div>
|
| 138 |
<h3 class="text-xl font-bold text-white mb-2">MEDYA VE TASARIM</h3>
|
| 139 |
<p class="text-gray-300">Görsel ve dijital içerik üretimi</p>
|
| 140 |
</div>
|
|
|
|
| 105 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 106 |
<!-- IT Department -->
|
| 107 |
<div class="text-center">
|
| 108 |
+
<div class="mx-auto h-52 w-52 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden">
|
| 109 |
+
<img src="https://i.hizliresim.com/nq0lykd.png" class="h-full w-full object-cover" alt="IT">
|
| 110 |
+
</div>
|
| 111 |
<h3 class="text-xl font-bold text-white mb-2">IT</h3>
|
| 112 |
<p class="text-gray-300">Teknoloji ve yazılım altyapımızı yöneten departman</p>
|
| 113 |
</div>
|
| 114 |
|
| 115 |
<!-- Academy & Finance -->
|
| 116 |
<div class="text-center">
|
| 117 |
+
<div class="mx-auto h-52 w-52 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden">
|
| 118 |
+
<img src="/static/departments/finance.png" class="h-full w-full object-cover" alt="Finance">
|
| 119 |
+
</div>
|
| 120 |
<h3 class="text-xl font-bold text-white mb-2">AKADEMİ VE FİNANS</h3>
|
| 121 |
<p class="text-gray-300">Akademik çalışmalar ve finansal yönetim</p>
|
| 122 |
</div>
|
| 123 |
|
| 124 |
<!-- Public Relations -->
|
| 125 |
<div class="text-center">
|
| 126 |
+
<div class="mx-auto h-52 w-52 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden">
|
| 127 |
+
<img src="/static/departments/pr.png" class="h-full w-full object-cover" alt="PR">
|
| 128 |
+
</div>
|
| 129 |
<h3 class="text-xl font-bold text-white mb-2">HALKLA İLİŞKİLER</h3>
|
| 130 |
<p class="text-gray-300">İletişim ve organizasyon yönetimi</p>
|
| 131 |
</div>
|
| 132 |
|
| 133 |
<!-- Media & Design -->
|
| 134 |
<div class="text-center">
|
| 135 |
+
<div class="mx-auto h-52 w-52 rounded-full bg-blue-900 flex items-center justify-center mb-4 overflow-hidden">
|
| 136 |
+
<img src="/static/departments/design.png" class="h-full w-full object-cover" alt="Design">
|
| 137 |
+
</div>
|
| 138 |
<h3 class="text-xl font-bold text-white mb-2">MEDYA VE TASARIM</h3>
|
| 139 |
<p class="text-gray-300">Görsel ve dijital içerik üretimi</p>
|
| 140 |
</div>
|