# MoneyPilot Portfolio Site

Standalone frontend portfolio microsite for presenting the MoneyPilot product.

## Files

- `index.html` - landing page structure
- `styles.css` - visual theme and responsive layout
- `script.js` - reveal animation on scroll
- `assets/screenshots/*.svg` - app screenshot preview assets

## Replace with real screenshots

1. Real screenshots ကို `portfolio-site/assets/screenshots/` ထဲ copy လုပ်ပါ
2. `index.html` ထဲ `<img src="...">` paths ကို image filenames နဲ့ကိုက်အောင်ပြောင်းပါ

## Open locally

Option 1: open directly in browser

```bash
xdg-open portfolio-site/index.html
```

Option 2: with local server

```bash
npx serve portfolio-site
```
