Skip to content

Overhaul portfolio UX with cinematic motion system and stronger technical SEO foundations#5

Draft
Upendra11223 with Copilot wants to merge 4 commits into
mainfrom
copilot/redesign-portfolio-website
Draft

Overhaul portfolio UX with cinematic motion system and stronger technical SEO foundations#5
Upendra11223 with Copilot wants to merge 4 commits into
mainfrom
copilot/redesign-portfolio-website

Conversation

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

The site needed a complete visual and interaction reset plus stronger SEO implementation. This PR replaces the existing presentation layer with a new cinematic UI system and upgrades metadata/structured signals to improve discoverability.

  • UI + Information Architecture

    • Reworked index.html into clearer, scan-friendly sections (hero, work, research, about, contact).
    • Updated content hierarchy, CTA placement, and card/timeline layouts for faster narrative flow.
    • Improved semantic structure and accessibility-oriented markup (sectioning, labels, descriptive image alt text).
  • Styling + Motion Language

    • Replaced styles.css with a new design system (color tokens, glass panels, gradients, typography, responsive spacing).
    • Introduced cinematic motion elements (noise/vignette/orbs, reveal transitions, hover depth, magnetic CTA behavior).
    • Added robust responsive behavior and reduced-motion handling to keep effects performant and optional.
  • Client-Side Interaction Layer

    • Rebuilt script.js to drive new interactions: theme toggle persistence, scroll progress bar, section-aware nav highlighting, reveal observers, animated counters, and tilt/magnetic micro-interactions.
    • Kept behavior framework-free and aligned with the repo’s static architecture.
  • SEO + Social Preview Improvements

    • Expanded head metadata: title, description, keywords, canonical, robots directives.
    • Added richer Open Graph and Twitter card tags for share previews.
    • Upgraded structured data to a graph (Person, WebSite, ItemList) for clearer entity/project signaling.
    • Refreshed sitemap.xml recency and crawl hints (lastmod, changefreq, priority).
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    { "@type": "Person", "name": "Upendra Khanal", "url": "https://upendrakhanal.com.np" },
    { "@type": "WebSite", "name": "Upendra Khanal Portfolio", "url": "https://upendrakhanal.com.np" },
    { "@type": "ItemList", "name": "Featured Projects" }
  ]
}
</script>

Copilot AI changed the title [WIP] Redesign portfolio website for modern and professional look Redesign portfolio UI with immersive dark theme, 3D card interactions, and richer project showcase Jul 10, 2026
Copilot AI requested a review from Upendra11223 July 10, 2026 04:47
Copilot AI changed the title Redesign portfolio UI with immersive dark theme, 3D card interactions, and richer project showcase Redesign portfolio with cinematic motion system, 3D interactions, and richer project showcase Jul 10, 2026
Copilot AI changed the title Redesign portfolio with cinematic motion system, 3D interactions, and richer project showcase Overhaul portfolio UX with cinematic motion system and stronger technical SEO foundations Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants