| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Honolulu Listings UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #FFFFFF; |
| } |
| |
| |
| .safe-area { height: 80px; } |
| .header { |
| height: 120px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 0 36px; |
| } |
| .header-title { |
| font-size: 46px; |
| font-weight: 600; |
| color: #111; |
| } |
| .icon-btn { |
| width: 72px; |
| height: 72px; |
| border-radius: 36px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #111; |
| } |
| .icon { |
| width: 48px; height: 48px; |
| } |
| |
| |
| .filters { |
| display: flex; |
| gap: 24px; |
| padding: 20px 36px 26px 36px; |
| } |
| .chip { |
| border: 2px solid #DADADA; |
| border-radius: 48px; |
| padding: 20px 34px; |
| font-size: 34px; |
| color: #222; |
| background: #fff; |
| display: inline-flex; |
| align-items: center; |
| gap: 18px; |
| box-shadow: 0 1px 0 rgba(0,0,0,0.05); |
| } |
| .chip.black { |
| background: #000; |
| color: #fff; |
| border-color: #000; |
| padding: 20px 34px; |
| font-weight: 600; |
| } |
| .chip .small-icon { width: 40px; height: 40px; } |
| .chip.light { |
| background: #f8f8f8; |
| } |
| |
| |
| .hero-img { |
| width: 1080px; |
| height: 520px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #757575; |
| font-size: 34px; |
| position: relative; |
| } |
| .carousel-dots { |
| position: absolute; |
| bottom: 26px; |
| left: 0; right: 0; |
| display: flex; |
| justify-content: center; |
| gap: 16px; |
| } |
| .carousel-dots span { |
| width: 18px; height: 18px; border-radius: 9px; |
| background: rgba(255,255,255,0.85); |
| border: 1px solid rgba(0,0,0,0.1); |
| } |
| .carousel-dots span.inactive { |
| background: rgba(255,255,255,0.6); |
| } |
| |
| |
| .card { |
| padding: 34px 36px; |
| } |
| .tag { |
| display: inline-block; |
| padding: 12px 18px; |
| border: 2px solid #111; |
| border-radius: 14px; |
| font-size: 28px; |
| font-weight: 700; |
| margin-bottom: 24px; |
| } |
| .title { |
| font-size: 46px; |
| font-weight: 700; |
| color: #111; |
| line-height: 1.25; |
| margin-bottom: 22px; |
| } |
| .rating-row { |
| display: flex; |
| align-items: center; |
| gap: 14px; |
| margin-bottom: 12px; |
| } |
| .dot { |
| width: 26px; height: 26px; border-radius: 13px; background: #17B77F; |
| box-shadow: inset 0 0 0 2px rgba(0,0,0,0.08); |
| } |
| .rating-count { |
| font-size: 30px; color: #333; margin-left: 10px; |
| } |
| .location { font-size: 32px; color: #555; margin-top: 6px; } |
| .link-row { |
| margin-top: 24px; font-size: 34px; color: #2E2E2E; |
| } |
| .link-row a { color: #2E2E2E; text-decoration: underline; } |
| .price { font-size: 48px; font-weight: 700; margin-top: 26px; color: #111; } |
| .provider { font-size: 32px; color: #555; margin-top: 8px; } |
| |
| .cta { |
| position: absolute; |
| right: 36px; |
| bottom: 80px; |
| background: #E1B400; |
| color: #111; |
| border-radius: 40px; |
| padding: 24px 40px; |
| font-size: 34px; |
| font-weight: 700; |
| box-shadow: 0 2px 0 rgba(0,0,0,0.1); |
| } |
| |
| .divider { height: 18px; background: #EFEFEF; margin: 10px 0 0 0; } |
| |
| |
| .second-img { |
| width: 1080px; |
| height: 500px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; font-size: 34px; position: relative; |
| } |
| .favorite { |
| position: absolute; right: 26px; top: 26px; |
| width: 90px; height: 90px; border-radius: 45px; background: #fff; |
| box-shadow: 0 2px 8px rgba(0,0,0,0.15); |
| display: flex; align-items: center; justify-content: center; |
| } |
| .award { |
| position: absolute; left: 26px; bottom: 26px; |
| background: #17B77F; color: #072; font-weight: 800; |
| font-size: 26px; padding: 14px 18px; border-radius: 16px; |
| } |
| .second-title { |
| padding: 24px 36px; |
| font-size: 44px; font-weight: 700; color: #111; |
| } |
| |
| |
| .bottom-nav { |
| position: absolute; |
| left: 0; right: 0; bottom: 0; |
| height: 240px; background: #fff; border-top: 1px solid #E5E5E5; |
| display: flex; align-items: flex-start; justify-content: space-around; |
| padding-top: 24px; |
| } |
| .nav-item { |
| display: flex; flex-direction: column; align-items: center; gap: 12px; |
| color: #777; font-size: 30px; |
| } |
| .nav-item .nav-icon { width: 56px; height: 56px; } |
| .nav-item.active { color: #111; } |
| .nav-item.active .underline { |
| width: 200px; height: 8px; background: #17B77F; border-radius: 4px; margin-top: 6px; |
| } |
| .home-indicator { |
| position: absolute; left: 50%; transform: translateX(-50%); |
| bottom: 20px; width: 380px; height: 10px; background: #BDBDBD; border-radius: 5px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| <div class="safe-area"></div> |
|
|
| <div class="header"> |
| <div class="icon-btn"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M15 3 L6 12 L15 21" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="header-title">Honolulu</div> |
| <div class="icon-btn"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2.5" fill="none"/> |
| <line x1="18" y1="18" x2="22" y2="22" stroke="#111" stroke-width="2.5" stroke-linecap="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| <div class="filters"> |
| <div class="chip black">Map</div> |
| <div class="chip"> |
| Jan 24 |
| <svg class="small-icon" viewBox="0 0 24 24"> |
| <path d="M3 12 H21 M14 7 L21 12 L14 17" stroke="#111" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| 29 |
| </div> |
| <div class="chip"> |
| <svg class="small-icon" viewBox="0 0 24 24"> |
| <circle cx="12" cy="8" r="4" stroke="#111" stroke-width="2.2" fill="none"/> |
| <path d="M4 22 C4 16 20 16 20 22" stroke="#111" stroke-width="2.2" fill="none" stroke-linecap="round"/> |
| </svg> |
| 1 |
| </div> |
| <div class="chip light"> |
| <svg class="small-icon" viewBox="0 0 24 24"> |
| <line x1="4" y1="6" x2="20" y2="6" stroke="#111" stroke-width="2"/> |
| <circle cx="10" cy="6" r="2.5" fill="#111"/> |
| <line x1="4" y1="12" x2="20" y2="12" stroke="#111" stroke-width="2"/> |
| <circle cx="15" cy="12" r="2.5" fill="#111"/> |
| <line x1="4" y1="18" x2="20" y2="18" stroke="#111" stroke-width="2"/> |
| <circle cx="7" cy="18" r="2.5" fill="#111"/> |
| </svg> |
| Filters |
| </div> |
| </div> |
|
|
| <div class="hero-img"> |
| [IMG: Waikiki beachfront resort photo] |
| <div class="carousel-dots"> |
| <span></span><span class="inactive"></span><span class="inactive"></span><span class="inactive"></span> |
| </div> |
| </div> |
|
|
| <div class="card" style="position: relative;"> |
| <div class="tag">BEST SELLER</div> |
| <div class="title">1. Hilton Hawaiian Village Waikiki Beach Resort</div> |
|
|
| <div class="rating-row"> |
| <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div> |
| <div class="rating-count">19,836</div> |
| </div> |
| <div class="location">Waikiki</div> |
|
|
| <div class="link-row"><a href="#">Visit website ↗</a></div> |
| <div class="price">$313</div> |
| <div class="provider">Booking.com ↗</div> |
|
|
| <div class="cta">View deal</div> |
| </div> |
|
|
| <div class="divider"></div> |
|
|
| <div class="second-img"> |
| [IMG: Waikiki beach with hotels and ocean] |
| <div class="favorite"> |
| <svg viewBox="0 0 24 24" class="icon"> |
| <path d="M12 21 C-2 12 6 4 12 9 C18 4 26 12 12 21" stroke="#111" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="award">2023</div> |
| <div class="carousel-dots"> |
| <span></span><span class="inactive"></span><span class="inactive"></span><span class="inactive"></span> |
| </div> |
| </div> |
|
|
| <div class="second-title">2. OUTRIGGER Waikiki Beach Resort</div> |
|
|
| <div class="bottom-nav"> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <path d="M3 11 L12 4 L21 11 V21 H3 Z" stroke="#666" stroke-width="2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| <div>Explore</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <circle cx="11" cy="11" r="7" stroke="#666" stroke-width="2" fill="none"/> |
| <line x1="18" y1="18" x2="22" y2="22" stroke="#666" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| <div>Search</div> |
| </div> |
| <div class="nav-item active"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <path d="M12 21 C-2 12 6 4 12 9 C18 4 26 12 12 21" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| <div>Plan</div> |
| <div class="underline"></div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <path d="M5 4 H19 V6 H5 Z M7 10 H17 V20 H7 Z" stroke="#666" stroke-width="2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| <div>Review</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 24 24"> |
| <circle cx="12" cy="8" r="4" stroke="#666" stroke-width="2" fill="none"/> |
| <path d="M4 22 C4 16 20 16 20 22" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/> |
| </svg> |
| <div>Account</div> |
| </div> |
| <div class="home-indicator"></div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |