feat: redesign with new typography, /videos route, RSS, SEO#37
Open
aanogueira wants to merge 1 commit into
Open
feat: redesign with new typography, /videos route, RSS, SEO#37aanogueira wants to merge 1 commit into
aanogueira wants to merge 1 commit into
Conversation
Typography: - Body font swapped from Fira Code to Inter Variable (mono stays Fira Mono so arrow animations and code blocks are unchanged) - Body font-weight 300 → 400 for proper Inter rendering New routes and content: - /videos index + /videos/[slug] dynamic route with embedded YouTube player (youtube-nocookie); back link to /videos - /videos/rss.xml feed mirroring blog/projects RSS structure - Sample video content file for the welcome placeholder Navigation & UI: - /about rewritten with intro + Phosphor icons on external links (GitHub, LinkedIn, Medium, dev.to, BMC) and a single global RSS link - /contact icons before the platform label - Per-section RSS chip on /blog, /projects, /videos with [N] count - Project carousel arrows hidden when slides fit; per-image aspect ratio (16:9 default, 9:16 for tall variant) - Projects index uses 110rem container, explicit 3/2/1 col grid - Back links: global a.back rule with mono <- arrow that slides on hover - Logo click toggles theme (replaces removed standalone Toggle); h1 text still navigates home - Theme attribute set from prefers-color-scheme on load (no localStorage), console override still possible via setAttribute SEO: - VideoObject JSON-LD added on /videos/[slug] (uses YouTube thumbnail, embed and watch URLs) - PageHead handles absolute image URLs (YouTube thumbnails for video pages) - robots.txt allows /videos/rss.xml - Sitemap includes /videos and per-video URLs - WebSite JSON-LD wired on home page Spacing & polish: - Top spacing unified to 24px from header across every page (index, about/contact, slug pages) - Skip-to-content link background fixed (was referencing undefined --bg-1) - /about icon color matches /contact icon color Signed-off-by: Andre Nogueira <aanogueira@protonmail.com>
Dependency ReviewThe following issues were found:
License Issuespackage.json
OpenSSF Scorecard
Scanned Files
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
Typography:
New routes and content:
Navigation & UI:
SEO:
Spacing & polish:
Pull Request
Description
Type of Change
Related Issues
Fixes #(issue number)
Related to #(issue number)
Changes Made
Testing
make test)make lint)Test Coverage
Screenshots/Recordings
Checklist
Additional Notes