File size: 6,612 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 | <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);
}
/* Top app area */
.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;
}
/* Image banner */
.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 section */
.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 bottom */
.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">
<!-- Header -->
<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">
<!-- Close Icon -->
<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>
<!-- Main banner -->
<div class="banner">[IMG: Cruise Ship sailing on calm water]</div>
<!-- Content -->
<div class="content">
<div class="route-title">One-way from Amelia Island FL to Charleston SC</div>
<div class="date-row">
<!-- Calendar icon -->
<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">
<!-- Paper plane icon -->
<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>
<!-- Ad banner -->
<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> |