| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Seattle Trails UI Mock</title> |
| <style> |
| body { |
| margin: 0; |
| padding: 0; |
| background: transparent; |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; |
| color: #1f2a1f; |
| } |
| #render-target { |
| position: relative; |
| overflow: hidden; |
| width: 1080px; |
| height: 2400px; |
| background: #FFFFFF; |
| border-radius: 0; |
| } |
| |
| |
| .status-bar { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 1080px; |
| height: 120px; |
| padding: 0 40px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #4a4a4a; |
| font-weight: 600; |
| font-size: 40px; |
| } |
| .status-icons { |
| display: flex; |
| align-items: center; |
| gap: 30px; |
| } |
| .status-icon { |
| width: 36px; |
| height: 36px; |
| } |
| |
| |
| .search-wrap { |
| position: absolute; |
| top: 128px; |
| left: 40px; |
| width: 1000px; |
| height: 120px; |
| background: #FFFFFF; |
| border-radius: 60px; |
| box-shadow: 0 6px 18px rgba(0,0,0,0.08); |
| display: flex; |
| align-items: center; |
| padding: 0 28px; |
| gap: 24px; |
| } |
| .search-left { |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| flex: 1; |
| } |
| .search-text { |
| font-size: 46px; |
| font-weight: 600; |
| color: #2e332e; |
| } |
| .search-right { |
| width: 92px; |
| height: 92px; |
| border-radius: 46px; |
| background: #F4F4F2; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| |
| |
| .filters { |
| position: absolute; |
| top: 272px; |
| left: 40px; |
| right: 40px; |
| display: flex; |
| gap: 24px; |
| overflow: hidden; |
| } |
| .chip { |
| height: 96px; |
| padding: 0 36px; |
| background: #EFEFEA; |
| border-radius: 48px; |
| display: flex; |
| align-items: center; |
| gap: 20px; |
| color: #2f3a2f; |
| font-size: 36px; |
| font-weight: 600; |
| white-space: nowrap; |
| } |
| .badge-round { |
| width: 56px; |
| height: 56px; |
| border-radius: 28px; |
| background: #2D7BFF; |
| color: #fff; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| font-weight: 700; |
| font-size: 36px; |
| line-height: 0; |
| } |
| .chip .chev { |
| margin-left: 4px; |
| } |
| |
| |
| .map-area { |
| position: absolute; |
| top: 380px; |
| left: 0; |
| width: 1080px; |
| height: 980px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .map-placeholder { |
| width: 1080px; |
| height: 980px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| color: #757575; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| font-size: 38px; |
| font-weight: 600; |
| } |
| |
| |
| .control-3d { |
| position: absolute; |
| top: 620px; |
| right: 40px; |
| width: 150px; |
| height: 280px; |
| background: #FFFFFF; |
| border-radius: 76px; |
| box-shadow: 0 8px 24px rgba(0,0,0,0.15); |
| display: flex; |
| flex-direction: column; |
| align-items: center; |
| justify-content: center; |
| gap: 24px; |
| } |
| .control-3d .label { |
| color: #2D7BFF; |
| font-size: 48px; |
| font-weight: 700; |
| } |
| |
| |
| .sheet { |
| position: absolute; |
| top: 1360px; |
| left: 0; |
| width: 1080px; |
| height: 760px; |
| background: #FFFFFF; |
| border-top-left-radius: 40px; |
| border-top-right-radius: 40px; |
| box-shadow: 0 -6px 18px rgba(0,0,0,0.08); |
| } |
| .sheet-handle { |
| width: 140px; |
| height: 14px; |
| border-radius: 7px; |
| background: #DADADA; |
| margin: 20px auto 24px auto; |
| } |
| .sheet-title { |
| text-align: center; |
| font-size: 48px; |
| font-weight: 800; |
| color: #2e332e; |
| } |
| .trail-card { |
| position: relative; |
| margin: 40px; |
| width: 1000px; |
| height: 520px; |
| border-radius: 36px; |
| overflow: hidden; |
| background: #FFFFFF; |
| } |
| .trail-image { |
| width: 100%; |
| height: 100%; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| color: #757575; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| font-size: 36px; |
| font-weight: 600; |
| } |
| .bookmark { |
| position: absolute; |
| top: 28px; |
| right: 28px; |
| width: 72px; |
| height: 72px; |
| border-radius: 36px; |
| background: rgba(255,255,255,0.9); |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| box-shadow: 0 4px 12px rgba(0,0,0,0.12); |
| } |
| |
| |
| .bottom-nav { |
| position: absolute; |
| bottom: 0; |
| left: 0; |
| width: 1080px; |
| height: 240px; |
| background: #FFFFFF; |
| border-top: 1px solid #E5E5E5; |
| display: flex; |
| align-items: center; |
| justify-content: space-around; |
| padding-bottom: 20px; |
| } |
| .nav-item { |
| display: flex; |
| flex-direction: column; |
| align-items: center; |
| gap: 16px; |
| color: #6b6f6b; |
| font-size: 32px; |
| font-weight: 600; |
| } |
| .nav-item.active { |
| color: #1f2a1f; |
| font-weight: 800; |
| } |
| .nav-icon { |
| width: 56px; |
| height: 56px; |
| } |
| |
| |
| .gesture-bar { |
| position: absolute; |
| bottom: 250px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 300px; |
| height: 14px; |
| background: #CFCFCF; |
| border-radius: 8px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div>8:24</div> |
| <div class="status-icons"> |
| |
| <svg class="status-icon" viewBox="0 0 24 24"> |
| <rect x="4" y="6" width="16" height="12" rx="2" fill="#787878"></rect> |
| <rect x="14" y="9" width="6" height="6" rx="1" fill="#9A9A9A"></rect> |
| </svg> |
| <svg class="status-icon" viewBox="0 0 24 24"> |
| <path d="M3 10c3-4 15-4 18 0" stroke="#787878" stroke-width="2" fill="none" stroke-linecap="round"></path> |
| <path d="M5 14c2-3 12-3 14 0" stroke="#787878" stroke-width="2" fill="none" stroke-linecap="round"></path> |
| </svg> |
| <svg class="status-icon" viewBox="0 0 24 24"> |
| <rect x="3" y="6" width="18" height="12" rx="2" stroke="#787878" stroke-width="2" fill="none"></rect> |
| <rect x="5" y="8" width="10" height="8" rx="1" fill="#787878"></rect> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="search-wrap"> |
| <div class="search-left"> |
| |
| <svg width="56" height="56" viewBox="0 0 24 24"> |
| <path d="M15 18l-6-6 6-6" stroke="#2f3a2f" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| <div class="search-text">Seattle</div> |
| </div> |
| <div class="search-right" aria-label="filters"> |
| |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <path d="M6 8h12M6 16h12" stroke="#2f3a2f" stroke-width="2" stroke-linecap="round"></path> |
| <circle cx="9" cy="8" r="2" fill="#2f3a2f"></circle> |
| <circle cx="15" cy="16" r="2" fill="#2f3a2f"></circle> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="filters"> |
| <div class="chip"> |
| <div class="badge-round">+</div> |
| <span>Distance away</span> |
| <svg class="chev" width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M6 9l6 6 6-6" stroke="#3b463b" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| <div class="chip"> |
| <span>Activity</span> |
| <svg class="chev" width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M6 9l6 6 6-6" stroke="#3b463b" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| <div class="chip"> |
| <span>Difficulty</span> |
| <svg class="chev" width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M6 9l6 6 6-6" stroke="#3b463b" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="map-area"> |
| <div class="map-placeholder">[IMG: Map of Seattle with green trail markers]</div> |
| </div> |
|
|
| |
| <div class="control-3d"> |
| |
| <svg width="72" height="72" viewBox="0 0 24 24"> |
| <path d="M12 3l8 4-8 4-8-4 8-4z" fill="#2f3a2f"></path> |
| <path d="M4 12l8 4 8-4" stroke="#2f3a2f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path> |
| <path d="M4 16l8 4 8-4" stroke="#2f3a2f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| <div class="label">3D</div> |
| </div> |
|
|
| |
| <div class="sheet"> |
| <div class="sheet-handle"></div> |
| <div class="sheet-title">253 trails</div> |
|
|
| <div class="trail-card"> |
| <div class="trail-image">[IMG: Trail photo with Puget Sound view]</div> |
| <div class="bookmark"> |
| <svg width="40" height="40" viewBox="0 0 24 24"> |
| <path d="M6 4h12v16l-6-4-6 4V4z" stroke="#2f3a2f" stroke-width="2.2" fill="none" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="gesture-bar"></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="#1f2a1f" stroke-width="2" fill="none"></circle> |
| <path d="M15 15l4 4" stroke="#1f2a1f" stroke-width="2" stroke-linecap="round"></path> |
| </svg> |
| <div>Explore</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <circle cx="8" cy="10" r="3" fill="#6b6f6b"></circle> |
| <circle cx="16" cy="10" r="3" fill="#6b6f6b"></circle> |
| <path d="M4 18c1.5-4 9.5-4 12 0" stroke="#6b6f6b" stroke-width="2" fill="none" stroke-linecap="round"></path> |
| </svg> |
| <div>Community</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <path d="M4 20l8-16 8 16-8-4-8 4z" fill="#6b6f6b"></path> |
| </svg> |
| <div>Navigate</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <path d="M6 4h12v16l-6-4-6 4V4z" stroke="#6b6f6b" stroke-width="2" fill="none" stroke-linejoin="round"></path> |
| </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="#6b6f6b"></circle> |
| <path d="M4 20c2-6 12-6 16 0" stroke="#6b6f6b" stroke-width="2" fill="none" stroke-linecap="round"></path> |
| </svg> |
| <div>Profile</div> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |