Skip to content

manuelnajera/manuelnajera.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manuel Nájera — Portfolio

Deploy License

English | Español

Personal portfolio for Manuel Nájera — civil engineer turned full-stack developer, based in Tuxtla Gutiérrez, Chiapas, Mexico.

Live: manuelnajera.github.io


Stack

  • React 18 + Vite 5 — SPA, fast builds
  • Tailwind CSS v3 — utility-first styling with custom engineering palette
  • Three.js — Procedural 3D infrastructure scene: lattice tower, two suspension bridges, structural fragments at multiple depth layers, Fibonacci particle atmosphere. All geometry built from Float32Array at runtime — no asset files. Scroll drives a 270° camera orbit; mouse adds ±0.16 rad parallax.
  • GSAP 3 + ScrollTrigger — section entry animations, timeline draw, scroll effects
  • Framer Motion — page transitions between / (EN) and /es
  • react-i18next — English and Spanish, URL-based language detection
  • GitHub ActionsGitHub Pages — push to main deploys automatically

Local development

npm install
npm run dev        # http://localhost:5173
npm run build      # production build → /dist
npm run preview    # preview production build

Structure

src/
├── components/
│   ├── layout/        Header, Footer
│   ├── sections/      Hero, About, Projects, Skills, Contact
│   ├── three/         BackgroundCanvas (Three.js infrastructure scene)
│   └── ui/            Tag, Timeline, ProjectCard
├── hooks/             useScrollAnimation (GSAP ScrollTrigger wrapper)
├── i18n/              react-i18next config
├── styles/            globals.css (CSS vars, scanlines, animations)
├── App.jsx
└── main.jsx

public/
├── locales/
│   ├── en/translation.json
│   └── es/translation.json
└── favicon.svg

Sections

# Section Description
01 Hero Full-viewport 3D scene, annotation text chips, typewriter role cycling
02 About Story + animated timeline (civil engineering → software)
03 Projects InsumosDentalesChiapas (IN PRODUCTION) + DeltaVis — real systems
04 Stack Three rows of skill tags with scroll-entry glow
05 Contact LinkedIn + email CTAs

Deployment

Push to main. The deploy.yml workflow builds with Vite and deploys dist/ to the gh-pages branch via peaceiris/actions-gh-pages.

GitHub Pages SPA routing: /es is handled by public/404.html redirect → index.html script restores the path.

License

Code: MIT
Content: CC BY 4.0
Copyright (c) 2026 Manuel Nájera

About

This is the source code for my personal portfolio website, built using Jekyll and deployed with GitHub Pages

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Contributors