File size: 7,236 Bytes
ff1f000 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | <!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;
}
/* Common */
.pad { padding: 0 64px; }
.muted { color: #777; }
.divider { height: 2px; background: #E8E8E8; margin: 48px 0; }
/* Status bar */
.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;
}
/* Top app bar */
.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 block */
.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 */
.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 items */
.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; }
/* Bottom gesture bar */
.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">
<!-- Status Bar -->
<div class="status-bar pad">
<div>1:13</div>
<div class="status-right">
<!-- Simple cloud icon -->
<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>
<!-- Signal icon -->
<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>
<!-- Battery icon -->
<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>
<!-- App Bar -->
<div class="app-bar pad">
<div class="icon-btn dark">
<!-- Back arrow -->
<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">
<!-- Edit pencil -->
<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>
<!-- Share icon -->
<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>
<!-- More (vertical dots) -->
<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>
<!-- Title -->
<div class="pad">
<div class="title">Dancing</div>
<div class="subtitle">
<!-- Activity runner icon -->
<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>
<!-- Metrics row -->
<div class="metrics">
<div class="metric">
<span class="heart">
<!-- Heart rate icon -->
<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">
<!-- Steps / shoe icon -->
<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>
<!-- Details list -->
<div class="list">
<div class="list-item">
<div class="list-left">
<!-- Clock icon -->
<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">
<!-- Flame icon -->
<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">
<!-- Walk icon -->
<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>
<!-- Bottom gesture bar -->
<div class="gesture"></div>
</div>
</body>
</html> |