File size: 5,696 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 | <html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Galapagos Southern Loop</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
position: relative;
width: 1080px;
height: 2400px;
overflow: hidden;
background: #0b3b6f;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
color: #fff;
}
/* Top app bar */
.appbar {
position: absolute;
top: 0;
left: 0;
width: 1080px;
height: 140px;
background: #1f4f86;
display: flex;
align-items: center;
padding: 0 32px;
box-sizing: border-box;
}
.appbar .icon {
width: 72px;
height: 72px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 24px;
opacity: 0.95;
}
.appbar .spacer { flex: 1; }
.appbar .close {
font-size: 44px;
font-weight: 600;
letter-spacing: 0.5px;
}
.divider-line {
position: absolute;
top: 140px;
left: 0;
width: 1080px;
height: 6px;
background: #dcdcdc;
opacity: 0.5;
}
/* Hero and content background */
.hero {
position: absolute;
top: 146px;
left: 0;
width: 1080px;
height: 2254px;
color: #fff;
}
.bg-photo {
position: absolute;
inset: 0;
background: #E0E0E0;
border-top: 1px solid #BDBDBD;
border-bottom: 1px solid #BDBDBD;
display: flex;
align-items: center;
justify-content: center;
color: #757575;
font-size: 36px;
letter-spacing: 1px;
}
.bg-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.55) 25%, rgba(0,0,0,0.6) 100%);
}
.hero-header {
position: absolute;
top: 24px;
left: 0;
width: 100%;
padding: 40px 48px 10px;
box-sizing: border-box;
}
.hero-header .mini-close {
position: absolute;
right: 40px;
top: 18px;
font-size: 34px;
font-weight: 700;
letter-spacing: 2px;
opacity: 0.9;
}
.tag {
font-size: 42px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 18px;
text-transform: uppercase;
}
.title {
font-size: 86px;
font-weight: 800;
line-height: 1.1;
margin-bottom: 18px;
}
.subtitle {
font-size: 40px;
letter-spacing: 1px;
opacity: 0.95;
}
/* Itinerary list */
.list {
position: absolute;
left: 0;
top: 360px;
width: 100%;
padding: 0 48px 60px;
box-sizing: border-box;
}
.entry {
padding: 34px 0 34px;
border-bottom: 4px solid rgba(255,255,255,0.35);
}
.dayline {
font-size: 46px;
font-weight: 800;
margin-bottom: 20px;
}
.location {
font-size: 48px;
font-weight: 700;
margin-bottom: 10px;
}
.note {
font-size: 40px;
font-style: italic;
opacity: 0.95;
}
/* bottom gesture handle mimic */
.gesture {
position: absolute;
bottom: 18px;
left: 50%;
transform: translateX(-50%);
width: 420px;
height: 12px;
background: rgba(255,255,255,0.7);
border-radius: 8px;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Top App Bar -->
<div class="appbar">
<div class="icon">
<svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff">
<path d="M15.5 19.5L8 12l7.5-7.5v15z"/>
</svg>
</div>
<div class="icon">
<svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff">
<path d="M8.5 4.5L16 12l-7.5 7.5v-15z"/>
</svg>
</div>
<div class="spacer"></div>
<div class="close">Close</div>
</div>
<div class="divider-line"></div>
<!-- Hero area and content -->
<div class="hero">
<div class="bg-photo">[IMG: Ocean Background]</div>
<div class="bg-overlay"></div>
<div class="hero-header">
<div class="mini-close">CLOSE</div>
<div class="tag">7 NIGHTS</div>
<div class="title">Galapagos Southern Loop</div>
<div class="subtitle">ONBOARD CELEBRITY XPEDITION</div>
</div>
<div class="list">
<div class="entry">
<div class="dayline">Day 1, Sat, Apr 6, 2024</div>
<div class="location">BALTRA (GALAPAGOS)</div>
<div class="note">Departs: 3:00PM</div>
</div>
<div class="entry">
<div class="dayline">Day 1, Sat, Apr 6, 2024</div>
<div class="location">NORTH SEYMOUR ISLAND</div>
<div class="note">Tendered: 3:30PM to 6:00PM</div>
</div>
<div class="entry">
<div class="dayline">Day 2, Sun, Apr 7, 2024</div>
<div class="location">SOUTH PLAZA (SANTA CRUZ)</div>
<div class="note">Tendered: 7:00AM to 11:30AM</div>
</div>
<div class="entry">
<div class="dayline">Day 2, Sun, Apr 7, 2024</div>
<div class="location">SANTA FE ISLAND</div>
<div class="note">Tendered: 3:00PM to 6:00PM</div>
</div>
<div class="entry">
<div class="dayline">Day 3, Mon, Apr 8, 2024</div>
<div class="location">PUNTA PITT (SAN CRISTOBAL)</div>
<div class="note">Tendered: 7:00AM to 11:30AM</div>
</div>
<div class="entry">
<div class="dayline">Day 3, Mon, Apr 8, 2024</div>
<div class="location">PUERTO BAQUERIZO (CRISTOBAL)</div>
<div class="note">Tendered: 3:00PM to 6:00PM</div>
</div>
<div class="entry">
<div class="dayline">Day 4, Tue, Apr 9, 2024</div>
<div class="location">BAHIA POST OFFICE (FLOREANA)</div>
<div class="note">Tendered: 7:00AM to 11:30AM</div>
</div>
</div>
</div>
<div class="gesture"></div>
</div>
</body>
</html> |