Personal portfolio and blog for Nicolas Ivan Cridlig — AI Engineer specializing in Computer Vision, LLMs, and Industry 4.0.
React 18 | Bootstrap 5 | react-i18next (EN/FR) | GitHub Pages
- Multi-language support (English / French) with auto-detection and manual toggle
- Blog with responsive media (images, YouTube embeds) and sequential prev/next navigation
- LaTeX CV pipeline (English + French), compiled and served as static PDFs
- GitHub API integration for live project cards
- CI/CD via GitHub Actions (deploy + CV compilation)
npm install
npm startnpm run build
npm run deployThe main branch is the deployed site. Development happens on feature branches merged to main.
English and French CVs live in cv/ as LaTeX files sharing cv-style.sty.
cd cv
pdflatex nicolascridligcv.tex && pdflatex nicolascridligcv-fr.texOutput PDFs are copied to public/ for serving.
Project code is open source. Feel free to fork and make your own version.