| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>ACL American Eagle - Itineraries</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; |
| } |
| |
| |
| .topbar{ background:#2b5f8e; color:#fff; } |
| .status{ |
| height:70px; display:flex; align-items:center; justify-content:space-between; |
| padding:0 28px; font-size:28px; opacity:.95; |
| } |
| .status .icons{ display:flex; gap:18px; align-items:center; } |
| .icon-dot{ width:16px; height:16px; background:#d7e6f5; border-radius:50%; } |
| .icon-small{ width:26px; height:18px; border:2px solid #d7e6f5; border-radius:3px; } |
| .icon-battery{ width:34px; height:18px; border:2px solid #d7e6f5; border-radius:3px; position:relative; } |
| .icon-battery:after{ content:""; position:absolute; right:-6px; top:5px; width:4px; height:8px; background:#d7e6f5; border-radius:1px; } |
| .title-row{ |
| height:100px; display:flex; align-items:center; justify-content:space-between; |
| padding:0 32px; |
| } |
| .title-row .title{ font-size:44px; font-weight:700; letter-spacing:.3px; } |
| .title-row .close{ font-size:60px; line-height:1; opacity:.9; } |
| |
| .tabs{ height:92px; display:flex; align-items:flex-end; background:#2f6a95; } |
| .tab{ |
| flex:1; text-align:center; color:#cfe3f7; font-size:30px; padding-bottom:18px; position:relative; |
| } |
| .tab.active{ color:#ffffff; font-weight:700; } |
| .tab.active:after{ |
| content:""; position:absolute; left:20%; right:20%; bottom:0; |
| height:6px; background:#f38b1c; border-radius:4px; |
| } |
| |
| .year{ |
| text-align:center; font-size:64px; font-weight:800; color:#2b5f8e; |
| padding:20px 0 10px; |
| border-bottom:1px solid #e5eef7; |
| letter-spacing:1px; |
| } |
| |
| |
| .list{ } |
| .item{ |
| display:flex; align-items:stretch; |
| border-bottom:1px solid #e7e7e7; |
| background:#fff; |
| } |
| .date-block{ |
| width:168px; background:#2f78c6; color:#fff; |
| display:flex; flex-direction:column; align-items:center; justify-content:center; |
| } |
| .date-block .day{ font-size:64px; font-weight:800; line-height:1; } |
| .date-block .month{ margin-top:10px; font-size:34px; letter-spacing:.5px; opacity:.95; } |
| |
| .item-right{ |
| flex:1; padding:24px 28px; position:relative; |
| display:flex; flex-direction:column; justify-content:center; |
| } |
| .item-title{ font-size:40px; font-weight:800; color:#1d2b39; margin-bottom:12px; } |
| .meta{ font-size:28px; color:#6b7783; display:flex; align-items:center; gap:14px; flex-wrap:wrap; } |
| .meta svg{ width:28px; height:28px; fill:#6b7783; } |
| .chev{ width:70px; display:flex; align-items:center; justify-content:center; color:#8aa0b3; } |
| .badge{ |
| position:absolute; right:96px; top:22px; |
| } |
| .badge svg{ width:34px; height:34px; fill:#7a8fa5; } |
| |
| |
| .ad{ |
| position:absolute; left:0; right:0; bottom:0; |
| background:#ffffff; border-top:1px solid #e5e5e5; |
| padding:24px 28px; display:flex; align-items:center; gap:22px; |
| box-shadow:0 -4px 14px rgba(0,0,0,0.08); |
| } |
| .ad-logo{ |
| width:120px; height:80px; background:#E0E0E0; border:1px solid #BDBDBD; |
| display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px; |
| } |
| .ad-text{ flex:1; } |
| .ad-title{ font-size:42px; color:#1b2a36; font-weight:700; } |
| .ad-sub{ font-size:34px; color:#2a64a5; margin-top:6px; } |
| .ad-cta{ |
| width:84px; height:84px; border-radius:12px; background:#2b5f8e; color:#fff; |
| display:flex; align-items:center; justify-content:center; font-size:44px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| <div class="topbar"> |
| <div class="status"> |
| <div class="time">10:47</div> |
| <div class="icons"> |
| <div class="icon-dot"></div> |
| <div class="icon-small"></div> |
| <div class="icon-small"></div> |
| <div class="icon-small"></div> |
| <div class="icon-battery"></div> |
| </div> |
| </div> |
| <div class="title-row"> |
| <div class="title">ACL American Eagle</div> |
| <div class="close">×</div> |
| </div> |
| <div class="tabs"> |
| <div class="tab">REVIEW</div> |
| <div class="tab active">ITINERARIES</div> |
| <div class="tab">SPECS</div> |
| <div class="tab">DECKPLANS</div> |
| </div> |
| </div> |
|
|
| <div class="year">2023</div> |
|
|
| <div class="list"> |
|
|
| |
| <div class="item" style="height:182px;"> |
| <div class="date-block"> |
| <div class="day">20</div> |
| <div class="month">Oct</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Baltimore to Jacksonville</div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>20 Oct, 2023 - 03 Nov, 2023 (14 days) from $11655</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24" width="24" height="24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="item" style="height:170px;"> |
| <div class="date-block" style="background:#2f78c6;"> |
| <div class="day">03</div> |
| <div class="month">Nov</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Amelia Island FL to Charleston SC</div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>03 Nov, 2023 - 09 Nov, 2023 (6 days) from $6350</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="item" style="height:170px;"> |
| <div class="date-block"> |
| <div class="day">10</div> |
| <div class="month">Nov</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Charleston SC to Jacksonville</div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>10 Nov, 2023 - 17 Nov, 2023 (7 days) from $6200</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="item" style="height:170px;"> |
| <div class="date-block"> |
| <div class="day">17</div> |
| <div class="month">Nov</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Amelia Island FL to Charleston SC</div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>17 Nov, 2023 - 23 Nov, 2023 (6 days) from $5950</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="item" style="height:170px;"> |
| <div class="date-block"> |
| <div class="day">24</div> |
| <div class="month">Nov</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Charleston SC to Jacksonville</div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>24 Nov, 2023 - 01 Dec, 2023 (7 days) from $6200</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="item" style="height:170px;"> |
| <div class="date-block" style="background:#2f78c6;"> |
| <div class="day">01</div> |
| <div class="month">Dec</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Amelia Island FL to Charleston SC</div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>01 Dec, 2023 - 07 Dec, 2023 (6 days) from $5950</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="item" style="height:170px;"> |
| <div class="date-block" style="background:#2f78c6;"> |
| <div class="day">08</div> |
| <div class="month">Dec</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Charleston SC to Jacksonville</div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>08 Dec, 2023 - 15 Dec, 2023 (7 days) from $6200</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="item" style="height:170px;"> |
| <div class="date-block" style="background:#2f78c6;"> |
| <div class="day">15</div> |
| <div class="month">Dec</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Amelia Island FL to Charleston SC</div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>15 Dec, 2023 - 21 Dec, 2023 (6 days) from $5950</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="item" style="height:170px;"> |
| <div class="date-block" style="background:#2f78c6;"> |
| <div class="day">22</div> |
| <div class="month">Dec</div> |
| </div> |
| <div class="item-right"> |
| <div class="item-title">One-way from Charleston SC to Jacksonville</div> |
| <div class="badge"> |
| |
| <svg viewBox="0 0 24 24"><path d="M12 3l7 7-7 11L5 10l7-7z"/></svg> |
| </div> |
| <div class="meta"> |
| <svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12V6H6v2zm0 2v8h12v-8H6z"/></svg> |
| <span>22 Dec, 2023 - 29 Dec, 2023 (7 days) from $6200</span> |
| </div> |
| </div> |
| <div class="chev"> |
| <svg viewBox="0 0 24 24"><path fill="#8aa0b3" d="M7 9l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| </div> |
|
|
| |
| <div class="ad"> |
| <div class="ad-logo">[IMG: Brand Logo]</div> |
| <div class="ad-text"> |
| <div class="ad-title">Shine With Senco On Dhanteras</div> |
| <div class="ad-sub">Senco Gold & Diamonds</div> |
| </div> |
| <div class="ad-cta">➜</div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |