| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Activity Details - Dancing</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #FFFFFF; |
| } |
| |
| |
| .pad { padding: 0 64px; } |
| .muted { color: #777; } |
| .divider { height: 2px; background: #E8E8E8; margin: 48px 0; } |
| |
| |
| .status-bar { |
| height: 120px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #555; |
| font-size: 36px; |
| } |
| .status-right { |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| margin-right: 28px; |
| } |
| |
| |
| .app-bar { |
| height: 120px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #444; |
| } |
| .app-actions { |
| display: flex; |
| align-items: center; |
| gap: 48px; |
| } |
| .icon-btn svg { width: 48px; height: 48px; fill: none; stroke: #555; stroke-width: 48; } |
| .icon-btn.dark svg { stroke: #444; } |
| .icon-btn.fill svg { fill: #555; stroke: none; } |
| |
| |
| .title { font-size: 88px; color: #222; margin-top: 24px; } |
| .subtitle { |
| display: flex; align-items: center; gap: 20px; |
| font-size: 36px; color: #6A6A6A; margin-top: 24px; |
| } |
| .subtitle svg { width: 40px; height: 40px; stroke: #6A6A6A; stroke-width: 40; fill: none; } |
| |
| |
| .metrics { |
| display: flex; align-items: center; gap: 56px; |
| margin-top: 72px; |
| } |
| .metric { display: flex; align-items: center; gap: 20px; font-size: 56px; font-weight: 700; color: #333; } |
| .metric .heart svg { width: 56px; height: 56px; stroke: #36C2A5; fill: none; stroke-width: 40; } |
| .metric .steps svg { width: 56px; height: 56px; stroke: #3558D6; fill: none; stroke-width: 40; } |
| |
| |
| .list { margin-top: 80px; } |
| .list-item { |
| display: flex; align-items: center; justify-content: space-between; |
| padding: 32px 0; |
| font-size: 38px; color: #424242; |
| } |
| .list-left { display: flex; align-items: center; gap: 28px; } |
| .list-left svg { width: 54px; height: 54px; stroke: #6A6A6A; stroke-width: 40; fill: none; } |
| |
| |
| .gesture { |
| position: absolute; bottom: 36px; left: 50%; |
| transform: translateX(-50%); |
| width: 360px; height: 16px; background: #777; border-radius: 8px; opacity: 0.7; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="status-bar pad"> |
| <div>1:13</div> |
| <div class="status-right"> |
| |
| <svg width="44" height="44" viewBox="0 0 48 48"> |
| <path d="M10 30c0-6 5-10 11-10 2-6 8-8 13-5 4 2 6 6 6 10 5 1 8 5 6 9-1 3-4 5-7 5H16c-3 0-6-2-6-5z" fill="#777"></path> |
| </svg> |
| |
| <svg width="44" height="44" viewBox="0 0 48 48"> |
| <path d="M8 36h4M16 30h4M24 24h4M32 16h4" stroke="#777" stroke-width="4" stroke-linecap="round"></path> |
| </svg> |
| |
| <svg width="60" height="44" viewBox="0 0 60 44"> |
| <rect x="4" y="10" width="44" height="24" rx="4" stroke="#777" stroke-width="4" fill="none"></rect> |
| <rect x="8" y="14" width="28" height="16" rx="2" fill="#777"></rect> |
| <rect x="52" y="16" width="6" height="12" rx="2" fill="#777"></rect> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="app-bar pad"> |
| <div class="icon-btn dark"> |
| |
| <svg viewBox="0 0 48 48"> |
| <path d="M30 10L14 24l16 14" stroke="#444" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none"></path> |
| </svg> |
| </div> |
| <div class="app-actions"> |
| |
| <div class="icon-btn"> |
| <svg viewBox="0 0 48 48"> |
| <path d="M10 34l0 4 4 0 22-22-4-4L10 34z" stroke="#555" stroke-width="3" fill="none"></path> |
| <path d="M30 12l6 6" stroke="#555" stroke-width="3"></path> |
| </svg> |
| </div> |
| |
| <div class="icon-btn"> |
| <svg viewBox="0 0 48 48"> |
| <circle cx="12" cy="24" r="4" fill="#555"></circle> |
| <circle cx="36" cy="14" r="4" fill="#555"></circle> |
| <circle cx="36" cy="34" r="4" fill="#555"></circle> |
| <path d="M15 23l17-7M15 25l17 7" stroke="#555" stroke-width="3" fill="none"></path> |
| </svg> |
| </div> |
| |
| <div class="icon-btn fill"> |
| <svg viewBox="0 0 48 48"> |
| <circle cx="24" cy="12" r="4"></circle> |
| <circle cx="24" cy="24" r="4"></circle> |
| <circle cx="24" cy="36" r="4"></circle> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="pad"> |
| <div class="title">Dancing</div> |
| <div class="subtitle"> |
| |
| <svg viewBox="0 0 48 48"> |
| <path d="M18 10a4 4 0 1 0 8 0 4 4 0 0 0-8 0zM10 30l10-6 4 6 10 6M14 24l6 2" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| <span>June 22, 10:00 – 11:00 AM</span> |
| </div> |
|
|
| |
| <div class="metrics"> |
| <div class="metric"> |
| <span class="heart"> |
| |
| <svg viewBox="0 0 48 48"> |
| <path d="M24 40s-12-8-16-14c-5-7 2-16 10-12 3 2 4 5 6 6 2-1 3-4 6-6 8-4 15 5 10 12-4 6-16 14-16 14z"></path> |
| </svg> |
| </span> |
| <span style="color:#2F9E8A">0</span> |
| </div> |
| <div class="metric"> |
| <span class="steps"> |
| |
| <svg viewBox="0 0 48 48"> |
| <path d="M8 30c6 2 12 2 18-6l6 2 8 8-26 0c-4 0-6-3-6-4zM20 16c2-4 6-6 10-6" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| </span> |
| <span style="color:#2F49C8">8,042</span> |
| </div> |
| </div> |
|
|
| |
| <div class="list"> |
| <div class="list-item"> |
| <div class="list-left"> |
| |
| <svg viewBox="0 0 48 48"> |
| <circle cx="24" cy="24" r="14"></circle> |
| <path d="M24 16v10l8 4" stroke-linecap="round"></path> |
| </svg> |
| <span>Active time</span> |
| </div> |
| <div class="muted">1h 00m 00s</div> |
| </div> |
|
|
| <div class="divider"></div> |
|
|
| <div class="list-item"> |
| <div class="list-left"> |
| |
| <svg viewBox="0 0 48 48"> |
| <path d="M18 30c-4-6 2-12 6-16 2 6 8 8 8 14 0 6-5 10-10 10s-8-3-8-8c0-2 1-4 4-6z" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| <span>Energy expended</span> |
| </div> |
| <div class="muted">317 Cal</div> |
| </div> |
|
|
| <div class="list-item"> |
| <div class="list-left"> |
| |
| <svg viewBox="0 0 48 48"> |
| <path d="M26 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM12 36l8-10 6 6 10 4M20 20l6 4" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| <span>Move Minutes</span> |
| </div> |
| <div class="muted">60</div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="gesture"></div> |
| </div> |
| </body> |
| </html> |