0x48piraj / 0x48piraj/countdown
Love
- 主要语言
- JavaScript
- 星标
- 20
- 派生
- 11
- PR 合并指标
- 30 天内没有已合并 PR
描述
Welcome Mayada
body {
background: linear-gradient(135deg,#ff5f9e,#ff85c1);
font-family: sans-serif;
display: flex; justify-content: center; align-items: center;
height: 100vh; margin: 0; color: white;
}
.card {
background: rgba(255,255,255,0.2);
backdrop-filter: blur(12px);
border-radius: 20px;
padding: 25px;
text-align: center;
max-width: 380px;
width: 90%;
}
input {
width: 100%;
padding: 12px;
border-radius: 25px;
border: none;
margin: 10px 0;
font-size: 16px;
}
button {
width: 100%;
padding: 12px;
border-radius: 25px;
border: none;
background: #ff2f7d;
color: white;
font-size: 18px;
cursor: pointer;
}
Welcome Mayada ❤️
To enter, type our special date
Unlock ❤️
function unlock() {
const pass = document.getElementById('pass').value;
if(pass === '01011999') {
alert('Correct! Now you can continue.');
// لو عايز تحوّل لصفحة تانية تكتب هنا:
// window.location.href = 'home.html';
} else {
alert('Wrong date 💔');
}
}
贡献指南
这个仓库没有索引到贡献指南
调研方向
该 issue 提供了一个包含 CSS 和 JavaScript 的完整 HTML 页面,用于欢迎屏幕。任务是将此集成到倒计时项目中。查看仓库中现有的 HTML 文件,以确定此代码的放置位置,可能是在新页面或现有页面中。通过在浏览器中打开 HTML 进行测试,确保解锁功能正常工作,然后检查其是否符合项目的样式和结构。
由索引模型根据 Issue 内容生成。
评估
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 80/100