My personal website. Minimalist, focused, built with React.
Live Site • Tech Stack • Running Locally • License
A single-page personal website inspired by Joel Becker's minimalist academic portfolio style. Cloud dance background, Inter typography, and content that matters.
Sections:
- Introduction with profile photo
- Experience history
- Current projects
- Recommended links
| Category | Technology |
|---|---|
| Framework | React 18 |
| Language | TypeScript |
| Styling | Tailwind CSS |
| Font | Inter (Google Fonts) |
| Build | Vite |
| Hosting | GitHub Pages |
# Clone
git clone https://github.com/Pierry/pierry.github.io.git
cd pierry.github.io
# Install
npm install
# Run
npm run devsrc/
├── pages/
│ └── Index.tsx # Main page
├── articles/ # Markdown articles (if any)
├── components/ # UI components
└── index.css # Global styles + theme
public/
├── profile.jpg # Profile photo
└── cv.pdf # Resume
Automatic deployment via GitHub Actions on push to master:
- Builds production bundle
- Deploys to GitHub Pages
Manual build:
npm run build- Email: pieerry@gmail.com
- LinkedIn: pierryborges
- GitHub: @Pierry
MIT
