File size: 9,837 Bytes
ff1f000 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 | <html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>ACL American Eagle - Itineraries</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:#0f3f68;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,0.35);border-radius:18px;
}
/* Status bar */
.status-bar{
height:90px;background:#123f66;display:flex;align-items:center;justify-content:space-between;
padding:0 36px;font-size:36px;letter-spacing:0.5px;
}
.status-icons span{margin-left:22px;opacity:0.85;}
/* App header */
.header{
background:#194f82;padding:24px 36px 16px 36px;border-bottom:1px solid rgba(255,255,255,0.15);
}
.title-row{display:flex;align-items:center;justify-content:space-between;}
.app-title{font-size:54px;font-weight:700;letter-spacing:0.3px;}
.close-btn{
width:64px;height:64px;border-radius:50%;border:2px solid rgba(255,255,255,0.6);
display:flex;align-items:center;justify-content:center;font-size:42px;opacity:0.9;
}
/* Tabs */
.tabs{display:flex;gap:48px;margin-top:18px;font-size:36px;opacity:0.95;}
.tab{padding:20px 0;color:#d5e6f7;}
.tab.active{color:#ffffff;position:relative;font-weight:700;}
.tab.active::after{
content:"";position:absolute;left:0;bottom:-8px;width:100%;height:8px;background:#f59d2a;border-radius:4px;
}
/* Content area */
.content{
background:#f4f7fb;color:#1d2b3a;height:2010px;overflow:hidden; /* below header */
}
.year-tag{
text-align:center;font-size:54px;font-weight:800;color:#ffffff;background:#1b4f82;padding:24px 0;
border-top:1px solid rgba(255,255,255,0.12);
}
/* List rows */
.list{padding:0 0 28px 0;}
.row{
display:flex;background:#ffffff;border-bottom:1px solid #d9e2ee;
}
.date-col{
width:180px;background:#2b6aa4;color:#ffffff;display:flex;flex-direction:column;align-items:center;
justify-content:center;padding:22px 0;
}
.date-col .day{font-size:58px;font-weight:800;line-height:1;}
.date-col .mon{font-size:34px;margin-top:6px;}
.item-body{flex:1;padding:26px 32px;position:relative;}
.item-title{font-size:44px;font-weight:800;color:#0f2740;margin-bottom:12px;}
.item-sub{font-size:32px;color:#627287;}
.caret{
position:absolute;right:32px;top:32px;width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-top:18px solid #7a8aa3;
}
/* Expanded itinerary block */
.expanded{
background:#fff8d9;border-top:1px solid #e6d79e;padding:16px 0 24px 0;
}
.table{
margin:16px 24px;border:1px solid #dcd2a2;border-radius:8px;overflow:hidden;background:#fffef3;
}
.table-header{
display:flex;background:#e6ddad;color:#0f2740;font-weight:800;
}
.th{width:240px;padding:22px 18px;border-right:1px solid #dcd2a2;font-size:34px;}
.th.port{flex:1;border-right:none;}
.table-row{display:flex;border-top:1px solid #efe7bf;background:#fffef6;}
.td{width:240px;padding:24px 18px;font-size:34px;color:#1d2b3a;}
.td.port{flex:1;color:#0f2740;}
.flag, .anchor, .depart, .arrive{margin-right:16px;}
.flag{font-size:36px}
.anchor{font-size:36px}
.depart{font-size:36px}
.arrive{font-size:36px}
.hotel-link{color:#1b66c9;text-decoration:underline;margin-left:10px;}
/* Secondary rows (closed) */
.row.secondary .item-title{font-weight:800;color:#102b49;}
.row.secondary .item-sub{color:#6f7f94;}
.row.secondary .caret{border-top-color:#a3b0c5;}
/* Bottom banner/ad */
.ad{
position:absolute;left:0;bottom:0;width:100%;background:#ffffff;border-top:1px solid #d9e2ee;
padding:24px 28px;display:flex;align-items:center;gap:26px;color:#2c3e52;
}
.check{
width:40px;height:40px;border-radius:50%;background:#2bb673;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;
}
.ad .text{font-size:40px;line-height:1.35;}
.ad .text div{margin-bottom:6px;}
.logo{
width:150px;height:80px;background:#E0E0E0;border:1px solid #BDBDBD;color:#757575;
display:flex;align-items:center;justify-content:center;margin-right:auto;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div>10:48</div>
<div class="status-icons">
<span>π
±</span>
<span>πΆ</span>
<span>β―</span>
<span>β’</span>
</div>
</div>
<!-- App Header + Tabs -->
<div class="header">
<div class="title-row">
<div class="app-title">ACL American Eagle</div>
<div class="close-btn">β</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>
<!-- Content -->
<div class="content">
<div class="year-tag">2023</div>
<div class="list">
<!-- Row: Oct 20 -->
<div class="row">
<div class="date-col">
<div class="day">20</div>
<div class="mon">Oct</div>
</div>
<div class="item-body">
<div class="item-title">One-way from Baltimore to Jacksonville</div>
<div class="item-sub">π
20 Oct, 2023 - 03 Nov, 2023 (14 days) from $11655</div>
<div class="caret"></div>
</div>
</div>
<!-- Row: Nov 03 expanded -->
<div class="row">
<div class="date-col">
<div class="day">03</div>
<div class="mon">Nov</div>
</div>
<div class="item-body">
<div class="item-title">One-way from Amelia Island FL to Charleston SC</div>
<div class="item-sub">π
03 Nov, 2023 - 09 Nov, 2023 (6 days) from $6350</div>
<div class="caret" style="transform:rotate(180deg); top:34px;"></div>
<!-- Expanded itinerary details -->
<div class="expanded">
<div class="table">
<div class="table-header">
<div class="th">Date /<br>Time</div>
<div class="th port">Port</div>
</div>
<div class="table-row">
<div class="td">03 Nov</div>
<div class="td port"><span class="depart">π</span><span class="flag">πΊπΈ</span><b>Departing</b> from <b>Amelia Island Florida, Fernandina Beach</b><span class="hotel-link">hotels</span></div>
</div>
<div class="table-row">
<div class="td">04 Nov</div>
<div class="td port"><span class="anchor">β</span><span class="flag">πΊπΈ</span>Jekyll Island GA, Georgia</div>
</div>
<div class="table-row">
<div class="td">04 Nov</div>
<div class="td port"><span class="anchor">β</span><span class="flag">πΊπΈ</span>St Simons Island GA, Georgia</div>
</div>
<div class="table-row">
<div class="td">05 Nov</div>
<div class="td port"><span class="anchor">β</span>coastal cruising</div>
</div>
<div class="table-row">
<div class="td">06 Nov</div>
<div class="td port"><span class="anchor">β</span><span class="flag">πΊπΈ</span>Savannah GA, Georgia</div>
</div>
<div class="table-row">
<div class="td">07 Nov</div>
<div class="td port"><span class="anchor">β</span><span class="flag">πΊπΈ</span>Hilton Head Island SC, South Carolina</div>
</div>
<div class="table-row">
<div class="td">08 Nov</div>
<div class="td port"><span class="anchor">β</span><span class="flag">πΊπΈ</span>Beaufort NC, North Carolina</div>
</div>
<div class="table-row">
<div class="td">09 Nov</div>
<div class="td port"><span class="anchor">β</span><span class="flag">πΊπΈ</span>Charleston SC, South Carolina</div>
</div>
<div class="table-row">
<div class="td">09 Nov</div>
<div class="td port"><span class="arrive">π</span><b>Arriving</b> in <b>Charleston SC, South Carolina</b><span class="hotel-link">hotels</span></div>
</div>
</div>
</div>
</div>
</div>
<!-- Row: Nov 10 -->
<div class="row secondary">
<div class="date-col">
<div class="day">10</div>
<div class="mon">Nov</div>
</div>
<div class="item-body">
<div class="item-title">One-way from Charleston SC to Jacksonville</div>
<div class="item-sub">π
10 Nov, 2023 - 17 Nov, 2023 (7 days) from $6200</div>
<div class="caret"></div>
</div>
</div>
<!-- Row: Nov 17 -->
<div class="row secondary">
<div class="date-col">
<div class="day">17</div>
<div class="mon">Nov</div>
</div>
<div class="item-body">
<div class="item-title">One-way from Amelia Island FL to Charleston SC</div>
<div class="item-sub">π
17 Nov, 2023 - 23 Nov, 2023 (6 days) from $5950</div>
<div class="caret"></div>
</div>
</div>
</div>
</div>
<!-- Bottom banner -->
<div class="ad">
<div class="logo">[IMG: Vendor Logo]</div>
<div class="check">β</div>
<div class="text">
<div>In-store shopping</div>
<div>In-store pickup</div>
</div>
<div style="margin-left:auto;width:84px;height:84px;background:#e8f0fe;border-radius:12px;border:1px solid #c8d7f0;display:flex;align-items:center;justify-content:center;color:#3971d6;">β</div>
</div>
</div>
</body>
</html> |