Prompt file imported from hiteshsai/hiteshsai.github.io (
.github/prompts/modernize.prompt.md). Copyright stays with the author.
Improve Portfolio Site
Improve hiteshsai.github.io as a modern, fast, accessible personal portfolio.
Owner
- Name: Venkata Sai Hitesh Jonnalagadda
- Role: Product Manager at Microsoft
- GitHub: hiteshsai
- LinkedIn: saihitesh
Current Stack
- Vanilla HTML, CSS, and JavaScript
- No framework and no runtime dependencies
- Static output only, compatible with GitHub Pages
- Custom CSS design system with light/dark themes
Improvement Priorities
Content
- Keep the hero, metadata, schema.org data, manifest, and visible copy aligned with Product Manager at Microsoft positioning.
- Emphasize AI engineering, cloud security, and enterprise delivery.
- Keep prior SRE, startup, MBA, and ML experience as supporting career context.
- Avoid adding private Microsoft/internal details.
Quality
- Preserve semantic HTML5 landmarks and one clear
h1. - Ensure ARIA labels and states stay accurate.
- Keep keyboard navigation and visible focus states working.
- Respect
prefers-reduced-motion. - Use optimized images with explicit dimensions and meaningful alt text.
Performance
- Keep JavaScript minimal and dependency-free.
- Avoid adding analytics or trackers unless explicitly requested.
- Avoid introducing a framework unless the site outgrows the current static architecture.
Maintainability
- Keep documentation accurate with the actual implementation.
- Prefer small, focused edits to
index.html,css/style.css, andjs/main.js. - If validation tooling is added, keep it lightweight and dependency-free.