| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>ACL American Eagle - UI Mock</title> |
| <style> |
| body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; } |
| #render-target { |
| width:1080px; height:2400px; |
| position:relative; overflow:hidden; |
| background:#ffffff; |
| box-shadow: 0 0 0 rgba(0,0,0,0); |
| } |
| |
| |
| .app-header { background:#1f5b86; color:#fff; } |
| .status-bar { |
| height:80px; padding:0 32px; |
| display:flex; align-items:center; justify-content:space-between; |
| font-size:36px; letter-spacing:0.5px; |
| } |
| .status-icons { display:flex; gap:22px; align-items:center; } |
| .status-dot { width:22px; height:22px; background:#fff; border-radius:50%; opacity:0.9; } |
| .wifi { width:36px; height:28px; border:3px solid #fff; border-radius:6px; } |
| .battery { width:48px; height:24px; border:3px solid #fff; border-radius:4px; position:relative; } |
| .battery::after { content:""; position:absolute; right:-8px; top:7px; width:6px; height:10px; background:#fff; border-radius:2px; } |
| .title-bar { |
| height:120px; padding:0 32px; display:flex; align-items:center; justify-content:space-between; |
| } |
| .page-title { font-size:56px; font-weight:600; } |
| .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; border-radius:36px; } |
| .icon-btn svg { width:44px; height:44px; fill:#fff; } |
| |
| .tabs { |
| height:100px; display:flex; align-items:center; gap:48px; padding:0 32px; background:#1f5b86; |
| border-bottom:1px solid rgba(255,255,255,0.25); |
| } |
| .tab { font-size:36px; color:#cfe5f6; letter-spacing:0.6px; } |
| .tab.active { color:#ffffff; position:relative; } |
| .tab.active::after { |
| content:""; position:absolute; left:0; bottom:-18px; width:140px; height:8px; background:#ff9300; border-radius:4px; |
| } |
| |
| |
| .banner { |
| width:100%; height:760px; background:#E0E0E0; border:1px solid #BDBDBD; |
| display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px; text-transform:none; |
| } |
| |
| |
| .content { padding:36px; } |
| .route-title { font-size:46px; font-weight:700; color:#333; line-height:1.2; margin-bottom:22px; } |
| .date-row { display:flex; align-items:center; gap:18px; color:#666; font-size:34px; margin-bottom:28px; } |
| .date-row svg { width:40px; height:40px; fill:#7a7a7a; } |
| |
| .track-btn { |
| width:640px; height:110px; background:#71b241; border-radius:24px; |
| display:flex; align-items:center; justify-content:center; gap:22px; |
| color:#fff; font-size:42px; font-weight:700; margin:18px auto 40px; |
| box-shadow:0 8px 0 rgba(0,0,0,0.06); |
| } |
| .track-btn svg { width:42px; height:42px; fill:#fff; } |
| |
| .paragraph { font-size:36px; line-height:1.55; color:#333; margin-bottom:28px; } |
| |
| |
| .ad-banner { |
| position:absolute; left:0; bottom:0; |
| width:100%; height:180px; background:#f3f7fb; border-top:1px solid #d5e3ef; |
| display:flex; align-items:center; justify-content:space-between; padding:0 28px; |
| } |
| .ad-left { display:flex; align-items:center; gap:22px; color:#0b4e93; } |
| .ad-title { font-size:40px; font-weight:700; color:#0b4e93; } |
| .ad-sub { font-size:34px; color:#1f6ad2; } |
| .ad-actions { display:flex; align-items:center; gap:22px; } |
| .ad-close, .ad-share { width:56px; height:56px; border-radius:10px; display:flex; align-items:center; justify-content:center; background:#e6eef7; } |
| .ad-close svg, .ad-share svg { width:34px; height:34px; fill:#1f6ad2; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="app-header"> |
| <div class="status-bar"> |
| <div class="time">10:46</div> |
| <div class="status-icons"> |
| <div class="status-dot"></div> |
| <div class="status-dot"></div> |
| <div class="status-dot"></div> |
| <div class="wifi"></div> |
| <div class="battery"></div> |
| </div> |
| </div> |
| <div class="title-bar"> |
| <div class="page-title">ACL American Eagle</div> |
| <div class="icon-btn"> |
| |
| <svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.3 1.3L10.7 13.3 4.4 19.6 3.1 18.3 9.4 12 3.1 5.7 4.4 4.4l6.3 6.3 6.3-6.3z"/></svg> |
| </div> |
| </div> |
| <div class="tabs"> |
| <div class="tab active">REVIEW</div> |
| <div class="tab">ITINERARIES</div> |
| <div class="tab">SPECS</div> |
| <div class="tab">DECKPLANS</div> |
| </div> |
| </div> |
|
|
| |
| <div class="banner">[IMG: Cruise Ship sailing on calm water]</div> |
|
|
| |
| <div class="content"> |
| <div class="route-title">One-way from Amelia Island FL to Charleston SC</div> |
| <div class="date-row"> |
| |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm13 6H4v12h16V8z"/></svg> |
| <div>03 Nov, 2023 - 09 Nov, 2023 (6 days)</div> |
| </div> |
|
|
| <div class="track-btn"> |
| |
| <svg viewBox="0 0 24 24"><path d="M2 21l20-9-20-9 5 9-5 9zm7-7.5l-2.3-4.1L18 12 6.7 13.5z"/></svg> |
| <div>Track on map</div> |
| </div> |
|
|
| <div class="paragraph"> |
| The 2023-built MS American Eagle cruise ship is the first in a 12-ship series (Project Blue/aka Coastal Cat) of catamaran-design newbuilds in the ACL-American Cruise Lines fleet. From this (new for ACL) class are the same designed catamarans/sisterships launched two per year - in 2023 (Eagle/August, Glory/November), 2024 (Liberty/June, Legend/October), 2025, 2026, 2027, and 2028. |
| </div> |
| <div class="paragraph"> |
| All ACL cruise ships are US-flagged and built by the company-owned Chesapeake Shipbuilding Yard in Salisbury MD (Maryland USA). |
| </div> |
| <div class="paragraph"> |
| Note: The 2023-built vessel (IMO/MMSI numbers 368317840) is not to be mistaken with the namesake "MS American Eagle" (2000-built), which operated under IMO 9270024. |
| </div> |
| </div> |
|
|
| |
| <div class="ad-banner"> |
| <div class="ad-left"> |
| <div class="ad-title">Shine With Senco On Dhanteras</div> |
| <div class="ad-sub">Senco Gold & Diamonds</div> |
| </div> |
| <div class="ad-actions"> |
| <div class="ad-close"> |
| <svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.3 1.3L10.7 13.3 4.4 19.6 3.1 18.3 9.4 12 3.1 5.7 4.4 4.4l6.3 6.3 6.3-6.3z"/></svg> |
| </div> |
| <div class="ad-share"> |
| <svg viewBox="0 0 24 24"><path d="M18 8a3 3 0 1 0-2.8-4H15a3 3 0 0 0 .2 1l-7 4a3 3 0 1 0 0 6l7 4a3 3 0 0 0-.2 1h.2A3 3 0 1 0 18 16a3 3 0 0 0-2.8-2h-.2l-7-4 .2-1 .1-.1 6.7-3.8A3 3 0 0 0 18 8z"/></svg> |
| </div> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |