docs: remove the animated README footer banner - #76
Merged
Conversation
zaccesss
commented
Aug 5, 2026
zaccesss
left a comment
Owner
Author
There was a problem hiding this comment.
Checked, CI is green now that the unrelated dead link is fixed on main. Good to merge.
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.
What
Removes the leftover animated
capsule-render.vercel.appfooter banner from the root README, along with the centered "Made with" block it lived in, which is a style no longer used anywhere else in the project's repositories. Replaces it with a plain closing line.While in there, this also fixes two small things:
---divider right before the old footer is goneI checked the top of the README first, there was no matching header banner or typing-svg animation to remove, this is a footer-only fix. I also verified the course section and file counts already in the README (182 files, 12 sections) still match CHANGELOG.md and what is on disk, so no other content needed updating. 00-welcome/README.md and every numbered course-content file are untouched.
Other root docs
I read through the other root-level docs (CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, SUPPORT.md, HALL_OF_FAME.md, ROADMAP.md, FAQ.md, CITATION.cff) looking for staleness. One clear, unambiguous fix folded in here:
CITATION.cffstill said version 1.2.2, dated 2026-08-03, bumped to 1.2.4 dated 2026-08-05 to match this releaseTwo things I found but deliberately left alone because they are not unambiguous:
ROADMAP.mdstill headlines "Current version: v1.2.0" and its own file/section table does not sum to the "15 sections" it claims. Fixing the version stamp without catching the rest of the document up to the CHANGELOG (it stops narrating at v1.2.0) would leave it internally inconsistent. I am not sure a full ROADMAP rewrite is wanted here.I also checked
.github/workflows/against the fleet's centralized automation approach. This repo intentionally only haslinkcheck.ymlandmarkdownlint.yml, per the 1.2.2 changelog entry that retired the localautomerge-dependabot.yml,update-pr-branches.ymlandstale.ymlworkflows in favour of repo-ops' centralized handling. Nothing missing there.Ran a local lychee check against the changed markdown files with the same flags CI uses, 0 errors.
Closes #75