Skip to content

Commit d414255

Browse files
lwinmoepaingclaude
andcommitted
💄 style: redesign UI with Obsidian Prism theme, update SEO and favicon
- Redesign profile cards with gradient accents, floating dev icons, prismatic borders - Redesign contact page with cursor-tracking spotlight cards - Add Obsidian Prism color palette and custom fonts to Tailwind config - Update SEO image to mmswe-seo.png across all pages - Update favicon to /images/favicon.ico - Add noise texture overlay and global SCSS enhancements - Upgrade blog page with client component split - Refactor components to TypeScript with modern patterns Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 89aebbb commit d414255

45 files changed

Lines changed: 4839 additions & 532 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,11 @@ skills-lock.json
4646
# Dont need package locks
4747
yarn.lock
4848
package-lock.json
49-
pnpm-lock.yaml
49+
pnpm-lock.yaml
50+
51+
screen-shot
52+
53+
# playwright mcp
54+
.playwright-mcp/
55+
56+
/docs

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Key types:
7171
- `:lipstick: style: <description>` — UI/UX changes
7272
- `:recycle: refactor: <description>` — refactoring
7373

74+
## Screenshots
75+
76+
Save all screenshots (including Playwright MCP captures) to the `screen-shot/` folder in the project root.
77+
7478
## CI/CD
7579

7680
GitHub Actions (`.github/workflows/build.yml`): on push/PR to `main`, installs with Bun, builds, deploys to GitHub Pages.

bun.lockb

424 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"framer-motion": "^12.36.0",
4545
"husky": "^8.0.3",
4646
"lint-staged": "^15.0.2",
47+
"lucide-react": "^0.577.0",
4748
"next": "16.1.6",
4849
"next-contentlayer2": "^0.5.8",
4950
"react": "19.2.4",

public/images/favicon.ico

4.19 KB
Binary file not shown.

public/images/mmswe-seo.png

550 KB
Loading

public/images/noise.svg

Lines changed: 6 additions & 0 deletions
Loading

public/seo/favicon-original.png

2.06 MB
Loading

public/seo/mmswe-icon-ico.ico

4.19 KB
Binary file not shown.

public/seo/mmswe-icon-original.png

463 KB
Loading

0 commit comments

Comments
 (0)