| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Seattle Trails UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #FFFFFF; |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; |
| color: #2E3A2F; |
| } |
| |
| .safe-area { padding: 0 36px; } |
| |
| |
| .status-bar { |
| height: 90px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 0 36px; |
| color: #4A4A4A; |
| font-weight: 500; |
| font-size: 36px; |
| } |
| .status-left { display: flex; align-items: center; gap: 22px; } |
| .sb-icon { |
| width: 36px; height: 36px; background: #BDBDBD; border-radius: 8px; |
| } |
| .status-right { display: flex; align-items: center; gap: 22px; } |
| .wifi { |
| width: 40px; height: 28px; border-radius: 6px; border: 2px solid #656565; |
| } |
| .battery { |
| width: 50px; height: 26px; border: 2px solid #656565; border-radius: 6px; position: relative; |
| } |
| .battery::after { |
| content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 10px; background: #656565; border-radius: 2px; |
| } |
| |
| |
| .search-pill { |
| margin: 8px 36px 0 36px; |
| height: 110px; |
| border: 1px solid #E5E5E5; |
| border-radius: 55px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 0 24px; |
| box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset; |
| } |
| .search-left { display: flex; align-items: center; gap: 24px; } |
| .search-text { font-size: 42px; color: #2F3F2E; } |
| .circle-btn { |
| width: 76px; height: 76px; border-radius: 50%; border: 1px solid #E5E5E5; display: flex; align-items: center; justify-content: center; |
| } |
| |
| |
| .chips { |
| display: flex; |
| gap: 22px; |
| padding: 26px 36px 16px 36px; |
| align-items: center; |
| } |
| .chip { |
| height: 96px; |
| padding: 0 32px; |
| border-radius: 48px; |
| background: #F0F1EE; |
| color: #2F3F2E; |
| display: flex; |
| align-items: center; |
| gap: 16px; |
| font-size: 34px; |
| border: 1px solid #D5D7D2; |
| } |
| .chip.dark { |
| background: #234D17; color: #FFFFFF; border-color: transparent; |
| padding: 0 36px; |
| } |
| .chip .caret { |
| width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 12px solid #6C6C6C; margin-left: 8px; |
| } |
| .hex { |
| width: 44px; height: 44px; |
| } |
| .hex svg { display: block; } |
| |
| |
| .card { |
| margin: 16px 36px 24px 36px; |
| border-radius: 36px; |
| } |
| .card-image { |
| width: 100%; |
| height: 480px; |
| border-radius: 36px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; font-size: 34px; |
| position: relative; |
| overflow: hidden; |
| } |
| .bookmark { |
| position: absolute; right: 24px; top: 24px; width: 52px; height: 52px; background: rgba(255,255,255,0.8); border-radius: 12px; display: flex; align-items: center; justify-content: center; |
| } |
| .dots { |
| position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); |
| display: flex; gap: 16px; |
| } |
| .dot { |
| width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,0.85); border: 1px solid rgba(0,0,0,0.08); |
| } |
| .info { |
| display: flex; justify-content: space-between; align-items: flex-start; padding-top: 18px; |
| } |
| .text { |
| color: #4A5A45; |
| } |
| .meta { |
| font-size: 32px; color: #6E756E; |
| display: flex; align-items: center; gap: 12px; |
| } |
| .star { width: 30px; height: 30px; } |
| .title { |
| font-size: 48px; font-weight: 800; color: #2E5E2A; margin: 8px 0 6px 0; |
| } |
| .sub { |
| font-size: 34px; color: #6E756E; |
| } |
| .download { |
| width: 70px; height: 70px; border-radius: 50%; |
| border: 2px solid #2E5E2A; display: flex; align-items: center; justify-content: center; margin-top: 8px; |
| } |
| |
| |
| .fab { |
| position: absolute; left: 50%; transform: translateX(-50%); |
| bottom: 430px; |
| width: 128px; height: 128px; border-radius: 50%; |
| background: #2E5E2A; box-shadow: 0 8px 24px rgba(0,0,0,0.25); |
| display: flex; align-items: center; justify-content: center; |
| } |
| .fab-inner { |
| width: 92px; height: 92px; border-radius: 50%; background: #FFFFFF22; display: flex; align-items: center; justify-content: center; |
| } |
| |
| |
| .bottom-nav { |
| position: absolute; bottom: 0; left: 0; right: 0; |
| height: 220px; border-top: 1px solid #E6E6E6; background: #FFFFFF; |
| display: flex; align-items: center; justify-content: space-around; padding-bottom: 24px; |
| } |
| .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #7B7F78; font-size: 30px; } |
| .nav-item.active { color: #2E5E2A; font-weight: 700; } |
| .nav-icon { width: 56px; height: 56px; } |
| |
| .home-indicator { |
| position: absolute; bottom: 226px; left: 50%; transform: translateX(-50%); |
| width: 300px; height: 12px; border-radius: 8px; background: #CFCFCF; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div class="status-left"> |
| <div>8:29</div> |
| <div class="sb-icon"></div> |
| <div class="sb-icon"></div> |
| <div class="sb-icon" style="border-radius: 50%;"></div> |
| </div> |
| <div class="status-right"> |
| <div class="wifi"></div> |
| <div class="battery"></div> |
| </div> |
| </div> |
|
|
| |
| <div class="search-pill"> |
| <div class="search-left"> |
| <svg width="42" height="42" viewBox="0 0 24 24"> |
| <path d="M15 18l-6-6 6-6" stroke="#2E5E2A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| <div class="search-text">Seattle</div> |
| </div> |
| <div class="circle-btn"> |
| <svg width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M6 6h2v12H6M12 3h2v18h-2M18 8h2v8h-2" fill="#2E5E2A"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="chips"> |
| <div class="chip"> |
| <div class="hex"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M6 4l6-3 6 3v8l-6 3-6-3z" fill="#5B80FF"/> |
| <path d="M11 6h2v3h3v2h-3v3h-2v-3H8V9h3z" fill="#FFFFFF"/> |
| </svg> |
| </div> |
| <div>Distance away</div> |
| <div class="caret"></div> |
| </div> |
| <div class="chip"> |
| <div>Activity</div> |
| <div class="caret"></div> |
| </div> |
| <div class="chip dark">Hard</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="card-image"> |
| [IMG: Trail photo - paved path with gate] |
| <div class="dots"> |
| <div class="dot" style="opacity:0.9;"></div> |
| <div class="dot" style="opacity:0.6;"></div> |
| <div class="dot" style="opacity:0.6;"></div> |
| <div class="dot" style="opacity:0.6;"></div> |
| </div> |
| </div> |
| <div class="info"> |
| <div class="text"> |
| <div class="meta"> |
| <span>Hard 路</span> |
| <svg class="star" viewBox="0 0 24 24"> |
| <path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#2CC44E"/> |
| </svg> |
| <span>4.2 (125)</span> |
| </div> |
| <div class="title">Lake Washington Road Bike Loop</div> |
| <div class="sub">Colman Park</div> |
| <div class="sub">Length: 63.20 mi</div> |
| </div> |
| <div class="download"> |
| <svg width="34" height="34" viewBox="0 0 24 24"> |
| <path d="M12 4v8m0 0l-4-4m4 4l4-4M5 20h14" stroke="#2E5E2A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="card-image"> |
| [IMG: Trail photo - forest path with ferns] |
| <div class="bookmark"> |
| <svg width="34" height="34" viewBox="0 0 24 24"> |
| <path d="M6 3h12v18l-6-4-6 4z" fill="#FFFFFF" stroke="#2E5E2A" stroke-width="2"/> |
| </svg> |
| </div> |
| <div class="dots"> |
| <div class="dot" style="opacity:0.9;"></div> |
| <div class="dot" style="opacity:0.6;"></div> |
| <div class="dot" style="opacity:0.6;"></div> |
| <div class="dot" style="opacity:0.6;"></div> |
| </div> |
| </div> |
| <div class="info"> |
| <div class="text"> |
| <div class="meta"> |
| <span>Hard 路</span> |
| <svg class="star" viewBox="0 0 24 24"> |
| <path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#2CC44E"/> |
| </svg> |
| <span>4.3 (51)</span> |
| </div> |
| <div class="title">Cougar Mountain Loop</div> |
| <div class="sub">Cougar Mountain Regional Wildland Park</div> |
| <div class="sub">Length: 23.20 mi 路 Est. 12h 23m</div> |
| </div> |
| <div class="download"> |
| <svg width="34" height="34" viewBox="0 0 24 24"> |
| <path d="M12 4v8m0 0l-4-4m4 4l4-4M5 20h14" stroke="#2E5E2A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="fab"> |
| <svg width="64" height="64" viewBox="0 0 24 24"> |
| <path d="M3 6l6-2 6 2 6-2v14l-6 2-6-2-6 2V6zM9 6v12M15 8v12" fill="#FFFFFF" opacity="0.9"/> |
| </svg> |
| </div> |
|
|
| |
| <div class="home-indicator"></div> |
| <div class="bottom-nav"> |
| <div class="nav-item active"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <circle cx="11" cy="11" r="8" stroke="#2E5E2A" stroke-width="2" fill="none"/> |
| <path d="M21 21l-4-4" stroke="#2E5E2A" stroke-width="2" fill="none" stroke-linecap="round"/> |
| </svg> |
| <div>Explore</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <circle cx="8" cy="10" r="4" fill="#7B7F78"/> |
| <circle cx="16" cy="10" r="4" fill="#7B7F78"/> |
| <path d="M4 20c1-3 4-5 8-5s7 2 8 5" stroke="#7B7F78" stroke-width="2" fill="none"/> |
| </svg> |
| <div>Community</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <path d="M4 12l8-8 8 8-8 8-8-8z" fill="#7B7F78"/> |
| </svg> |
| <div>Navigate</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <path d="M6 3h12v18l-6-4-6 4z" fill="#7B7F78"/> |
| </svg> |
| <div>Saved</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <circle cx="12" cy="8" r="4" fill="#7B7F78"/> |
| <path d="M4 22c2-5 6-7 8-7s6 2 8 7" fill="#7B7F78"/> |
| </svg> |
| <div>Profile</div> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |