Bu cevap, konu sahibi tarafından kabul edilebilir bir cevap olarak işaretlendi.
index.html dosyası
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<title>Ultra Modern E-posta Şablonu</title>
<style>
body {
font-family: 'Plus Jakarta Sans', sans-serif;
background: #f8fafc;
}
h1, h2, h3, h4 {
font-family: 'Clash Display', sans-serif;
}
.luxury-gradient {
background: linear-gradient(135deg, #00d4ff 0%, #0061ff 50%, #9f00ff 100%);
}
.glass-morphism {
backdrop-filter: blur(30px) saturate(180%);
background: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.premium-hover {
transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.premium-hover:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}
.ultra-shadow {
box-shadow: 0 20px 80px rgba(0, 0, 0, 0.07);
}
.text-shine {
background: linear-gradient(to right, #00d4ff, #0061ff, #9f00ff, #00d4ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 200% auto;
animation: shine 8s linear infinite;
}
@keyframes shine {
to { background-position: 200% center; }
}
.floating {
animation: floating 8s ease-in-out infinite;
}
@keyframes floating {
0%, 100% { transform: translateY(0) rotate(0); }
50% { transform: translateY(-15px) rotate(2deg); }
}
.blur-backdrop {
backdrop-filter: blur(50px);
}
.noise-bg {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
opacity: 0.05;
}
</style>
</head>
<body class="bg-gradient-to-br from-sky-50 via-indigo-50 to-purple-50">
<!-- Arka plan efektleri -->
<div class="fixed inset-0 -z-10">
<div class="absolute inset-0 noise-bg"></div>
<div class="absolute top-0 left-0 w-full h-full">
<div class="absolute top-20 left-20 w-96 h-96 bg-blue-200 rounded-full mix-blend-multiply filter blur-[128px] opacity-30 floating"></div>
<div class="absolute bottom-20 right-20 w-96 h-96 bg-purple-200 rounded-full mix-blend-multiply filter blur-[128px] opacity-30 floating" style="animation-delay: 2s"></div>
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-96 h-96 bg-pink-200 rounded-full mix-blend-multiply filter blur-[128px] opacity-30 floating" style="animation-delay: 4s"></div>
</div>
</div>
<div class="min-h-screen py-24 px-4 sm:px-6 lg:px-8 relative">
<div class="max-w-5xl mx-auto">
<div class="luxury-gradient p-[2px] rounded-[3rem] ultra-shadow premium-hover">
<div class="bg-white/90 blur-backdrop rounded-[3rem] p-14 sm:p-20">
<!-- Header -->
<div class="flex items-center justify-between mb-20">
<div class="flex items-center space-x-8">
<div class="relative group">
<div class="absolute inset-0 luxury-gradient rounded-3xl blur-xl opacity-50 group-hover:opacity-70 transition-opacity"></div>
<div class="h-32 w-32 rounded-3xl luxury-gradient p-[2px] relative">
<div class="h-full w-full bg-white rounded-3xl flex items-center justify-center overflow-hidden">
<img src="logo.png" alt="Logo" class="h-24 w-24 object-contain transform group-hover:scale-110 transition-transform duration-500">
</div>
</div>
</div>
<div>
<h1 class="text-7xl font-bold text-shine tracking-tight mb-4">
Şirket Adı
</h1>
<div class="flex items-center space-x-4">
<div class="flex space-x-2">
<span class="h-3 w-3 rounded-full bg-gradient-to-r from-blue-400 to-blue-500 animate-pulse"></span>
<span class="h-3 w-3 rounded-full bg-gradient-to-r from-indigo-400 to-indigo-500 animate-pulse delay-150"></span>
<span class="h-3 w-3 rounded-full bg-gradient-to-r from-purple-400 to-purple-500 animate-pulse delay-300"></span>
</div>
<p class="text-base font-medium text-gray-600 tracking-wider uppercase">Ultra Premium İletişim</p>
</div>
</div>
</div>
<div class="text-right">
<p id="currentDate" class="text-sm font-medium text-gray-600 mb-3"></p>
<div class="inline-flex items-center px-6 py-2.5 bg-gradient-to-r from-blue-50 to-purple-50 rounded-full border border-blue-100/50 shadow-sm">
<span class="text-sm font-semibold bg-clip-text text-transparent bg-gradient-to-r from-blue-600 to-purple-600">
REF: #2024-001
</span>
</div>
</div>
</div>
<!-- Content -->
<div class="space-y-16">
<div class="glass-morphism p-14 rounded-3xl transform hover:scale-[1.01] transition-transform">
<p class="text-4xl text-gray-800 tracking-tight" id="recipientName">
Sayın <span class="font-semibold text-shine">
{MÜŞTERİ_ADI}
</span>,
</p>
</div>
<div class="prose prose-lg max-w-none glass-morphism p-14 rounded-3xl" id="emailContent">
<p class="text-gray-700 leading-relaxed text-xl">
{E-POSTA_İÇERİĞİ}
</p>
</div>
<div class="bg-gradient-to-r from-blue-50/50 via-indigo-50/50 to-purple-50/50 p-14 rounded-3xl border border-blue-100/30">
<h3 class="text-3xl font-bold text-shine mb-10">Önemli Bilgiler</h3>
<ul class="space-y-8">
<li class="flex items-start space-x-6 p-8 glass-morphism rounded-2xl premium-hover">
<div class="flex-shrink-0">
<div class="h-16 w-16 luxury-gradient rounded-xl flex items-center justify-center shadow-lg">
<svg class="h-8 w-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
</svg>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-gray-800 mb-3">Önemli Madde 1</h4>
<p class="text-gray-600 text-lg">Detaylı açıklama metni buraya gelecek</p>
</div>
</li>
<li class="flex items-start space-x-6 p-8 glass-morphism rounded-2xl premium-hover">
<div class="flex-shrink-0">
<div class="h-16 w-16 luxury-gradient rounded-xl flex items-center justify-center shadow-lg">
<svg class="h-8 w-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-gray-800 mb-3">Önemli Madde 2</h4>
<p class="text-gray-600 text-lg">Detaylı açıklama metni buraya gelecek</p>
</div>
</li>
</ul>
</div>
<!-- Footer -->
<div class="border-t border-gray-100/50 pt-16">
<div class="text-center">
<p class="text-gray-600 mb-4 text-lg">Saygılarımızla,</p>
<p class="text-3xl font-bold text-shine mb-3">
Şirket Adı Ekibi
</p>
<p class="text-gray-500 mb-10 tracking-wide">www.sirketadi.com</p>
<div class="flex justify-center space-x-8">
<a href="#" class="group premium-hover">
<div class="relative">
<div class="absolute inset-0 luxury-gradient rounded-2xl blur-lg opacity-40 group-hover:opacity-60 transition-opacity"></div>
<div class="h-16 w-16 luxury-gradient rounded-2xl flex items-center justify-center shadow-lg relative">
<svg class="h-8 w-8 text-white transform group-hover:scale-110 transition-transform" fill="currentColor" viewBox="0 0 24 24">
<!-- Sosyal medya ikonları -->
</svg>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>