Personal website for my projects, experience, resume, and contact links.
Live site: https://sebasad.com/
- Next.js
- React
- TypeScript
- Tailwind CSS
- Vercel
- Featured projects with screenshots and project links
- Awards section for the NextEra Energy Hackathon
- Experience and leadership timeline
- Toolkit/skills section
- About Me section with personal photos/art
- Contact links for email, LinkedIn, and GitHub
- Light/dark mode
- Responsive layout for desktop and mobile
npm install
npm run devThen open:
http://localhost:3000npm run lint
npm run buildMost of the site content is stored in:
src/data/site.tsUse that file to update:
- Project names and descriptions
- Project links
- Contact links
- Skills
- Experience
- Awards
- Resume path
- Image paths
Images are stored in:
public/imagesMy resume is served from:
/Davalos_Sebastian_Resume.pdfThis site is deployed with Vercel. Pushing changes to the connected GitHub repo triggers a new deployment.