Skip to content

SoeukBondol-ai/portfolio

Repository files navigation

Soeuk Bondol — Portfolio

Personal portfolio of Soeuk Bondol, Data Scientist based in Phnom Penh, Cambodia.

Built with Astro and Tailwind CSS. Deployed via GitHub Pages.


Stack

  • Astro — static site framework
  • Tailwind CSS — utility-first styling
  • Bebas Neue, DM Sans, JetBrains Mono — typography

Project Structure

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   ├── Nav.astro
│   │   ├── Hero.astro
│   │   ├── Projects.astro
│   │   ├── Stack.astro
│   │   ├── Contact.astro
│   │   └── Footer.astro
│   ├── layouts/
│   │   └── Base.astro
│   ├── pages/
│   │   └── index.astro
│   └── styles/
│       └── global.css
├── .github/
│   └── workflows/
│       └── deploy.yml
├── astro.config.mjs
├── tailwind.config.mjs
└── package.json

Commands

Command Action
npm install Install dependencies
npm run dev Start dev server at localhost:4321
npm run build Build production site to ./dist/
npm run preview Preview production build locally

Contact

About

Personal Portfolio

Resources

Stars

Watchers

Forks

Contributors