feat: animated intro page, embedded in the landing site and READMEs#79
Merged
Conversation
yanmxa
added a commit
that referenced
this pull request
Jun 3, 2026
- Move the hyperframes intro into site/ (site/intro.html) so GitHub Pages serves it and it can play inline. - Landing hero: embed the intro as an autoplaying, responsive <iframe> as the primary visual; simplify the hero copy; drop the static screenshot (gen-code.png is kept as the og:image social card). - README (en/zh): add a clickable poster frame that links to the live intro. - Self-evolving: flip "Coming soon"/"in progress" to "Level 1 · live" now that the L1 background reviewer has landed; higher levels remain roadmap.
e804c46 to
e21a1e8
Compare
yanmxa
added a commit
that referenced
this pull request
Jun 3, 2026
…cleanup (#80) Follow-up to #79 (merged), tidying the animated-intro integration. - Landing embed: render the intro as a fixed 1280x720 iframe scaled to the container width so the full stage always shows (fixes the clipping); widen the embed past the text column. - Default the intro to a dark theme everywhere (◐ / T toggles; ?theme=light still forces light). - Remove the hero subtitle — the animation already conveys it. - README (en/zh): drop the poster image (and the now-unused asset) and the trailing "multi-model · multi-persona · fast · self-evolving" descriptor; keep the "Watch the animated intro" link to the live intro.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the self-contained "Gen Code" animated intro (a video-as-HTML page: boot → multi-model → multi-persona → fast interaction → self-improvement → outro) and wires it into our public surfaces.
Split out of #75 so the selflearn L1 feature PR stays focused on Go code; this HTML asset is reviewed and merged independently.
Changes
site/intro.html— the animated intro, placed undersite/so GitHub Pages serves it (lands athttps://genai-io.github.io/gen-code/intro.html). Auto-loops; click to pause/play,Rrestart,Ttheme; follows OS light/dark.site/index.html) — the hero now leads with the intro embedded as an autoplaying, responsive 16:9<iframe>(replacing the static screenshot, which is kept as theog:image). Hero copy simplified, plus anIntronav link and a "Watch full screen" link.main; review runs every few turns; higher levels remain on the roadmap.Notes
intro.htmlURL becomes reachable once this merges tomain(Pages deployssite/**on push to main).src="intro.html", so it also works when openingsite/index.htmllocally.