business / index.html
mertmehmet's picture
undefined - Initial Deployment
067a92c verified
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Safir Atlas WordPress Kurumsal Teması</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.dropdown:hover .dropdown-menu {
display: block;
}
.hero-text {
animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.team-card:hover img {
transform: scale(1.05);
}
.chat-widget {
transition: all 0.3s ease;
}
.chat-widget:hover {
transform: scale(1.05);
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Top Bar -->
<div class="bg-blue-900 text-white py-2 px-4">
<div class="container mx-auto flex justify-between items-center">
<div class="flex items-center space-x-4">
<a href="tel:01234567890" class="flex items-center hover:text-blue-200">
<i class="fas fa-phone-alt mr-2"></i>
<span>0 123 456 78 90</span>
</a>
<a href="mailto:[email protected]" class="flex items-center hover:text-blue-200">
<i class="fas fa-envelope mr-2"></i>
<span>[email protected]</span>
</a>
</div>
<div class="flex items-center space-x-4">
<div class="flex space-x-2">
<a href="#" class="hover:text-blue-200"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="hover:text-blue-200"><i class="fab fa-twitter"></i></a>
<a href="#" class="hover:text-blue-200"><i class="fab fa-instagram"></i></a>
<a href="#" class="hover:text-blue-200"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="hover:text-blue-200"><i class="fab fa-youtube"></i></a>
<a href="#" class="hover:text-blue-200"><i class="fab fa-pinterest-p"></i></a>
<a href="#" class="hover:text-blue-200"><i class="fab fa-whatsapp"></i></a>
</div>
<div class="flex items-center space-x-2">
<a href="#" class="hover:text-blue-200"><img src="https://flagcdn.com/w20/tr.png" alt="TR" class="w-5"></a>
<a href="#" class="hover:text-blue-200"><img src="https://flagcdn.com/w20/gb.png" alt="EN" class="w-5"></a>
<a href="#" class="hover:text-blue-200"><img src="https://flagcdn.com/w20/de.png" alt="DE" class="w-5"></a>
</div>
</div>
</div>
</div>
<!-- Navigation -->
<nav class="bg-white shadow-md">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<a href="#" class="flex items-center">
<img src="https://via.placeholder.com/150x50?text=Safir+Atlas" alt="Safir Atlas Logo" class="h-10">
</a>
<div class="hidden md:flex space-x-8">
<div class="dropdown relative">
<button class="hover:text-blue-600 font-medium flex items-center">
Anasayfa
</button>
</div>
<div class="dropdown relative">
<button class="hover:text-blue-600 font-medium flex items-center">
Kurumsal <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-48 z-10">
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Hakkımızda</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Çözüm Ortakları</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Ekibimiz</a>
<div class="relative">
<a href="#" class="block px-4 py-2 hover:bg-blue-50 flex justify-between items-center">
Şubelerimiz <i class="fas fa-chevron-right text-xs"></i>
</a>
<div class="absolute left-full top-0 hidden bg-white shadow-lg rounded ml-1 py-2 w-48">
<a href="#" class="block px-4 py-2 hover:bg-blue-50">İstanbul Merkez</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Ankara Şube</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">İzmir Şube</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Kıbrıs Şube</a>
</div>
</div>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Sıkça Sorulan Sorular</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Foto Galeri</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Online Katalog</a>
</div>
</div>
<div class="dropdown relative">
<button class="hover:text-blue-600 font-medium flex items-center">
Ürünler <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-48 z-10">
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Yazılım</a>
<div class="relative">
<a href="#" class="block px-4 py-2 hover:bg-blue-50 flex justify-between items-center">
Bilgisayar Donanımı <i class="fas fa-chevron-right text-xs"></i>
</a>
<div class="absolute left-full top-0 hidden bg-white shadow-lg rounded ml-1 py-2 w-48">
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Yazıcı</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Monitör</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">SSD Disk</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Klavye & Mouse</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Bellek</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Projeksiyon</a>
</div>
</div>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Alarm Sistemleri</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Ağ Çözümleri</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">IP/HD Kamera</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Plaka Tanıma Sistemleri</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Yangın İhbar Sistemleri</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Turnike Sistemleri</a>
</div>
</div>
<a href="#" class="hover:text-blue-600 font-medium">Blog</a>
<div class="dropdown relative">
<button class="hover:text-blue-600 font-medium flex items-center">
Tema <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-48 z-10">
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Tema Özellikleri</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Yorum Sistemi</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Bakım Modu</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50">Yasal Uyarı</a>
<a href="#" class="block px-4 py-2 hover:bg-blue-50 text-blue-600 font-semibold">Satın Al</a>
</div>
</div>
<a href="#" class="hover:text-blue-600 font-medium">İletişim</a>
</div>
<button class="md:hidden text-gray-600">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<div class="relative bg-gradient-to-r from-blue-800 to-blue-600 text-white py-20">
<div class="container mx-auto px-4">
<div class="hero-text max-w-2xl">
<h1 class="text-4xl md:text-5xl font-bold mb-4">SAFİR ATLAS WORDPRESS TEMASI</h1>
<p class="text-xl mb-8">SEO uyumlu, modern ve profesyonel kurumsal WordPress teması</p>
<div class="flex flex-wrap gap-4">
<a href="#" class="bg-white text-blue-800 hover:bg-blue-100 px-6 py-3 rounded font-semibold">Satın Al</a>
<a href="#" class="border border-white hover:bg-white hover:text-blue-800 px-6 py-3 rounded font-semibold">Demo İncele</a>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Tema Özellikleri</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Safir Atlas WordPress teması ile kurumsal ihtiyaçlarınıza özel çözümler sunuyoruz</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-search"></i>
</div>
<h3 class="text-xl font-semibold mb-2">SEO Uyumlu</h3>
<p class="text-gray-600">Hatasız kodlama ve SEO optimizasyonu ile arama motorlarında üst sıralarda yer alın.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-palette"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Sınırsız Renk</h3>
<p class="text-gray-600">Tek tıkla renk değiştirme özelliği ile istediğiniz renk kombinasyonunu oluşturun.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-mobile-alt"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Tam Responsive</h3>
<p class="text-gray-600">Tüm cihazlarda mükemmel görüntülenen responsive tasarım ile mobil kullanıcıları kaçırmayın.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-bolt"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Dahili Cache</h3>
<p class="text-gray-600">Entegre cache sistemi ile sitenizin hızını artırın ve kullanıcı deneyimini iyileştirin.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-sliders-h"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Kolay Panel</h3>
<p class="text-gray-600">Kullanıcı dostu kontrol paneli ile sitenizi kolayca yönetin ve özelleştirin.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-globe"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Çoklu Dil</h3>
<p class="text-gray-600">Dil dosyası desteği ile sitenizi kolayca çok dilli hale getirin.</p>
</div>
</div>
</div>
</div>
<!-- About Section -->
<div class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="flex flex-col lg:flex-row items-center">
<div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">ATLAS BİLİŞİM TEKNOLOJİLERİ</h2>
<p class="text-gray-600 mb-6">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur elit turpis, ullamcorper congue urna sit amet, laoreet auctor libero. Suspendisse sed tempor urna. Sed congue congue libero non dictum. Maecenas egestas lobortis eros ac ultricies. Aenean ante tortor, tincidunt eu risus vitae, dapibus laoreet lectus.</p>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4">
<a href="#" class="flex items-center text-blue-600 hover:text-blue-800">
<i class="fas fa-arrow-right mr-2"></i> Çözüm Ortakları
</a>
<a href="#" class="flex items-center text-blue-600 hover:text-blue-800">
<i class="fas fa-arrow-right mr-2"></i> Online Katalog
</a>
<a href="#" class="flex items-center text-blue-600 hover:text-blue-800">
<i class="fas fa-arrow-right mr-2"></i> Sıkça Sorulanlar
</a>
<a href="#" class="flex items-center text-blue-600 hover:text-blue-800">
<i class="fas fa-arrow-right mr-2"></i> Foto Galeri
</a>
</div>
</div>
<div class="lg:w-1/2">
<img src="https://via.placeholder.com/600x400?text=Atlas+Bilisim" alt="Atlas Bilişim" class="rounded-lg shadow-lg w-full">
</div>
</div>
</div>
</div>
<!-- Products Section -->
<div class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">ÜRÜN GRUPLARIMIZ</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Tüm bilişim teknolojileri ihtiyaçlarınıza çözümler sunuyoruz</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="product-card bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-300">
<img src="https://via.placeholder.com/300x200?text=Yazılım" alt="Yazılım" class="w-full h-48 object-cover">
<div class="p-4">
<h3 class="text-lg font-semibold mb-2">Yazılım</h3>
<p class="text-gray-600 text-sm mb-3">6 Farklı Ürün</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Ürünleri Gör <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
<div class="product-card bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-300">
<img src="https://via.placeholder.com/300x200?text=Bilgisayar+Donanımı" alt="Bilgisayar Donanımı" class="w-full h-48 object-cover">
<div class="p-4">
<h3 class="text-lg font-semibold mb-2">Bilgisayar Donanımı</h3>
<p class="text-gray-600 text-sm mb-3">0 Farklı Ürün</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Ürünleri Gör <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
<div class="product-card bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-300">
<img src="https://via.placeholder.com/300x200?text=Alarm+Sistemleri" alt="Alarm Sistemleri" class="w-full h-48 object-cover">
<div class="p-4">
<h3 class="text-lg font-semibold mb-2">Alarm Sistemleri</h3>
<p class="text-gray-600 text-sm mb-3">0 Farklı Ürün</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Ürünleri Gör <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
<div class="product-card bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-300">
<img src="https://via.placeholder.com/300x200?text=Ağ+Çözümleri" alt="Ağ Çözümleri" class="w-full h-48 object-cover">
<div class="p-4">
<h3 class="text-lg font-semibold mb-2">Ağ Çözümleri</h3>
<p class="text-gray-600 text-sm mb-3">0 Farklı Ürün</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Ürünleri Gör <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
</div>
<div class="text-center mt-10">
<a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded font-semibold">Tüm Ürünleri Görüntüle</a>
</div>
</div>
</div>
<!-- Team Section -->
<div class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">EKİBİMİZ</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Bizimle harika işler çıkaran ekip arkadaşlarımız</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
<div class="team-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
<div class="overflow-hidden">
<img src="https://via.placeholder.com/300x300?text=Ahmet+Erdoğdu" alt="Ahmet Erdoğdu" class="w-full h-64 object-cover transition-transform duration-300">
</div>
<div class="p-4 text-center">
<h3 class="text-lg font-semibold">Ahmet Erdoğdu</h3>
<p class="text-gray-600 text-sm">Genel Müdür</p>
</div>
</div>
<div class="team-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
<div class="overflow-hidden">
<img src="https://via.placeholder.com/300x300?text=Selma+Şenyurt" alt="Selma Şenyurt" class="w-full h-64 object-cover transition-transform duration-300">
</div>
<div class="p-4 text-center">
<h3 class="text-lg font-semibold">Selma Şenyurt</h3>
<p class="text-gray-600 text-sm">Satış Müdürü</p>
</div>
</div>
<div class="team-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
<div class="overflow-hidden">
<img src="https://via.placeholder.com/300x300?text=Deniz+Mert" alt="Deniz Mert" class="w-full h-64 object-cover transition-transform duration-300">
</div>
<div class="p-4 text-center">
<h3 class="text-lg font-semibold">Deniz Mert</h3>
<p class="text-gray-600 text-sm">Pazarlama Müdürü</p>
</div>
</div>
<div class="team-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
<div class="overflow-hidden">
<img src="https://via.placeholder.com/300x300?text=Mehmet+Serbay" alt="Mehmet Serbay" class="w-full h-64 object-cover transition-transform duration-300">
</div>
<div class="p-4 text-center">
<h3 class="text-lg font-semibold">Mehmet Serbay</h3>
<p class="text-gray-600 text-sm">Reklam</p>
</div>
</div>
</div>
<div class="text-center mt-10">
<a href="#" class="inline-block border border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white px-6 py-3 rounded font-semibold">Tüm Ekibi Görüntüle</a>
</div>
</div>
</div>
<!-- Partners Section -->
<div class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">ÇÖZÜM ORTAKLARIMIZ</h2>
<p class="text-gray-600 max-w-2xl mx-auto">İşbirliği yaptığımız markaları burada görebilirsiniz</p>
</div>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-8">
<div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
<img src="https://via.placeholder.com/150x80?text=Partner+1" alt="Partner 1" class="h-16 object-contain">
</div>
<div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
<img src="https://via.placeholder.com/150x80?text=Partner+2" alt="Partner 2" class="h-16 object-contain">
</div>
<div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
<img src="https://via.placeholder.com/150x80?text=Partner+3" alt="Partner 3" class="h-16 object-contain">
</div>
<div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
<img src="https://via.placeholder.com/150x80?text=Partner+4" alt="Partner 4" class="h-16 object-contain">
</div>
<div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
<img src="https://via.placeholder.com/150x80?text=Partner+5" alt="Partner 5" class="h-16 object-contain">
</div>
</div>
</div>
</div>
<!-- Blog Section -->
<div class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">BİLİŞİM DÜNYASI</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Bilişim dünyasından son haberleri bu alanda bulabilirsiniz</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
<img src="https://via.placeholder.com/600x400?text=Blog+1" alt="Blog 1" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold mb-3">YouTube TV Uygulaması Android TV'ye Geldi</h3>
<p class="text-gray-600 mb-4">You're making a mistake. You have no idea what's really going on. What is really going on? I can't tell you. Then why should I trust you? Why? You're you. That's all I need to know.</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Devamını Oku <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
<img src="https://via.placeholder.com/600x400?text=Blog+2" alt="Blog 2" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold mb-3">Fiber Optik Kablolardan Daha Hızlı Bir İletişim Ağı Geliyor!</h3>
<p class="text-gray-600 mb-4">You're making a mistake. You have no idea what's really going on. What is really going on? I can't tell you. Then why should I trust you? Why? You're you. That's all I need to know.</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Devamını Oku <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
<img src="https://via.placeholder.com/600x400?text=Blog+3" alt="Blog 3" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold mb-3">Microsoft ve Alphabet İçin Yapay Zeka ve Bulut, Stratejik Odak!</h3>
<p class="text-gray-600 mb-4">You're making a mistake. You have no idea what's really going on. What is really going on? I can't tell you. Then why should I trust you? Why? You're you. That's all I need to know.</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Devamını Oku <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
</div>
<div class="text-center mt-10">
<a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded font-semibold">Tüm Haberleri Görüntüle</a>
</div>
</div>
</div>
<!-- Contact Section -->
<div class="py-16 bg-blue-800 text-white">
<div class="container mx-auto px-4">
<div class="flex flex-col lg:flex-row">
<div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
<h2 class="text-3xl font-bold mb-6">BİZE ULAŞIN</h2>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-2">Size bir telefon kadar yakınız</h3>
<a href="tel:01234567890" class="text-2xl hover:text-blue-200">0 123 456 78 90</a>
</div>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-2">Bize mail üzerinden ulaşın</h3>
<a href="mailto:[email protected]" class="text-xl hover:text-blue-200">[email protected]</a>
</div>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-2">Adres</h3>
<p>Cumhuriyet Mahallesi, Atakent Caddesi No:24 Üsküdar/İSTANBUL</p>
</div>
<div>
<h3 class="text-xl font-semibold mb-4">Sosyal Medyada Biz</h3>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="lg:w-1/2">
<form class="bg-white rounded-lg shadow-lg p-6 text-gray-800">
<h3 class="text-2xl font-semibold mb-6">İletişim Formu</h3>
<div class="mb-4">
<label for="name" class="block text-gray-700 mb-2">Adınız Soyadınız</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-4">
<label for="email" class="block text-gray-700 mb-2">E-posta Adresiniz</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-4">
<label for="phone" class="block text-gray-700 mb-2">Telefon Numaranız</label>
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-4">
<label for="subject" class="block text-gray-700 mb-2">Konu</label>
<input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 mb-2">Mesajınız</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white py-3 px-6 rounded font-semibold">Gönder</button>
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div>
<img src="https://via.placeholder.com/150x50?text=Safir+Atlas" alt="Safir Atlas Logo" class="h-10 mb-4">
<p class="text-gray-400 mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus tortor quam, tristique vel metus eget, tincidunt efficitur velit.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Hızlı Linkler</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Anasayfa</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Hakkımızda</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Ürünler</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">İletişim</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">İletişim</h3>
<ul class="space-y-2 text-gray-400">
<li class="flex items-start">
<i class="fas fa-map-marker-alt mt-1 mr-2"></i>
<span>Cumhuriyet Mahallesi, Atakent Caddesi No:24 Üsküdar/İSTANBUL</span>
</li>
<li class="flex items-center">
<i class="fas fa-phone-alt mr-2"></i>
<span>0 123 456 78 90</span>
</li>
<li class="flex items-center">
<i class="fas fa-envelope mr-2"></i>
<span>[email protected]</span>
</li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Bülten Aboneliği</h3>
<p class="text-gray-400 mb-4">Yeniliklerden haberdar olmak için e-posta listemize kayıt olun.</p>
<form class="flex">
<input type="email" placeholder="E-posta adresiniz" class="px-4 py-2 rounded-l focus:outline-none text-gray-800 w-full">
<button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r">
<i class="fas fa-paper-plane"></i>
</button>
</form>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>&copy; 2023 Safir Atlas WordPress Teması. Tüm hakları saklıdır.</p>
</div>
</div>
</footer>
<!-- Chat Widget -->
<div class="fixed bottom-6 right-6 z-50">
<div class="chat-widget bg-white rounded-full shadow-xl w-16 h-16 flex items-center justify-center cursor-pointer">
<div class="relative">
<div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center text-white">
<i class="fab fa-whatsapp text-2xl"></i>
</div>
<div class="absolute -top-1 -right-1 w-5 h-5 bg-red-500 rounded-full flex items-center justify-center text-white text-xs font-bold animate-pulse">
1
</div>
</div>
</div>
</div>
<script>
// Mobile menu toggle functionality
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('.md\\:hidden');
const mobileMenu = document.querySelector('.md\\:flex');
mobileMenuButton.addEventListener('click', function() {
mobileMenu.classList.toggle('hidden');
mobileMenu.classList.toggle('flex');
mobileMenu.classList.toggle('flex-col');
mobileMenu.classList.toggle('absolute');
mobileMenu.classList.toggle('top-full');
mobileMenu.classList.toggle('left-0');
mobileMenu.classList.toggle('right-0');
mobileMenu.classList.toggle('bg-white');
mobileMenu.classList.toggle('shadow-lg');
mobileMenu.classList.toggle('p-4');
mobileMenu.classList.toggle('z-50');
});
// Dropdown menu functionality
const dropdowns = document.querySelectorAll('.dropdown');
dropdowns.forEach(dropdown => {
const button = dropdown.querySelector('button');
const menu = dropdown.querySelector('.dropdown-menu');
button.addEventListener('click', () => {
menu.classList.toggle('hidden');
});
// Close when clicking outside
document.addEventListener('click', (e) => {
if (!dropdown.contains(e.target)) {
menu.classList.add('hidden');
}
});
});
// Nested dropdown functionality
const nestedDropdowns = document.querySelectorAll('.relative > a');
nestedDropdowns.forEach(dropdown => {
dropdown.addEventListener('click', (e) => {
e.preventDefault();
const menu = dropdown.nextElementSibling;
menu.classList.toggle('hidden');
});
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=mertmehmet/business" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>