File size: 8,024 Bytes
fa881a6 | 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 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1080, initial-scale=1">
<title>UI Render</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #111111;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
color: #ffffff;
}
/* Top action bar */
.topbar {
position: relative;
height: 150px;
background: #1d1d1d;
display: flex;
align-items: center;
padding: 0 28px;
gap: 30px;
}
.icon-btn {
width: 56px;
height: 56px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #e6e6e6;
opacity: 0.9;
}
.icon-btn svg { width: 42px; height: 42px; stroke: #e6e6e6; }
.spacer { margin-left: auto; }
.next-wrap {
width: 66px; height: 66px;
background: #f2f2f2;
border-radius: 33px;
display: flex; align-items: center; justify-content: center;
margin-right: 8px;
}
.next-wrap svg { width: 34px; height: 34px; stroke: #111; }
/* Editing canvas area */
.canvas-area {
height: 1550px;
background: #111111;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
/* Central artwork placeholder (circular) */
.artboard {
width: 920px;
height: 920px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
border-radius: 50%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: #757575;
text-transform: none;
font-size: 24px;
box-shadow:
0 0 0 0 rgba(0,0,0,0);
}
/* Soft vignette and subtle glitter ring approximation */
.glitter-ring {
position: absolute;
inset: -50px;
border-radius: 50%;
pointer-events: none;
background:
radial-gradient(closest-side, rgba(0,0,0,0) 78%, rgba(0,0,0,0.15) 80%, rgba(0,0,0,0) 81%),
radial-gradient(circle, rgba(212,175,55,0.30) 78%, rgba(212,175,55,0.08) 82%, rgba(212,175,55,0) 86%);
/* gives a hint of gold speckles feel around the circle */
mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 72%, rgba(0,0,0,0) 88%);
}
/* Red drawn triangle stroke */
.triangle-svg {
position: absolute;
width: 720px;
height: 720px;
}
.triangle-svg path {
fill: none;
stroke: #ff4d58;
stroke-width: 20;
stroke-linecap: round;
stroke-linejoin: round;
filter: drop-shadow(0 0 6px rgba(255, 80, 90, 0.8));
}
/* Bottom toolbar */
.toolbar {
height: 220px;
background: #1d1d1d;
display: flex;
align-items: center;
justify-content: space-around;
padding: 0 18px;
}
.tool {
width: 150px;
height: 160px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
color: #ffffff;
gap: 16px;
font-size: 26px;
}
.tool svg {
width: 64px; height: 64px; stroke: #ffffff; fill: none; stroke-width: 2.6;
}
.tool .label { font-size: 26px; color: #eaeaea; }
/* Ad banner area */
.ad-area {
height: 160px;
background: #111;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.ad-placeholder {
width: 940px;
height: 120px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
display: flex;
align-items: center;
justify-content: center;
color: #757575;
font-size: 28px;
}
.info-dot {
position: absolute;
left: 18px;
bottom: 20px;
width: 28px; height: 28px;
border-radius: 14px;
background: #2b2b2b;
border: 1px solid #444;
display: flex; align-items: center; justify-content: center;
color: #d9d9d9; font-weight: 600;
font-size: 18px;
}
/* Home indicator */
.home-indicator {
position: absolute;
left: 50%;
bottom: 26px;
transform: translateX(-50%);
width: 390px;
height: 8px;
background: #ffffff;
border-radius: 4px;
opacity: 0.85;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Top Action Bar -->
<div class="topbar">
<!-- Back arrow -->
<div class="icon-btn" aria-label="Back">
<svg viewBox="0 0 48 48">
<path d="M30 8 L14 24 L30 40" stroke-width="3" fill="none"/>
</svg>
</div>
<!-- Undo -->
<div class="icon-btn" aria-label="Undo">
<svg viewBox="0 0 48 48">
<path d="M18 18 L10 24 L18 30" stroke-width="3" fill="none"/>
<path d="M10 24 C14 14, 30 14, 36 24 C42 34, 30 38, 24 36" stroke-width="3" fill="none"/>
</svg>
</div>
<!-- Redo (dimmed) -->
<div class="icon-btn" aria-label="Redo" style="opacity:0.35;">
<svg viewBox="0 0 48 48">
<path d="M30 18 L38 24 L30 30" stroke-width="3" fill="none"/>
<path d="M38 24 C34 14, 18 14, 12 24 C6 34, 18 38, 24 36" stroke-width="3" fill="none"/>
</svg>
</div>
<!-- Download -->
<div class="icon-btn" aria-label="Download">
<svg viewBox="0 0 48 48">
<path d="M24 10 L24 28" stroke-width="3" fill="none"/>
<path d="M16 20 L24 28 L32 20" stroke-width="3" fill="none"/>
<path d="M10 36 H38" stroke-width="3" fill="none"/>
</svg>
</div>
<!-- Spacer pushes Next to the far right -->
<div class="spacer"></div>
<!-- Next (white circular button) -->
<div class="next-wrap" aria-label="Next">
<svg viewBox="0 0 48 48">
<path d="M16 12 L32 24 L16 36" stroke-width="3" fill="none"/>
</svg>
</div>
</div>
<!-- Editing Canvas Area -->
<div class="canvas-area">
<div class="artboard">
[IMG: Glitter Circle Artwork]
<div class="glitter-ring"></div>
<!-- Red freehand triangle -->
<svg class="triangle-svg" viewBox="0 0 720 720">
<path d="M360 140 L280 600 L620 600 Z" />
</svg>
</div>
</div>
<!-- Bottom Tools -->
<div class="toolbar">
<div class="tool">
<svg viewBox="0 0 64 64" aria-hidden="true">
<rect x="8" y="12" width="48" height="36" rx="4"></rect>
<path d="M12 42 L26 28 L36 38 L52 22" stroke-linecap="round"></path>
</svg>
<div class="label">Add Photo</div>
</div>
<div class="tool">
<svg viewBox="0 0 64 64" aria-hidden="true">
<path d="M14 44 L30 16 L44 24 L28 52 Z" fill="none"></path>
<path d="M48 48 L56 56" stroke-linecap="round"></path>
</svg>
<div class="label">Remove</div>
</div>
<div class="tool">
<svg viewBox="0 0 64 64" aria-hidden="true">
<path d="M20 28 L12 32 L20 36" stroke-linecap="round"></path>
<path d="M12 32 C16 20, 40 20, 48 32 C56 44, 38 48, 30 46" stroke-linecap="round"></path>
</svg>
<div class="label">Replay</div>
</div>
<div class="tool">
<svg viewBox="0 0 64 64" aria-hidden="true">
<rect x="10" y="12" width="44" height="28" rx="3"></rect>
<path d="M10 48 H54" stroke-linecap="round"></path>
<path d="M16 32 L26 22 L34 30 L44 18" stroke-linecap="round"></path>
</svg>
<div class="label">Fit</div>
</div>
<div class="tool">
<svg viewBox="0 0 64 64" aria-hidden="true">
<path d="M20 44 Q28 30 24 20" stroke-linecap="round"></path>
<path d="M34 18 L44 14 L40 24" stroke-linecap="round"></path>
</svg>
<div class="label">Brushes</div>
</div>
<div class="tool">
<svg viewBox="0 0 64 64" aria-hidden="true">
<rect x="12" y="12" width="40" height="30" rx="4"></rect>
<rect x="10" y="46" width="44" height="6" rx="3"></rect>
</svg>
<div class="label">Border</div>
</div>
</div>
<!-- Ad banner -->
<div class="ad-area">
<div class="ad-placeholder">[IMG: Ad - Profit from Crypto]</div>
<div class="info-dot">i</div>
</div>
<!-- Home indicator -->
<div class="home-indicator"></div>
</div>
</body>
</html> |