feat: add Netflix-style portfolio template#30
Merged
amide-init merged 2 commits intomainfrom Apr 14, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/amide-init/gitfolio/sessions/86061a39-6138-450a-8da3-70603f1d5d63 Co-authored-by: amide-init <31934584+amide-init@users.noreply.github.com>
Agent-Logs-Url: https://github.com/amide-init/gitfolio/sessions/86061a39-6138-450a-8da3-70603f1d5d63 Co-authored-by: amide-init <31934584+amide-init@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
amide-init
April 14, 2026 18:04
View session
amide-init
approved these changes
Apr 14, 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.
Adds a fifth template option — "Netflix" — with a cinematic dark aesthetic, red accent color (
#e50914), and horizontal-scroll content rows inspired by Netflix's UI.New template:
src/templates/netflix/16 components following the same structure as existing templates:
HeroSection— full-height cinematic banner with gradient overlay, blurred avatar backdrop, bold title, red primary CTA + secondary "More Info" buttonVideoCard/BlogCard/ProjectCard/RepoCard— fixed-width cards with hover scale effect (hover:scale-105) and play/view overlaysVideosSection/BlogsSection/CustomProjectsSection/GitHubSection— horizontal-scroll rows (overflow-x-auto flex gap-3) with "Explore All ›" linksPhilosophySection— grid cards with red left-accent bar on hoverStatsSection— "By the Numbers" layout with red-tinted Recharts bar/pie chartsHomePage/BlogsPage/BlogPage/VideosPage/ProjectsPage— full page wrappers with Netflix-styled headersWiring
src/types/gitforgeConfig.ts—templateunion extended with'netflix'src/pages/*.tsx(5 files) — addednetflixbranch to each template switchsrc/App.tsx— addedisNetflixflag; gates nav/footer styles (dark bg, red logo initials, white#e5e5e5nav links, matching mobile menu)AdminTemplatePage.tsx— added Netflix card with SVG mini-preview; grid updated togrid-cols-2 sm:grid-cols-3 lg:grid-cols-5Activate by setting
"template": "netflix"ingitforge.config.jsonor selecting the card in/admin/template.