docs: rewrite README, drop animated banners and fix staleness - #19
Merged
Conversation
Removes the capsule-render waving banners and readme-typing-svg animated text banner. Merges the duplicate Links and Contact and Support sections into one. Reconciles CHANGELOG.md with ROADMAP.md so avatar upload is no longer listed as unreleased when it shipped in v2.0.0. Closes #18
zaccesss
commented
Aug 5, 2026
zaccesss
left a comment
Owner
Author
There was a problem hiding this comment.
Checked before merging:
- Every badge, embedded image and link in the new README resolves (verified with curl against the shields.io badges, the devicon and techstack-generator icons, the workflow status badge, the live site links and the contact links).
- No more animated capsule-render or typing-svg banners anywhere in the file.
- No duplicate sections: Links and Contact and Support are now one "About and contact" section.
- CHANGELOG.md and ROADMAP.md now agree that avatar upload shipped in v2.0.0, matching what the README already described as a live feature.
- CI (PHP syntax check, CodeQL, Analyze) all pass on a README-only and CHANGELOG-only change, as expected.
Merging with squash.
This was referenced Aug 5, 2026
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.
Rewrites README.md to drop the animated capsule-render waving banners and the readme-typing-svg animated typing banner, which are no longer wanted in this repo.
While rewriting, this also fixes:
Kept as is: the static tech stack icon table (devicon and techstack-generator badges), since that is a style choice rather than an animation.
Every link and embedded image in the new README was checked and resolves.
Closes #18