kalei/initial mockups/screens/lens/25-lens-create-step5.html

161 lines
8.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=390, initial-scale=1">
<title>Kalei — New Goal Step 5</title>
<link rel="stylesheet" href="../../assets/design-system.css">
<style>
.step-dot.active { background: var(--emerald); box-shadow: 0 0 8px rgba(16,185,129,0.4); }
.step-dot.completed { background: var(--emerald); opacity: 0.5; }
.step-question { font-size: 22px; font-weight: 600; color: var(--pure-light); line-height: 1.3; margin-bottom: var(--space-3); }
.step-hint { font-size: 14px; color: var(--dim-light); line-height: 1.5; margin-bottom: var(--space-5); }
.nav-back { color: var(--emerald-light) !important; }
.milestone-item {
background: var(--kalei-navy); border: 1px solid var(--twilight);
border-radius: var(--radius-lg); padding: var(--space-3) var(--space-4);
margin-bottom: var(--space-3); display: flex; align-items: center; gap: var(--space-3);
}
.milestone-number {
width: 28px; height: 28px; border-radius: 50%;
background: rgba(16,185,129,0.1); border: 1.5px solid rgba(16,185,129,0.3);
display: flex; align-items: center; justify-content: center;
font-size: 13px; font-weight: 700; color: var(--emerald); flex-shrink: 0;
}
.milestone-inputs { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.milestone-text-input {
width: 100%; background: var(--deep-glass); border: 1px solid var(--twilight);
border-radius: var(--radius-md); padding: 8px 12px; font-size: 14px;
color: var(--pure-light); outline: none; font-family: var(--font-primary);
transition: border-color 0.2s;
}
.milestone-text-input::placeholder { color: var(--faint-light); }
.milestone-text-input:focus { border-color: var(--emerald); }
.milestone-date-input {
width: 100%; background: var(--deep-glass); border: 1px solid var(--twilight);
border-radius: var(--radius-md); padding: 8px 12px; font-size: 13px;
color: var(--dim-light); outline: none; font-family: var(--font-primary);
transition: border-color 0.2s;
}
.milestone-date-input:focus { border-color: var(--emerald); color: var(--pure-light); }
.add-milestone-btn {
display: flex; align-items: center; justify-content: center; gap: 8px;
height: 44px; width: 100%; background: transparent;
border: 1px dashed rgba(16,185,129,0.3); border-radius: var(--radius-lg);
color: var(--emerald-light); font-size: 14px; font-weight: 500; cursor: pointer;
transition: all 0.15s;
}
.add-milestone-btn:hover { background: rgba(16,185,129,0.05); border-style: solid; }
.bottom-actions {
position: absolute; bottom: 0; left: 0; right: 0;
padding: var(--space-4) var(--space-4) var(--space-6);
background: linear-gradient(to top, var(--void) 70%, transparent);
display: flex; gap: var(--space-3);
}
.btn-back-ghost {
display: flex; align-items: center; justify-content: center;
height: 52px; width: 52px; background: var(--deep-glass);
color: var(--dim-light); border: 1px solid var(--twilight);
border-radius: var(--radius-lg); text-decoration: none; flex-shrink: 0;
transition: background 0.2s ease-out;
}
.btn-back-ghost:hover { background: var(--twilight); }
.btn-next-emerald {
display: flex; align-items: center; justify-content: center; gap: var(--space-2);
height: 52px; flex: 1; background: var(--emerald); color: var(--pure-light);
font-size: 16px; font-weight: 600; border-radius: var(--radius-lg);
box-shadow: var(--glow-emerald); text-decoration: none; transition: background 0.2s ease-out;
}
.btn-next-emerald:hover { background: var(--emerald-light); }
.screen-content { padding-bottom: 120px; }
</style>
</head>
<body>
<div class="device-frame">
<div class="status-bar">
<span class="time">9:41</span>
<div class="icons">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="7" width="2.5" height="5" rx="0.5" fill="#E2E8F0" opacity="0.4"/><rect x="4.5" y="5" width="2.5" height="7" rx="0.5" fill="#E2E8F0" opacity="0.6"/><rect x="8" y="3" width="2.5" height="9" rx="0.5" fill="#E2E8F0" opacity="0.8"/><rect x="11.5" y="1" width="2.5" height="11" rx="0.5" fill="#E2E8F0"/></svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M 2,8 C 4,4 12,4 14,8" stroke="#E2E8F0" stroke-width="1.2" fill="none" stroke-linecap="round"/><path d="M 4,10 C 6,7 10,7 12,10" stroke="#E2E8F0" stroke-width="1" fill="none" opacity="0.8" stroke-linecap="round"/><circle cx="8" cy="12" r="1.2" fill="#E2E8F0"/></svg>
<svg width="24" height="12" viewBox="0 0 24 12" fill="none"><rect x="0.5" y="0.5" width="21" height="11" rx="2.5" stroke="#E2E8F0" stroke-width="1" opacity="0.5"/><rect x="22" y="3" width="2" height="6" rx="1" fill="#E2E8F0" opacity="0.3"/><rect x="2" y="2" width="16" height="8" rx="1.5" fill="#10B981" opacity="0.9"/></svg>
</div>
</div>
<div class="nav-header">
<a class="nav-back" href="24-lens-create-step4.html">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12 4L6 10L12 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</a>
<span class="nav-title">New Goal</span>
<span class="nav-action body-sm text-dim">5 of 6</span>
</div>
<div class="step-progress">
<div class="step-dot completed"></div>
<div class="step-dot completed"></div>
<div class="step-dot completed"></div>
<div class="step-dot completed"></div>
<div class="step-dot active"></div>
<div class="step-dot"></div>
</div>
<div class="screen-content" style="padding-top: var(--space-6);">
<div class="step-question">Set your milestones</div>
<div class="step-hint">Break your goal into stepping stones. Each milestone becomes an Evidence Wall tile when completed.</div>
<div class="milestone-item">
<div class="milestone-number">1</div>
<div class="milestone-inputs">
<input type="text" class="milestone-text-input" value="Deliver team standup without notes">
<input type="text" class="milestone-date-input" value="Target: Mar 1, 2026">
</div>
</div>
<div class="milestone-item">
<div class="milestone-number">2</div>
<div class="milestone-inputs">
<input type="text" class="milestone-text-input" value="Present sprint retro to the team">
<input type="text" class="milestone-date-input" value="Target: Mar 15, 2026">
</div>
</div>
<div class="milestone-item">
<div class="milestone-number">3</div>
<div class="milestone-inputs">
<input type="text" class="milestone-text-input" value="Present quarterly results to department">
<input type="text" class="milestone-date-input" value="Target: Apr 1, 2026">
</div>
</div>
<div class="milestone-item" style="border: 1.5px dashed rgba(16,185,129,0.2);">
<div class="milestone-number" style="opacity: 0.4;">4</div>
<div class="milestone-inputs">
<input type="text" class="milestone-text-input" placeholder="Add a milestone..." style="opacity: 0.7;">
<input type="text" class="milestone-date-input" placeholder="Target date...">
</div>
</div>
<button class="add-milestone-btn" onclick="addMilestone()">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 3v10M3 8h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
Add milestone
</button>
</div>
<div class="bottom-actions">
<a class="btn-back-ghost" href="24-lens-create-step4.html">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12 4L6 10L12 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</a>
<a class="btn-next-emerald" href="26-lens-create-step6.html">
Next
<svg width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M6 4l5 5-5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</a>
</div>
</div>
<script>
function addMilestone() {
// Would add a new milestone row
}
</script>
</body>
</html>