Commit Graph

12 Commits

Author SHA1 Message Date
khondokartowsif171 e564b57cc2 feat: show demo & repo links in expanded service cards
Live Demo button appears when svc.demo exists,
View Repo button appears when svc.repo exists.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 15:55:53 +06:00
khondokartowsif171 666fe961d0 merge: resolve nav.jsx conflict — keep active-state hash routing
Kept HEAD version: active link highlighting + #/ hash routes
Discarded origin: simpler version without active states

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 15:52:39 +06:00
khondokartowsif171 5099482fde feat: multi-page routing + AI-Powered Meta Ads service
- Hash router (#/services, #/stack, #/agents, #/timeline, #/contact)
- New pages.jsx: ServicesPage, StackPage, AgentsPage, TimelinePage, ContactPage
- AI-Powered Meta Ads service added (Meta MCP, 5x ROAS, 15-min bid optimization)
- Nav links updated to hash routes with active-state highlighting
- index.html loads pages.jsx before app.jsx

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 15:49:54 +06:00
khondokartowsif171 595942f591 feat: fetch service demo/repo links from Dashboard API
- mergeServices() maps API data (demoUrl, gitRepo, isActive) onto local static data
- sessionStorage cache (5 min TTL) like nav links
- GitHub button becomes a link when gitRepo is set
- Falls back to PORTFOLIO_DATA.services if API is unavailable

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 03:41:52 +06:00
khondokar d27cfb3e1d feat: merge mobile nav, add chatbox widget and dynamic nav links
- Merge mobile-responsive hamburger nav with dynamic API links
- Add ChatboxWidget from dashboard public API
- Nav fetches links from /api/public/links with sessionStorage cache
- Chatbox checks business hours, proxies to AI via dashboard

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 15:27:52 +00:00
khondokartowsif171 189362e78d feat: add chatbox widget and dynamic nav links from dashboard API
- Add ChatboxWidget component (src/chatbox.jsx) with business hours check
- Update nav.jsx to fetch links dynamically from /api/public/links
- Wire ChatboxWidget into app.jsx
- Add chatbox.jsx script tag to index.html

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 21:09:53 +06:00
khondokartowsif171 488c63236c Add MASTER.md — infra status 2026-05-02 (demo deployments, Vercel URLs, VPS console cmds) 2026-05-02 15:55:27 +06:00
khondokartowsif171 a2a11b4850 Add live Vercel demo URLs to service cards 2026-05-02 07:41:56 +06:00
khondokar 6fa0512688 fix: mobile-responsive nav with hamburger menu at 480px 2026-05-01 14:31:09 +00:00
khondokartowsif171 e090f7a6f7 fix: remove stale featured ref in projects, fix command-palette D.projects -> D.services 2026-04-27 18:17:12 +06:00
khondokartowsif171 60cf932aa0 fix: serve .jsx files as application/javascript for Babel standalone 2026-04-27 18:13:05 +06:00
khondokartowsif171 27cdba1cac Phase 3: Aura Agentic AI public site — rebrand, services, bilingual, n8n contact form, Dockerfile 2026-04-27 18:02:25 +06:00