2026-07-28 23:39:24 +02:00
|
|
|
<!doctype html>
|
2026-08-18 11:15:08 +02:00
|
|
|
<html><head>
|
|
|
|
|
<meta name="description" content="RETAIL OPS PROTOCOL AGC 1201: EXECUTIVE OVERRIDE Drop non-critical tasks. Keep the register alive. FLOOR SIMULATOR Customer queue 14 → scan 9, bag 3,…"><meta charset="UTF-8"/>
|
2026-07-28 23:39:24 +02:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script>
|
|
|
|
|
<style>
|
|
|
|
|
body{margin:0;background:#0b0f14;color:#fff;font-family:Inter,system-ui,sans-serif}
|
|
|
|
|
#root{position:relative;width:1920px;height:1080px;overflow:hidden}
|
|
|
|
|
.clip{position:absolute;inset:0;display:grid;place-items:center}
|
|
|
|
|
.terminal{font-family:ui-monospace,monospace;font-size:42px;line-height:1.2;text-align:center}
|
|
|
|
|
.label{font-size:28px;letter-spacing:3px;opacity:0.7;margin-bottom:12px}
|
2026-08-18 11:15:08 +02:00
|
|
|
</style> <script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
|
|
|
</head>
|
2026-07-28 23:39:24 +02:00
|
|
|
<body>
|
|
|
|
|
<div id="root" data-composition-id="main" data-start="0" data-width="1920" data-height="1080" data-duration="30">
|
|
|
|
|
<section id="s1" class="clip" data-start="0" data-duration="10" data-track-index="1">
|
|
|
|
|
<div style="text-align:center">
|
|
|
|
|
<div class="label">RETAIL OPS PROTOCOL</div>
|
|
|
|
|
<div class="terminal">AGC 1201: EXECUTIVE OVERRIDE</div>
|
|
|
|
|
<div style="font-size:24px;margin-top:18px;max-width:900px">Drop non-critical tasks. Keep the register alive.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<section id="s2" class="clip" data-start="10" data-duration="20" data-track-index="1">
|
|
|
|
|
<div style="text-align:center">
|
|
|
|
|
<div class="label">FLOOR SIMULATOR</div>
|
|
|
|
|
<div class="terminal">Customer queue 14 → scan 9, bag 3, return 2.<br>Hard deadline: close drawer at T+60.</div>
|
|
|
|
|
<div style="font-size:24px;margin-top:18px">Same logic. Same landing.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<audio id="voice-s1" src="audio/s1.wav" data-start="0"></audio>
|
|
|
|
|
<audio id="voice-s2" src="audio/s2.wav" data-start="10"></audio>
|
|
|
|
|
<audio id="bgm" src="audio/music.mp3" data-start="0" data-volume="0.12"></audio>
|
|
|
|
|
</div>
|
|
|
|
|
<script>
|
|
|
|
|
window.__timelines = window.__timelines || {};
|
|
|
|
|
const tl = gsap.timeline({ paused: true });
|
|
|
|
|
tl.to("#s1 .terminal", { opacity:1, y:0, duration:0.8, ease:"power3.out" }, 0.4);
|
|
|
|
|
tl.from("#s2 .terminal", { scale:0.96, opacity:0, duration:1.2, ease:"power2.out" }, 11.5);
|
|
|
|
|
window.__timelines["main"] = tl;
|
|
|
|
|
</script>
|
|
|
|
|
</body></html>
|