Skip to content

Pierry/pierry.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pierry Borges

pierry.github.io

My personal website. Minimalist, focused, built with React.

Live SiteTech StackRunning LocallyLicense


About

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

Tech Stack

Category Technology
Framework React 18
Language TypeScript
Styling Tailwind CSS
Font Inter (Google Fonts)
Build Vite
Hosting GitHub Pages

Running Locally

# Clone
git clone https://github.com/Pierry/pierry.github.io.git
cd pierry.github.io

# Install
npm install

# Run
npm run dev

Open http://localhost:5173

Project Structure

src/
├── 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

Deployment

Automatic deployment via GitHub Actions on push to master:

  1. Builds production bundle
  2. Deploys to GitHub Pages

Manual build:

npm run build

Contact

License

MIT

About

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors