Loading repository data…
Loading repository data…
amirho3inh / repository
A cinematic single-page resume template built with Next.js, Tailwind CSS, and GSAP, with automatic GitHub Pages deployment.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A production-ready cinematic portfolio/resume template built with Next.js, Tailwind CSS, and GSAP.
Designed for developers and designers who want a high-end personal site that is:
https://amirho3inh.github.io/cinematic-resume-nextjs/
Most portfolio templates are static cards with little personality.
This one is narrative-driven: scene-based sections, motion choreography, and visual rhythm.
If you want your portfolio to feel like a directed experience (not just a list of blocks), this template is for you.
Scene Navigator overlayshow/hide) from one data fileoutput: "export")npm install
npm run dev
Open http://localhost:3000
Production build:
npm run build
npm run start
app/
layout.js
page.js
globals.css
robots.js
sitemap.js
components/
Navigation.js
SectionGlideController.js
sections/
data/
resumeContent.js
themeConfig.json
githubSnapshot.json
scripts/
fetch-github-snapshot.mjs
.github/workflows/
deploy-pages.yml
Main file: data/resumeContent.js
Edit these first:
sectionVisibility to enable/disable sectionspersonal for hero/about identityjourney, skills, education, projects, achievements, blogs, podcastscontactgithubProfile.usernamesiteMetaTheme and typography:
Images:
public/ (example: profile-photo.jpg, og-profile.jpg)This repository is configured for static GitHub Pages deployment.
next.config.mjsscripts/fetch-github-snapshot.mjs.github/workflows/deploy-pages.ymlSettings -> Pages in your repo.Source to GitHub Actions.main (or update workflow trigger).mainnpm ci)npm run snapshot:github)npm run build, output in out/)data/resumeContent.js with your own profile data.public/.main.GitHub Actions in repo settings.Deploy To GitHub Pages.https://<your-username>.github.io/<your-repo>/To help people actually discover your project:
portfolio, nextjs, tailwindcss, gsap, github-pages).siteMeta.siteUrl aligned with your final public URL.robots.txt and sitemap.xml are static-compatible.