From e13930d4f1144ad7e640fa7a5bebe3f07b52a2b3 Mon Sep 17 00:00:00 2001 From: AnrokX <192667251+AnrokX@users.noreply.github.com> Date: Sat, 21 Mar 2026 01:41:48 -0600 Subject: [PATCH 1/5] feat: add trailer landing page and terminal neon glow effects - Trailer landing page: title fade-in, video with corner zoom sequence, end card with Claude/OpenAI logos - Terminal neon glow cycle for trailer recording (cycling highlight with fixed overlay) - Neon hover effect on terminal wrappers --- client/index.html | 74 +++ client/styles.css | 43 +- site/assets/Claude_AI_symbol.svg | 7 + site/assets/openai_logo_icon_248315.png | Bin 0 -> 18662 bytes site/assets/trailer.mp4 | Bin 0 -> 5811090 bytes site/index.html | 791 +++++++++--------------- site/index.html.bak | 534 ++++++++++++++++ 7 files changed, 929 insertions(+), 520 deletions(-) create mode 100644 site/assets/Claude_AI_symbol.svg create mode 100644 site/assets/openai_logo_icon_248315.png create mode 100644 site/assets/trailer.mp4 create mode 100644 site/index.html.bak diff --git a/client/index.html b/client/index.html index 2e88a612..a1419e7a 100644 --- a/client/index.html +++ b/client/index.html @@ -577,6 +577,80 @@