| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Honolulu - Hotel List</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; } |
| #render-target { |
| width: 1080px; height: 2400px; |
| position: relative; overflow: hidden; |
| background: #ffffff; color: #111; |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; |
| } |
| |
| .appbar { |
| position: relative; |
| height: 140px; |
| padding: 40px 40px 20px 40px; |
| } |
| .appbar .title { |
| text-align: center; font-size: 40px; font-weight: 600; line-height: 60px; |
| } |
| .icon-btn { |
| position: absolute; top: 48px; |
| width: 72px; height: 72px; border-radius: 36px; |
| display: flex; align-items: center; justify-content: center; |
| background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); |
| } |
| .icon-left { left: 24px; } |
| .icon-right { right: 24px; } |
| |
| |
| .filters { |
| display: flex; gap: 24px; |
| padding: 24px 40px 28px 40px; |
| } |
| .chip { |
| height: 96px; padding: 0 40px; |
| border-radius: 48px; border: 2px solid #E5E5E5; |
| display: inline-flex; align-items: center; gap: 18px; |
| font-size: 34px; color: #111; background: #fff; |
| box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset; |
| } |
| .chip.filled { |
| background: #000; color: #fff; border-color: #000; |
| font-weight: 600; |
| } |
| .chip svg { width: 40px; height: 40px; } |
| .chip .subtle-arrow { font-size: 34px; color: #666; } |
| |
| |
| .card { |
| margin-top: 18px; |
| border-top: 1px solid #eee; |
| } |
| .hero-img { |
| position: relative; |
| width: 1080px; height: 380px; |
| background: #E0E0E0; border-bottom: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; font-size: 34px; letter-spacing: 0.2px; |
| } |
| .img-label { background: rgba(255,255,255,0.85); padding: 10px 16px; border-radius: 16px; border: 1px solid #BDBDBD; } |
| .img-badge { |
| position: absolute; left: 24px; bottom: 24px; |
| background: #1fd07a; color: #111; font-weight: 700; |
| border-radius: 18px; padding: 12px 18px; font-size: 28px; |
| display: flex; align-items: center; gap: 10px; |
| } |
| .carousel-dots { |
| position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); |
| display: flex; gap: 12px; |
| } |
| .dot { width: 14px; height: 14px; border-radius: 7px; background: rgba(255,255,255,0.8); } |
| .dot.active { width: 18px; height: 18px; border-radius: 9px; background: #fff; } |
| |
| .favorite-circle { |
| position: absolute; right: 24px; top: 24px; |
| width: 92px; height: 92px; border-radius: 46px; |
| background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); |
| display: flex; align-items: center; justify-content: center; |
| } |
| |
| .content { |
| position: relative; |
| padding: 36px 40px 40px 40px; |
| background: #fff; |
| } |
| .content h2 { |
| font-size: 40px; margin: 0 0 26px 0; font-weight: 700; |
| } |
| .rating-row { |
| display: flex; align-items: center; gap: 16px; |
| margin-bottom: 16px; |
| font-size: 30px; color: #666; |
| } |
| .green-dot { |
| width: 26px; height: 26px; border-radius: 13px; background: #1fd07a; display: inline-block; |
| } |
| .subtitle { font-size: 32px; color: #666; margin-bottom: 18px; } |
| .link { font-size: 34px; color: #444; text-decoration: underline; margin-bottom: 18px; display: inline-block; } |
| .price { font-size: 54px; font-weight: 700; margin: 12px 0 10px 0; } |
| .site { font-size: 32px; color: #666; margin-bottom: 20px; } |
| .mobile-rate { |
| display: inline-flex; align-items: center; gap: 14px; |
| background: #c9f1dd; color: #106b4c; |
| padding: 16px 20px; border-radius: 14px; |
| font-size: 30px; font-weight: 600; border: 1px solid #a4dfc1; |
| margin-bottom: 18px; |
| } |
| .free { font-size: 30px; color: #757575; margin-top: 12px; } |
| .cta { |
| position: absolute; right: 40px; top: 160px; |
| background: #f4b000; color: #111; border: none; |
| padding: 26px 40px; border-radius: 48px; font-size: 34px; font-weight: 700; |
| box-shadow: 0 2px 0 rgba(0,0,0,0.06); |
| } |
| |
| |
| .divider { height: 1px; background: #eee; margin: 18px 0; } |
| |
| |
| .bottom-nav { |
| position: absolute; bottom: 0; left: 0; width: 1080px; height: 210px; |
| background: #fff; border-top: 1px solid #e6e6e6; |
| display: flex; align-items: center; justify-content: space-around; |
| } |
| .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; width: 20%; } |
| .nav-item svg { width: 52px; height: 52px; } |
| .nav-label { font-size: 28px; color: #666; } |
| .nav-item.active .nav-label { color: #111; font-weight: 600; } |
| .active-indicator { |
| position: absolute; top: 0; |
| width: 140px; height: 8px; background: #1fd07a; border-radius: 4px; |
| left: 50%; transform: translateX(-50%); |
| } |
| .gesture-bar { |
| position: absolute; bottom: 220px; left: 50%; transform: translateX(-50%); |
| width: 360px; height: 16px; background: #cfcfcf; border-radius: 8px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="appbar"> |
| <div class="icon-btn icon-left"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M15 3 L6 12 L15 21" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="title">Honolulu</div> |
| <div class="icon-btn icon-right"> |
| <svg viewBox="0 0 24 24"> |
| <circle cx="11" cy="11" r="8" stroke="#111" stroke-width="2.5" fill="none"/> |
| <path d="M20 20 L16 16" stroke="#111" stroke-width="2.5" stroke-linecap="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="filters"> |
| <div class="chip filled">Map</div> |
| <div class="chip"> |
| <span>Jan 24</span> |
| <span class="subtle-arrow">→</span> |
| <span>29</span> |
| </div> |
| <div class="chip"> |
| <svg viewBox="0 0 24 24"> |
| <circle cx="12" cy="8" r="4" fill="#111"/> |
| <path d="M4 22 C4 16 20 16 20 22" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round"/> |
| </svg> |
| <span>1</span> |
| </div> |
| <div class="chip"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M4 7 H18" stroke="#111" stroke-width="2.5" stroke-linecap="round"/> |
| <circle cx="7" cy="7" r="2" fill="#111"/> |
| <path d="M4 13 H20" stroke="#111" stroke-width="2.5" stroke-linecap="round"/> |
| <circle cx="14" cy="13" r="2" fill="#111"/> |
| <path d="M6 19 H20" stroke="#111" stroke-width="2.5" stroke-linecap="round"/> |
| <circle cx="18" cy="19" r="2" fill="#111"/> |
| </svg> |
| <span>Filters</span> |
| </div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="hero-img"> |
| <div class="img-label">[IMG: Waikiki beach aerial]</div> |
| <div class="img-badge">2023</div> |
| <div class="carousel-dots"> |
| <div class="dot active"></div> |
| <div class="dot"></div> |
| <div class="dot"></div> |
| </div> |
| </div> |
| <div class="content"> |
| <h2>2. OUTRIGGER Waikiki Beach Resort</h2> |
| <div class="rating-row"> |
| <span class="green-dot"></span> |
| <span class="green-dot"></span> |
| <span class="green-dot"></span> |
| <span class="green-dot"></span> |
| <span>6,820</span> |
| </div> |
| <div class="subtitle">Waikiki</div> |
| <div class="link">Visit website ↗</div> |
| <div class="price">$450</div> |
| <div class="site">Expedia.com ↗</div> |
| <div class="mobile-rate"> |
| <svg viewBox="0 0 24 24"> |
| <rect x="6" y="3" width="12" height="18" rx="2" ry="2" stroke="#106b4c" stroke-width="2" fill="none"/> |
| <rect x="10" y="18" width="4" height="1.8" fill="#106b4c"/> |
| </svg> |
| <span>Mobile rate</span> |
| </div> |
| <div class="free">Free cancellation • Reserve now, pay at stay</div> |
| <button class="cta">View deal</button> |
| </div> |
| </div> |
|
|
| <div class="divider"></div> |
|
|
| |
| <div class="card"> |
| <div class="hero-img"> |
| <div class="img-label">[IMG: Oceanfront pool at night]</div> |
| <div class="favorite-circle"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M12 20 C12 20 5 15 5 9 C5 6.5 7 5 9 5 C10.5 5 12 6.2 12 6.2 C12 6.2 13.5 5 15 5 C17 5 19 6.5 19 9 C19 15 12 20 12 20 Z" stroke="#111" stroke-width="2.2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="img-badge">2023</div> |
| <div class="carousel-dots"> |
| <div class="dot active"></div> |
| <div class="dot"></div> |
| <div class="dot"></div> |
| <div class="dot"></div> |
| </div> |
| </div> |
| <div class="content"> |
| <h2>3. Halekulani Hotel</h2> |
| <div class="rating-row"> |
| <span class="green-dot"></span> |
| <span class="green-dot"></span> |
| <span class="green-dot"></span> |
| <span class="green-dot"></span> |
| <span>3,453</span> |
| </div> |
| <div class="subtitle">Waikiki</div> |
| <div class="price">$1,003</div> |
| <div class="site">Trip.com ↗</div> |
| <button class="cta" style="top: 130px;">View deal</button> |
| </div> |
| </div> |
|
|
| |
| <div class="gesture-bar"></div> |
|
|
| |
| <div class="bottom-nav"> |
| <div class="nav-item"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M3 10 L12 3 L21 10" stroke="#111" stroke-width="2.2" fill="none" stroke-linecap="round"/> |
| <rect x="6" y="10" width="12" height="10" stroke="#111" stroke-width="2.2" fill="none" rx="1"/> |
| </svg> |
| <div class="nav-label">Explore</div> |
| </div> |
| <div class="nav-item"> |
| <svg viewBox="0 0 24 24"> |
| <circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2.2" fill="none"/> |
| <path d="M20 20 L16 16" stroke="#111" stroke-width="2.2" stroke-linecap="round"/> |
| </svg> |
| <div class="nav-label">Search</div> |
| </div> |
| <div class="nav-item active" style="position: relative;"> |
| <div class="active-indicator"></div> |
| <svg viewBox="0 0 24 24"> |
| <path d="M12 20 C12 20 5 15 5 9 C5 6.5 7 5 9 5 C10.5 5 12 6.2 12 6.2 C12 6.2 13.5 5 15 5 C17 5 19 6.5 19 9 C19 15 12 20 12 20 Z" stroke="#111" stroke-width="2.2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| <div class="nav-label">Plan</div> |
| </div> |
| <div class="nav-item"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M5 19 L15 9 L19 13 L9 23 L5 23 Z" stroke="#111" stroke-width="2" fill="none" stroke-linejoin="round"/> |
| <path d="M13 7 L17 11" stroke="#111" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| <div class="nav-label">Review</div> |
| </div> |
| <div class="nav-item"> |
| <svg 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> |
| <div class="nav-label">Account</div> |
| </div> |
| </div> |
| </div> |
| </body> |
| </html> |