Description
<!DOCTYPE html> <html lang="bn"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>বাংলাদেশ NID সেবা</title> <style> * { box-sizing: border-box; font-family: 'Segoe UI', sans-serif; } body { background: linear-gradient(to right, #dff6ff, #c3e6ff); margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .container { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); padding: 30px; border-radius: 20px; box-shadow: 0 0 30px rgba(0,0,0,0.1); max-width: 420px; width: 100%; } h2 { text-align: center; margin-bottom: 20px; color: #00529B; } input { width: 100%; padding: 12px; margin: 10px 0; border: 2px solid #007bff; border-radius: 12px; outline: none; font-size: 16px; } button { width: 100%; padding: 12px; margin-top: 10px; background: transparent; border: 2px solid #007bff; color: #007bff; font-size: 16px; border-radius: 12px; cursor: pointer; transition: 0.3s ease; position: relative; overflow: hidden; } button::after { content: ""; position: absolute; background: #007bff; width: 100%; height: 100%; top: 100%; left: 0; z-index: -1; transition: 0.3s ease; } button:hover::after { top: 0; } button:hover { color: white; } .result { margin-top: 20px; background: #fff; padding: 20px; border-radius: 15px; text-align: center; font-size: 16px; color: red; border: 1px solid red; } .id-card { margin-top: 20px; padding: 15px; border: 2px solid green; border-radius: 15px; background: #f0fff0; color: #006400; text-align: center; } </style> </head> <body> <div class="container"> <h2>বাংলাদেশ NID সেবা</h2> <input type="text" id="slip" placeholder="স্লিপ নম্বর লিখুন"> <input type="text" id="dob" placeholder="জন্ম তারিখ (DD-MM-YYYY)"> <button onclick="checkSlip()">চেক করুন</button> <div id="output"></div> </div> <script> function checkSlip() { const slip = document.getElementById('slip').value.trim(); const dob = document.getElementById('dob').value.trim(); const output = document.getElementById('output'); output.innerHTML = ""; // ডেমো ডেটা: শুধুমাত্র এই স্লিপ ও DOB সঠিক ধরা হয়েছে if (slip === "SLP123456" && dob === "05-06-1992") { output.innerHTML = ` <div class="id-card"> <strong>জাতীয় পরিচয়পত্র</strong><br> নাম: মোহাম্মদ শহিদুল ইসলাম<br> NID: 1987654321<br> জন্ম তারিখ: ০৫-০৬-১৯৯২<br> ঠিকানা: গাজীপুর, ঢাকা, বাংলাদেশ </div> `; } else { output.innerHTML = ` <div class="result"> NID service. ID card ber hoyna.<br> Tukon diye ID card ber hoyna..<br> <strong>দুঃখিত দেখাচ্ছে।</strong> </div> `; } }</script>
</body>
</html>
Escrow Protection Active
Your payment will be held safely for 1 days. Funds are only released to the seller after you confirm escrow.
Binance, Stable Coin, Paybis, Capitalist etc.
All payments are securely held in escrow until you confirm receipt.
Escrow Protection
If your order isn't delivered or doesn't match the listing, you'll get a full refund.