Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Secure Your Future with Our Fixed Deposits</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> | |
| @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); | |
| body { | |
| font-family: 'Poppins', sans-serif; | |
| background-color: #f5f7fa; | |
| } | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); | |
| } | |
| .interest-rate { | |
| transition: all 0.3s ease; | |
| } | |
| .interest-rate:hover { | |
| transform: scale(1.05); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| .calculator-input { | |
| -webkit-appearance: none; | |
| -moz-appearance: textfield; | |
| } | |
| .calculator-input::-webkit-outer-spin-button, | |
| .calculator-input::-webkit-inner-spin-button { | |
| -webkit-appearance: none; | |
| margin: 0; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans text-gray-800"> | |
| <!-- Email Container --> | |
| <div class="max-w-2xl mx-auto my-8 bg-white rounded-xl shadow-lg overflow-hidden"> | |
| <!-- Header --> | |
| <div class="gradient-bg text-white p-6 text-center"> | |
| <div class="flex justify-center mb-4"> | |
| <div class="bg-white p-3 rounded-full"> | |
| <img src="https://via.placeholder.com/50x50/2563eb/ffffff?text=$$$" alt="Bank Logo" class="h-10 w-10"> | |
| </div> | |
| </div> | |
| <h1 class="text-2xl font-bold mb-2">Secure Your Future with Fixed Deposits</h1> | |
| <p class="text-blue-100">Earn higher interest with guaranteed returns</p> | |
| </div> | |
| <!-- Main Content --> | |
| <div class="p-6"> | |
| <!-- Personalized Greeting --> | |
| <div class="mb-6"> | |
| <p class="text-gray-700 mb-4">Dear Valued Customer,</p> | |
| <p class="text-gray-700">In today's uncertain economic climate, it's more important than ever to secure your savings while earning attractive returns. Our Fixed Deposit accounts offer you exactly that - safety, stability, and superior interest rates.</p> | |
| </div> | |
| <!-- Benefits Section --> | |
| <div class="mb-8"> | |
| <h2 class="text-xl font-semibold text-gray-800 mb-4 flex items-center"> | |
| <i class="fas fa-shield-alt text-blue-500 mr-2"></i> Why Choose Our Fixed Deposits? | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-4"> | |
| <div class="bg-blue-50 p-4 rounded-lg"> | |
| <div class="flex items-center mb-2"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i class="fas fa-percentage text-blue-600"></i> | |
| </div> | |
| <h3 class="font-medium">Attractive Interest Rates</h3> | |
| </div> | |
| <p class="text-sm text-gray-600">Earn up to 7.25% p.a., significantly higher than regular savings accounts.</p> | |
| </div> | |
| <div class="bg-blue-50 p-4 rounded-lg"> | |
| <div class="flex items-center mb-2"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i class="fas fa-lock text-blue-600"></i> | |
| </div> | |
| <h3 class="font-medium">100% Safe & Secure</h3> | |
| </div> | |
| <p class="text-sm text-gray-600">Your deposits are insured up to ₹5 lakhs under DICGC.</p> | |
| </div> | |
| <div class="bg-blue-50 p-4 rounded-lg"> | |
| <div class="flex items-center mb-2"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i class="fas fa-calendar-alt text-blue-600"></i> | |
| </div> | |
| <h3 class="font-medium">Flexible Tenures</h3> | |
| </div> | |
| <p class="text-sm text-gray-600">Choose from 7 days to 10 years based on your financial goals.</p> | |
| </div> | |
| <div class="bg-blue-50 p-4 rounded-lg"> | |
| <div class="flex items-center mb-2"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i class="fas fa-coins text-blue-600"></i> | |
| </div> | |
| <h3 class="font-medium">Monthly Payout Option</h3> | |
| </div> | |
| <p class="text-sm text-gray-600">Opt for monthly interest payouts to supplement your income.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Interest Rate Highlights --> | |
| <div class="mb-8"> | |
| <h2 class="text-xl font-semibold text-gray-800 mb-4 flex items-center"> | |
| <i class="fas fa-chart-line text-blue-500 mr-2"></i> Current Interest Rates | |
| </h2> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-4"> | |
| <div class="interest-rate bg-white border border-blue-100 rounded-lg p-4 text-center shadow-sm"> | |
| <p class="text-sm text-gray-500">7-29 Days</p> | |
| <p class="text-2xl font-bold text-blue-600">5.50%</p> | |
| <p class="text-xs text-gray-500">p.a.</p> | |
| </div> | |
| <div class="interest-rate bg-white border border-blue-100 rounded-lg p-4 text-center shadow-sm"> | |
| <p class="text-sm text-gray-500">30-90 Days</p> | |
| <p class="text-2xl font-bold text-blue-600">6.00%</p> | |
| <p class="text-xs text-gray-500">p.a.</p> | |
| </div> | |
| <div class="interest-rate bg-white border border-blue-100 rounded-lg p-4 text-center shadow-sm"> | |
| <p class="text-sm text-gray-500">6-12 Months</p> | |
| <p class="text-2xl font-bold text-blue-600">6.75%</p> | |
| <p class="text-xs text-gray-500">p.a.</p> | |
| </div> | |
| <div class="interest-rate bg-white border border-blue-100 rounded-lg p-4 text-center shadow-sm"> | |
| <p class="text-sm text-gray-500">1-3 Years</p> | |
| <p class="text-2xl font-bold text-blue-600">7.25%</p> | |
| <p class="text-xs text-gray-500">p.a.</p> | |
| </div> | |
| </div> | |
| <p class="text-xs text-gray-500 mt-2">*Senior citizens enjoy an additional 0.50% p.a. on all tenures</p> | |
| </div> | |
| <!-- Calculator --> | |
| <div class="mb-8 bg-gray-50 p-6 rounded-xl"> | |
| <h2 class="text-xl font-semibold text-gray-800 mb-4 flex items-center"> | |
| <i class="fas fa-calculator text-blue-500 mr-2"></i> Calculate Your Returns | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> | |
| <div> | |
| <div class="mb-4"> | |
| <label class="block text-gray-700 text-sm font-medium mb-2" for="amount">Deposit Amount (₹)</label> | |
| <div class="relative"> | |
| <span class="absolute inset-y-0 left-0 flex items-center pl-3 text-gray-500">₹</span> | |
| <input type="number" id="amount" class="calculator-input w-full pl-8 pr-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="10,000" value="100000"> | |
| </div> | |
| </div> | |
| <div class="mb-4"> | |
| <label class="block text-gray-700 text-sm font-medium mb-2" for="tenure">Tenure (Months)</label> | |
| <input type="range" id="tenure" min="1" max="120" value="12" class="w-full h-2 bg-gray-200 rounded-lg appearance-none cursor-pointer"> | |
| <div class="flex justify-between text-xs text-gray-500 mt-1"> | |
| <span>1</span> | |
| <span>12</span> | |
| <span>24</span> | |
| <span>36</span> | |
| <span>60</span> | |
| <span>120</span> | |
| </div> | |
| </div> | |
| <div class="mb-4"> | |
| <label class="block text-gray-700 text-sm font-medium mb-2" for="interest">Interest Rate (%)</label> | |
| <input type="number" id="interest" class="calculator-input w-full pr-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="7.25" value="7.25" step="0.01"> | |
| </div> | |
| <div class="flex items-center mb-4"> | |
| <input type="checkbox" id="seniorCitizen" class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded"> | |
| <label for="seniorCitizen" class="ml-2 block text-sm text-gray-700">Senior Citizen (Additional 0.5%)</label> | |
| </div> | |
| </div> | |
| <div class="bg-white p-6 rounded-lg border border-blue-100 shadow-sm"> | |
| <h3 class="text-lg font-medium text-gray-800 mb-4">Your Estimated Returns</h3> | |
| <div class="space-y-3"> | |
| <div class="flex justify-between"> | |
| <span class="text-gray-600">Principal Amount:</span> | |
| <span id="principalAmount" class="font-medium">₹1,00,000</span> | |
| </div> | |
| <div class="flex justify-between"> | |
| <span class="text-gray-600">Interest Earned:</span> | |
| <span id="interestEarned" class="font-medium text-blue-600">₹7,250</span> | |
| </div> | |
| <div class="flex justify-between"> | |
| <span class="text-gray-600">Tenure:</span> | |
| <span id="displayTenure" class="font-medium">12 months</span> | |
| </div> | |
| <div class="border-t border-gray-200 my-2"></div> | |
| <div class="flex justify-between"> | |
| <span class="text-gray-600 font-semibold">Maturity Amount:</span> | |
| <span id="maturityAmount" class="text-xl font-bold text-green-600">₹1,07,250</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA Section --> | |
| <div class="gradient-bg text-white p-6 rounded-xl text-center mb-6"> | |
| <h2 class="text-xl font-bold mb-3">Ready to Grow Your Savings?</h2> | |
| <p class="text-blue-100 mb-4">Open a Fixed Deposit in just 5 minutes with our completely digital process</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-3"> | |
| <a href="#" class="bg-white text-blue-600 font-semibold px-6 py-3 rounded-lg hover:bg-blue-50 transition duration-300">Open FD Now</a> | |
| <a href="#" class="border border-white text-white font-semibold px-6 py-3 rounded-lg hover:bg-blue-700 transition duration-300">Speak to an Advisor</a> | |
| </div> | |
| </div> | |
| <!-- Testimonial --> | |
| <div class="bg-gray-50 p-6 rounded-xl mb-6"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/42.jpg" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <div class="flex items-center"> | |
| <div class="flex items-center"> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| </div> | |
| </div> | |
| <p class="mt-1 text-gray-700">"I've been investing in fixed deposits with this bank for 5 years. The process is seamless and the returns are consistent. Highly recommended for risk-averse investors!"</p> | |
| <p class="mt-2 text-sm font-medium text-gray-900">- Priya Sharma, Retired Teacher</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Closing --> | |
| <div class="text-center text-gray-600 mb-4"> | |
| <p>Thank you for being a valued customer. We're committed to helping you achieve your financial goals.</p> | |
| <p class="mt-2">Warm regards,</p> | |
| <p class="font-medium">The Customer Relationship Team</p> | |
| <p class="text-sm mt-4">Have questions? Call us at <a href="tel:18001234567" class="text-blue-600">1800 123 4567</a> or <a href="mailto:support@yourbank.com" class="text-blue-600">email us</a></p> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <div class="bg-gray-100 px-6 py-4"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="flex space-x-4 mb-4 md:mb-0"> | |
| <a href="#" class="text-gray-600 hover:text-blue-600"><i class="fab fa-facebook-f"></i></a> | |
| <a href="#" class="text-gray-600 hover:text-blue-600"><i class="fab fa-twitter"></i></a> | |
| <a href="#" class="text-gray-600 hover:text-blue-600"><i class="fab fa-linkedin-in"></i></a> | |
| <a href="#" class="text-gray-600 hover:text-blue-600"><i class="fab fa-instagram"></i></a> | |
| </div> | |
| <div class="text-center md:text-right"> | |
| <p class="text-xs text-gray-500">© 2023 YourBank. All rights reserved.</p> | |
| <p class="text-xs text-gray-500 mt-1">This email was sent to you as a valued customer of YourBank. To unsubscribe from marketing emails, <a href="#" class="text-blue-600">click here</a>.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <script> | |
| // Calculator functionality | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const amountInput = document.getElementById('amount'); | |
| const tenureInput = document.getElementById('tenure'); | |
| const interestInput = document.getElementById('interest'); | |
| const seniorCitizenCheckbox = document.getElementById('seniorCitizen'); | |
| const principalAmount = document.getElementById('principalAmount'); | |
| const interestEarned = document.getElementById('interestEarned'); | |
| const displayTenure = document.getElementById('displayTenure'); | |
| const maturityAmount = document.getElementById('maturityAmount'); | |
| function calculateFD() { | |
| let amount = parseFloat(amountInput.value) || 0; | |
| let tenure = parseInt(tenureInput.value); | |
| let interestRate = parseFloat(interestInput.value) || 0; | |
| // Apply senior citizen bonus | |
| if (seniorCitizenCheckbox.checked) { | |
| interestRate += 0.5; | |
| interestInput.value = interestRate.toFixed(2); | |
| } | |
| // Calculate simple interest (for demo purposes) | |
| const years = tenure / 12; | |
| const interest = (amount * interestRate * years) / 100; | |
| const maturity = amount + interest; | |
| // Update display | |
| principalAmount.textContent = '₹' + amount.toLocaleString('en-IN'); | |
| interestEarned.textContent = '₹' + interest.toLocaleString('en-IN'); | |
| displayTenure.textContent = tenure + ' months'; | |
| maturityAmount.textContent = '₹' + maturity.toLocaleString('en-IN'); | |
| } | |
| // Event listeners | |
| [amountInput, tenureInput, interestInput, seniorCitizenCheckbox].forEach(element => { | |
| element.addEventListener('input', calculateFD); | |
| element.addEventListener('change', calculateFD); | |
| }); | |
| // Initial calculation | |
| calculateFD(); | |
| // Update tenure display on slider move | |
| tenureInput.addEventListener('input', function() { | |
| displayTenure.textContent = this.value + ' months'; | |
| }); | |
| }); | |
| </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=naklitechie/fd-email" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body> | |
| </html> |