𝔸𝕍𝕀𝔸𝕋𝕆ℝ ℙℝ𝔼𝔻𝕀ℂ𝕋𝕆ℝ
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.2k
- Forks
- 1.8k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 6
Description
/* Step-1 prompt ticker */
.ticker-wrap{position:relative;overflow:hidden;background:rgba(0,0,0,.08);border-radius:12px;border:1px dashed rgba(0,0,0,.15);margin-bottom:8px}
.ticker{display:flex;gap:12px;white-space:nowrap;will-change:transform;animation:tickerMove 16s linear infinite}
.ticker:hover{animation-play-state:paused}
.ticker .chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;margin:8px 0;border-radius:999px;background:#f7f7f7;border:1px solid #e0e0e0;box-shadow:0 2px 4px rgba(0,0,0,.06);cursor:pointer;font-weight:700}
.ticker .chip:hover{transform:translateY(-1px)}
.ticker .chip small{opacity:.7;font-weight:900}
@keyframes tickerMove{
0%{transform:translateX(100%)}
100%{transform:translateX(-110%)}
}
.help-mini{font-size:12px;color:#555;margin-top:2px}
</style>
(100% verify Aviator +Crash Hack)
( 🆅🅸🅿 🅷🅰🅲🅺🅸🅽🅶 🅰🅲🅲🆂🆂 )
💁♂️ "Amazing service, got Aviator access in 1 hour!" - Rahim
স্টেপ ১ — আপনার তথ্য দিন
<!-- ✅ ডান থেকে বামে চলা ক্লিকযোগ্য গাইড -->
<div class="ticker-wrap" aria-hidden="false">
<div class="ticker" id="guideTicker">
<span class="chip" data-target="name"><small>①</small> আপনার নাম লিখুন?</span>
<span class="chip" data-target="email"><small>②</small> যেকোনো জিমেইল এড্রেস দিন।</span>
<span class="chip" data-target="platform"><small>③</small> আপনি কোন সাইটে গেম খেলেন, গেমিং সাইটের নাম লিখে দেন।</span>
<span class="chip" data-target="userId"><small>④</small> গেমিং সাইটের ইউজারনেম অথবা আইডি নাম্বার লিখে দেন।</span>
<!-- loop duplicate for seamless scroll -->
<span class="chip" data-target="name"><small>①</small> আপনার নাম লিখুন?</span>
<span class="chip" data-target="email"><small>②</small> যেকোনো জিমেইল এড্রেস দিন।</span>
<span class="chip" data-target="platform"><small>③</small> আপনি কোন সাইটে গেম খেলেন, গেমিং সাইটের নাম লিখে দেন।</span>
<span class="chip" data-target="userId"><small>④</small> গেমিং সাইটের ইউজারনেম অথবা আইডি নাম্বার লিখে দেন।</span>
</div>
</div>
<p class="help-mini">টিপস: যে টেক্সটে ক্লিক করবেন, সেই ইনপুটে ফোকাস হবে।</p>
<input type="text" id="name" placeholder="নাম">
<input type="email" id="email" placeholder="ইমেইল">
<input type="text" id="platform" placeholder="প্ল্যাটফর্ম (যেমন: 1xBet, Melbet)">
<input type="text" id="userId" placeholder="ইউজারনেম / আইডি নম্বর">
<button onclick="goStep2()">ওকে করুন</button>
স্টেপ ২ — অফার ও পেমেন্ট
♻️ ৩০ মিনিট = ৮২০৳ ♻️ ১ ঘণ্টা = ১৮০০৳ ♻️ ২ ঘণ্টা = ২৯০০৳ ♻️ ৩ ঘণ্টা = ৩৯০০৳বিকাশ/নগদ টাকা পাঠান:
বিকাশ: ০১৯৮০১৪৭৩২৪
নগদ: ০১৯৪৬০৪৩৮৮৮৩
নোট: একটি প্যাকেজ সিলেক্ট করুন, তারপর ট্রানজেকশন ID দিন।
ফাইনাল সাবমিট Backস্টেপ ৩ — VIP Access
🎉 VIP ফাইল অ্যাক্সেস তথ্য:
User ID: 690440
Password: pass4596
customer service 24/7 Back <script> /* review rotator */ const reviewDisplay=document.getElementById('reviewDisplay'); const reviews=[ "💁♂️ 'Amazing service, got Aviator access in 1 hour!' - Rahim", "💁♂️ 'Crash access in 2 hours, highly recommend!' - Karim", "💁♂️ 'Roulette access in 3 hours, excellent support!' - Jamal", "💁♂️ '30 mins access worked perfectly!' - Hasan" ]; let r=0; function updateReview(){reviewDisplay.innerHTML=`${reviews[r]}
`;r=(r+1)%reviews.length} setInterval(updateReview,3000);updateReview(); /* ✅ Step-1 ticker clicks -> focus inputs */ document.querySelectorAll('.ticker .chip').forEach(chip=>{ chip.addEventListener('click',()=>{ const id=chip.getAttribute('data-target'); const el=document.getElementById(id); if(el){ el.focus(); el.scrollIntoView({behavior:'smooth',block:'center'}); } }); }); /* step logic */ function goStep2(){ const name=document.getElementById('name').value.trim(); const email=document.getElementById('email').value.trim(); const platform=document.getElementById('platform').value.trim(); const userId=document.getElementById('userId').value.trim(); if(name&&email&&platform&&userId){ document.getElementById('step1').classList.remove('active'); document.getElementById('step2').classList.add('active'); }else{ alert('সব তথ্য পূরণ করুন!'); } } function goStep3(){ const trx=document.getElementById('transaction').value.trim(); const selected=document.querySelector('input[name="pkg"]:checked'); if(!selected){ alert('একটি প্যাকেজ সিলেক্ট করুন!'); return; } if(trx.length<5){ alert('⚠️ ট্রানজেকশন নম্বর কমপক্ষে ৫ অক্ষরের দিন!'); return; } if(trx.slice(-1)!=="5"){ alert("⚠️ ট্রানজেকশন নম্বরের শেষ অক্ষর অবশ্যই '5' হতে হবে!"); return; } document.getElementById('step2').classList.remove('active'); document.getElementById('step3').classList.add('active'); /* show brief summary */ const name=document.getElementById('name').value.trim(); const email=document.getElementById('email').value.trim(); const platform=document.getElementById('platform').value.trim(); const userId=document.getElementById('userId').value.trim(); const price=selected.value; const label=selected.nextElementSibling.innerText; document.getElementById('summary').innerHTML= `👤 ${name} | ✉️ ${email}🧩 ${platform} | 🆔 ${userId}
📦 প্যাকেজ: ${label} (৳${price})
🔁 TRX: ${trx}`; } function backTo(n){ if(n===1){ document.getElementById('step2').classList.remove('active'); document.getElementById('step1').classList.add('active'); } if(n===2){ document.getElementById('step3').classList.remove('active'); document.getElementById('step2').classList.add('active'); } } </script>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file, test, or entry point is named; first confirm whether this standalone HTML is intended to be part of vercel/examples and identify the requested change. Done would require a maintainer-approved scope and corresponding validation, which the issue does not specify.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html, javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 1/100