id / index.html
Waleedahmeddd's picture
Add 3 files
adf5816 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free Fire Diamonds Giveaway | Claim Your Free Diamonds Today!</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>
.bg-gradient-fire {
background: linear-gradient(135deg, #ff6b00 0%, #ff0084 50%, #7a00ff 100%);
}
.btn-glow {
box-shadow: 0 0 15px rgba(255, 107, 0, 0.7);
transition: all 0.3s ease;
}
.btn-glow:hover {
box-shadow: 0 0 25px rgba(255, 107, 0, 0.9);
transform: translateY(-2px);
}
.diamond-icon {
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
</style>
</head>
<body class="bg-gray-900 text-white min-h-screen">
<!-- Header -->
<header class="bg-gradient-fire py-6 shadow-lg">
<div class="container mx-auto px-4 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fas fa-fire text-2xl"></i>
<h1 class="text-2xl font-bold">FREE FIRE DIAMONDS</h1>
</div>
<div class="hidden md:flex space-x-4">
<a href="#" class="hover:text-yellow-300 transition">Home</a>
<a href="#" class="hover:text-yellow-300 transition">How It Works</a>
<a href="#" class="hover:text-yellow-300 transition">FAQ</a>
</div>
<button class="md:hidden">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</header>
<!-- Hero Section -->
<section class="py-16 px-4">
<div class="container mx-auto flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0 text-center md:text-left">
<h2 class="text-4xl md:text-5xl font-bold mb-4">GET FREE DIAMONDS TODAY!</h2>
<p class="text-xl mb-8 text-gray-300">Enter your Free Fire ID below to claim your free diamonds. Limited time offer!</p>
<div class="max-w-md mx-auto md:mx-0 bg-gray-800 rounded-lg p-6 shadow-lg">
<div class="flex items-center mb-4">
<i class="fas fa-gem text-yellow-400 mr-2 text-xl"></i>
<span class="font-bold">FREE DIAMOND GIVEAWAY</span>
</div>
<form id="diamondForm" class="space-y-4">
<div>
<label for="ffid" class="block mb-2 text-sm font-medium">Your Free Fire ID</label>
<input type="text" id="ffid" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500" placeholder="1234567890" required>
</div>
<div>
<label for="server" class="block mb-2 text-sm font-medium">Server Region</label>
<select id="server" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500">
<option value="na">North America</option>
<option value="eu">Europe</option>
<option value="asia">Asia</option>
<option value="me">Middle East</option>
<option value="sa">South America</option>
</select>
</div>
<button type="submit" class="w-full bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-3 px-4 rounded-lg btn-glow flex items-center justify-center">
<i class="fas fa-gift mr-2"></i> CLAIM FREE DIAMONDS
</button>
</form>
<div class="mt-4 text-xs text-gray-400">
By submitting, you agree to our Terms of Service. Limited to one claim per account.
</div>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative diamond-icon">
<img src="https://i.imgur.com/JQ9wW1E.png" alt="Free Fire Diamonds" class="w-64 h-64 pulse">
<div class="absolute -bottom-6 left-0 right-0 text-center">
<div class="inline-block bg-yellow-500 text-black px-4 py-2 rounded-full font-bold">
FREE 100 DIAMONDS!
</div>
</div>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section class="py-16 bg-gray-800 px-4">
<div class="container mx-auto">
<h2 class="text-3xl font-bold mb-12 text-center">HOW TO GET YOUR FREE DIAMONDS</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-700 p-6 rounded-lg shadow-lg text-center">
<div class="bg-yellow-500 text-black w-12 h-12 rounded-full flex items-center justify-center mx-auto mb-4 text-xl font-bold">1</div>
<h3 class="text-xl font-bold mb-2">Enter Your ID</h3>
<p class="text-gray-300">Fill in your Free Fire Player ID and select your server region.</p>
</div>
<div class="bg-gray-700 p-6 rounded-lg shadow-lg text-center">
<div class="bg-yellow-500 text-black w-12 h-12 rounded-full flex items-center justify-center mx-auto mb-4 text-xl font-bold">2</div>
<h3 class="text-xl font-bold mb-2">Complete Verification</h3>
<p class="text-gray-300">Complete a quick human verification to prevent abuse.</p>
</div>
<div class="bg-gray-700 p-6 rounded-lg shadow-lg text-center">
<div class="bg-yellow-500 text-black w-12 h-12 rounded-full flex items-center justify-center mx-auto mb-4 text-xl font-bold">3</div>
<h3 class="text-xl font-bold mb-2">Receive Diamonds</h3>
<p class="text-gray-300">Your diamonds will be credited to your account within 24 hours.</p>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 px-4">
<div class="container mx-auto">
<h2 class="text-3xl font-bold mb-12 text-center">WHAT PLAYERS SAY</h2>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-gray-800 p-6 rounded-lg shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-purple-500 flex items-center justify-center font-bold mr-4">JD</div>
<div>
<h4 class="font-bold">John Doe</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-300">"I got my 100 diamonds within a few hours! Totally legit and easy to use. Will definitely recommend to my squad!"</p>
</div>
<div class="bg-gray-800 p-6 rounded-lg shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-500 flex items-center justify-center font-bold mr-4">SM</div>
<div>
<h4 class="font-bold">Sarah M.</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
<p class="text-gray-300">"Was skeptical at first but it actually worked! Got my diamonds the next day. The verification was quick and easy."</p>
</div>
</div>
</div>
</section>
<!-- Countdown Timer -->
<section class="py-12 bg-gradient-fire px-4">
<div class="container mx-auto text-center">
<h2 class="text-2xl font-bold mb-4">OFFER ENDS SOON!</h2>
<div class="flex justify-center space-x-4">
<div class="bg-black bg-opacity-30 px-4 py-2 rounded-lg">
<div class="text-3xl font-bold" id="hours">12</div>
<div class="text-sm">HOURS</div>
</div>
<div class="bg-black bg-opacity-30 px-4 py-2 rounded-lg">
<div class="text-3xl font-bold" id="minutes">45</div>
<div class="text-sm">MINUTES</div>
</div>
<div class="bg-black bg-opacity-30 px-4 py-2 rounded-lg">
<div class="text-3xl font-bold" id="seconds">30</div>
<div class="text-sm">SECONDS</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 py-8 px-4">
<div class="container mx-auto">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<div class="flex items-center space-x-2">
<i class="fas fa-fire text-xl text-yellow-500"></i>
<span class="font-bold">FREE FIRE DIAMONDS</span>
</div>
<p class="text-sm text-gray-400 mt-2">Not affiliated with Garena or Free Fire.</p>
</div>
<div class="flex space-x-6">
<a href="#" class="hover:text-yellow-500 transition"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="hover:text-yellow-500 transition"><i class="fab fa-twitter"></i></a>
<a href="#" class="hover:text-yellow-500 transition"><i class="fab fa-instagram"></i></a>
<a href="#" class="hover:text-yellow-500 transition"><i class="fab fa-discord"></i></a>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-sm text-gray-400">
<p>© 2023 Free Fire Diamonds Giveaway. All rights reserved. | <a href="#" class="hover:text-yellow-500">Terms</a> | <a href="#" class="hover:text-yellow-500">Privacy</a> | <a href="#" class="hover:text-yellow-500">Contact</a></p>
</div>
</div>
</footer>
<!-- Success Modal (hidden by default) -->
<div id="successModal" class="fixed inset-0 bg-black bg-opacity-70 flex items-center justify-center hidden z-50">
<div class="bg-gray-800 rounded-lg p-8 max-w-md w-full mx-4 shadow-xl">
<div class="text-center">
<div class="w-20 h-20 bg-green-500 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-check text-3xl"></i>
</div>
<h3 class="text-2xl font-bold mb-2">SUCCESS!</h3>
<p class="mb-6">Your request for free diamonds has been received! Diamonds will be credited to your account within 24 hours.</p>
<button id="closeModal" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-2 px-6 rounded-lg">
CLOSE
</button>
</div>
</div>
</div>
<script>
// Countdown timer
function updateCountdown() {
const now = new Date();
const endOfDay = new Date();
endOfDay.setHours(23, 59, 59, 0);
const diff = endOfDay - now;
const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((diff % (1000 * 60)) / 1000);
document.getElementById('hours').textContent = hours.toString().padStart(2, '0');
document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0');
document.getElementById('seconds').textContent = seconds.toString().padStart(2, '0');
}
setInterval(updateCountdown, 1000);
updateCountdown();
// Form submission
document.getElementById('diamondForm').addEventListener('submit', function(e) {
e.preventDefault();
const ffid = document.getElementById('ffid').value;
const server = document.getElementById('server').value;
// Here you would normally send this data to your backend
console.log('Submitted:', { ffid, server });
// Show success modal
document.getElementById('successModal').classList.remove('hidden');
});
// Close modal
document.getElementById('closeModal').addEventListener('click', function() {
document.getElementById('successModal').classList.add('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=Waleedahmeddd/id" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>