| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Honolulu - Hotels</title> |
| <style> |
| body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#111; } |
| #render-target { |
| width:1080px; height:2400px; |
| position:relative; overflow:hidden; |
| background:#ffffff; |
| } |
| |
| .statusbar { |
| height:86px; padding:0 32px; |
| display:flex; align-items:center; justify-content:space-between; |
| font-size:38px; color:#000; |
| } |
| .status-icons { display:flex; align-items:center; gap:20px; } |
| .dot { width:18px; height:18px; background:#777; border-radius:50%; opacity:.6; } |
| .battery { width:42px; height:22px; border:3px solid #000; border-radius:6px; position:relative; } |
| .battery::after { content:""; position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#000; border-radius:2px; } |
| .battery .level { position:absolute; left:3px; top:3px; height:14px; width:26px; background:#000; border-radius:3px; } |
| |
| .header { |
| height:120px; padding:0 32px; position:relative; |
| display:flex; align-items:center; justify-content:space-between; |
| } |
| .header .title { |
| position:absolute; left:50%; transform:translateX(-50%); |
| font-size:48px; font-weight:700; |
| } |
| .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; } |
| .icon { width:48px; height:48px; } |
| |
| .tabs { display:flex; gap:60px; padding:8px 32px 0 32px; align-items:flex-end; } |
| .tab { font-size:40px; color:#333; } |
| .tab.active { font-weight:700; color:#000; position:relative; } |
| .tab.active::after { |
| content:""; position:absolute; left:0; right:0; bottom:-26px; height:8px; |
| background:#000; border-radius:4px; |
| } |
| |
| .filters { display:flex; gap:22px; padding:40px 32px 18px; } |
| .chip { |
| height:90px; padding:0 34px; border-radius:45px; border:2px solid #222; |
| display:flex; align-items:center; gap:14px; font-size:36px; font-weight:600; color:#111; background:#fff; |
| } |
| .chip.black { background:#000; color:#fff; border-color:#000; } |
| .chip.light { background:#f2f2f2; border-color:#ddd; font-weight:500; color:#444; } |
| |
| .infoRow { |
| display:flex; align-items:flex-start; justify-content:space-between; |
| padding:20px 32px 0; |
| font-size:34px; color:#222; |
| } |
| .infoRow a { color:#111; text-decoration:underline; } |
| .info-circle { |
| width:44px; height:44px; border:2px solid #444; border-radius:50%; |
| display:flex; align-items:center; justify-content:center; font-weight:700; font-size:28px; color:#444; |
| } |
| |
| .card { margin-top:22px; } |
| .image-wrap { position:relative; margin:0 0 0 0; } |
| .img-placeholder { |
| width:100%; height:720px; |
| background:#E0E0E0; border:1px solid #BDBDBD; |
| display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px; font-weight:600; |
| } |
| .heart-circle { |
| position:absolute; right:22px; top:22px; |
| width:92px; height:92px; background:#fff; border-radius:46px; |
| box-shadow:0 2px 8px rgba(0,0,0,.15); |
| display:flex; align-items:center; justify-content:center; |
| } |
| .badge { |
| position:absolute; left:22px; bottom:22px; |
| background:#00c1a6; color:#000; font-weight:800; font-size:28px; |
| padding:16px 22px; border-radius:18px; |
| } |
| .carousel-dots { |
| position:absolute; left:50%; transform:translateX(-50%); |
| bottom:28px; display:flex; gap:14px; |
| } |
| .carousel-dots .dot { |
| width:16px; height:16px; background:#fff; opacity:.9; border-radius:8px; border:1px solid #ccc; |
| } |
| .carousel-dots .dot.active { background:#666; border-color:#666; } |
| |
| .cardContent { padding:28px 32px 12px; } |
| .sponsored { |
| display:inline-block; background:#efefef; color:#666; border-radius:22px; |
| padding:10px 18px; font-size:30px; font-weight:700; |
| margin-bottom:14px; |
| } |
| .hotel-title { font-size:46px; font-weight:800; margin:14px 0 18px; } |
| .rating { display:flex; align-items:center; gap:16px; margin-bottom:18px; } |
| .rating .bubble { width:28px; height:28px; background:#11aa58; border-radius:50%; } |
| .rating .count { font-size:32px; color:#444; } |
| .desc { font-size:34px; color:#333; line-height:1.4; margin-bottom:16px; } |
| .link { font-size:36px; color:#1a1a1a; text-decoration:underline; font-weight:700; margin:18px 0; } |
| .priceRow { display:flex; align-items:center; justify-content:space-between; margin:16px 0 8px; } |
| .price { font-size:58px; font-weight:800; } |
| .deal-btn { |
| background:#d7a600; color:#000; font-weight:800; font-size:36px; |
| border:none; border-radius:40px; padding:24px 44px; |
| box-shadow:0 2px 8px rgba(0,0,0,.1); |
| } |
| .vendor { font-size:34px; color:#444; } |
| .vendor .brand { font-weight:600; } |
| .muted { color:#777; } |
| |
| .divider { height:22px; background:#f5f5f5; margin:12px 0; } |
| |
| .banner-wrap { position:relative; } |
| .banner { |
| width:100%; height:260px; |
| background:#E0E0E0; border:1px solid #BDBDBD; |
| display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; font-weight:600; |
| } |
| .banner .heart-circle { right:22px; top:22px; width:84px; height:84px; } |
| |
| .nav { |
| position:absolute; left:0; bottom:0; |
| width:100%; height:220px; 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; gap:16px; color:#666; font-size:34px; } |
| .nav-item.active { color:#111; font-weight:700; } |
| .nav-icon { width:52px; height:52px; } |
| .active-bar { |
| position:absolute; bottom:150px; left:50%; transform:translateX(-50%); |
| width:140px; height:8px; background:#0ead7e; border-radius:4px; |
| } |
| .gesture { |
| position:absolute; bottom:230px; left:50%; transform:translateX(-50%); |
| width:320px; height:16px; background:#bdbdbd; border-radius:10px; opacity:.7; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="statusbar"> |
| <div>1:01</div> |
| <div class="status-icons"> |
| <div class="dot"></div> |
| <div class="dot"></div> |
| <div class="dot"></div> |
| <div class="battery"><div class="level"></div></div> |
| </div> |
| </div> |
|
|
| |
| <div class="header"> |
| <div class="icon-btn"> |
| <svg class="icon" viewBox="0 0 48 48"> |
| <path d="M30 10 L14 24 L30 38" fill="none" stroke="#000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="title">Honolulu</div> |
| <div class="icon-btn"> |
| <svg class="icon" viewBox="0 0 48 48"> |
| <circle cx="21" cy="21" r="14" fill="none" stroke="#000" stroke-width="4"/> |
| <line x1="33" y1="33" x2="44" y2="44" stroke="#000" stroke-width="4" stroke-linecap="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="tabs"> |
| <div class="tab">Overview</div> |
| <div class="tab active">Hotels</div> |
| <div class="tab">Things to do</div> |
| <div class="tab">Restaurants</div> |
| </div> |
|
|
| |
| <div class="filters"> |
| <div class="chip black"> |
| <svg class="icon" viewBox="0 0 48 48"> |
| <path d="M24 6c7 0 12 5 12 12 0 9-12 24-12 24S12 27 12 18c0-7 5-12 12-12z" fill="#fff"/> |
| <circle cx="24" cy="18" r="5" fill="#000"/> |
| </svg> |
| <span>Map</span> |
| </div> |
| <div class="chip"> |
| <span>Jan 24 → 29</span> |
| </div> |
| <div class="chip"> |
| <svg class="icon" viewBox="0 0 48 48"> |
| <circle cx="18" cy="18" r="6" fill="#000"/> |
| <circle cx="30" cy="24" r="5" fill="#000" opacity=".8"/> |
| <path d="M10 34c4-8 16-8 20 0" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round"/> |
| </svg> |
| <span>1</span> |
| </div> |
| <div class="chip light"> |
| <svg class="icon" viewBox="0 0 48 48"> |
| <line x1="10" y1="14" x2="38" y2="14" stroke="#666" stroke-width="4" stroke-linecap="round"/> |
| <circle cx="20" cy="14" r="4" fill="#666"/> |
| <line x1="10" y1="24" x2="38" y2="24" stroke="#666" stroke-width="4" stroke-linecap="round"/> |
| <circle cx="30" cy="24" r="4" fill="#666"/> |
| <line x1="10" y1="34" x2="38" y2="34" stroke="#666" stroke-width="4" stroke-linecap="round"/> |
| <circle cx="16" cy="34" r="4" fill="#666"/> |
| </svg> |
| <span>Filters</span> |
| </div> |
| </div> |
|
|
| |
| <div class="infoRow"> |
| <div>167 of 190 places are available, sorted by <a href="#">best value</a></div> |
| <div class="info-circle">i</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="image-wrap"> |
| <div class="img-placeholder">[IMG: Hotel interior with yellow wall and plants]</div> |
| <div class="heart-circle"> |
| <svg class="icon" viewBox="0 0 48 48"> |
| <path d="M24 40s-14-9-14-18c0-6 6-10 12-6 6-4 12 0 12 6 0 9-10 18-10 18z" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="badge">2023</div> |
| <div class="carousel-dots"> |
| <div class="dot active"></div> |
| <div class="dot"></div> |
| <div class="dot"></div> |
| </div> |
| </div> |
|
|
| <div class="cardContent"> |
| <div class="sponsored">Sponsored</div> |
| <div class="hotel-title">Vive Hotel Waikiki</div> |
|
|
| <div class="rating"> |
| <div class="bubble"></div> |
| <div class="bubble"></div> |
| <div class="bubble"></div> |
| <div class="bubble"></div> |
| <div class="bubble"></div> |
| <div class="count">5,048</div> |
| </div> |
|
|
| <div class="desc">Free breakfast included<br>Waikiki</div> |
|
|
| <div class="link">Visit website ↗</div> |
|
|
| <div class="priceRow"> |
| <div class="price">$264</div> |
| <button class="deal-btn">View deal</button> |
| </div> |
|
|
| <div class="vendor"><span class="brand">Expedia.com</span> ↗</div> |
| <div class="vendor muted">Free cancellation</div> |
| </div> |
| </div> |
|
|
| <div class="divider"></div> |
|
|
| |
| <div class="banner-wrap"> |
| <div class="banner">[IMG: Honolulu skyline at sunset]</div> |
| <div class="heart-circle" style="box-shadow:0 2px 8px rgba(0,0,0,.15);"> |
| <svg class="icon" viewBox="0 0 48 48"> |
| <path d="M24 40s-14-9-14-18c0-6 6-10 12-6 6-4 12 0 12 6 0 9-10 18-10 18z" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="active-bar"></div> |
|
|
| |
| <div class="gesture"></div> |
|
|
| |
| <div class="nav"> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 52 52"> |
| <path d="M8 28 L26 12 L44 28 V44 H32 V32 H20 V44 H8z" fill="none" stroke="#666" stroke-width="3" stroke-linejoin="round"/> |
| </svg> |
| <div>Explore</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 52 52"> |
| <circle cx="22" cy="22" r="12" fill="none" stroke="#666" stroke-width="3"/> |
| <line x1="32" y1="32" x2="46" y2="46" stroke="#666" stroke-width="3" stroke-linecap="round"/> |
| </svg> |
| <div>Search</div> |
| </div> |
| <div class="nav-item active"> |
| <svg class="nav-icon" viewBox="0 0 52 52"> |
| <path d="M26 44s-16-10-16-20c0-7 7-12 13-7 6-5 13 0 13 7 0 10-10 20-10 20z" fill="none" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| <div>Plan</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 52 52"> |
| <path d="M10 40 L42 40" stroke="#666" stroke-width="3" stroke-linecap="round"/> |
| <path d="M14 34 L38 34" stroke="#666" stroke-width="3" stroke-linecap="round"/> |
| <path d="M18 12 L34 12 L32 28 H20 L18 12z" fill="none" stroke="#666" stroke-width="3" stroke-linejoin="round"/> |
| </svg> |
| <div>Review</div> |
| </div> |
| <div class="nav-item"> |
| <svg class="nav-icon" viewBox="0 0 52 52"> |
| <circle cx="26" cy="18" r="10" fill="none" stroke="#666" stroke-width="3"/> |
| <path d="M8 46c2-10 16-10 18-10s16 0 18 10" stroke="#666" stroke-width="3" fill="none" stroke-linecap="round"/> |
| </svg> |
| <div>Account</div> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |