feat(design-system): Python-native theme and core landing page components#177
Merged
DevanshuNEU merged 2 commits intoJan 6, 2026
Conversation
…mponents Part of OpenCodeIntel#167 Added: - lib/python-theme.ts: Python brand colors, syntax highlighting tokens, featured repos config - lib/animations.ts: Comprehensive Framer Motion variants for search, cards, results, buttons - components/ui/GlassCard.tsx: Premium glassmorphism card with hover effects and glow options - components/ui/CodeBlock.tsx: Python syntax highlighting with line numbers and copy functionality - hooks/usePrefersReducedMotion.ts: Accessibility hook for reduced motion preference - hooks/useIsMobile.ts: Responsive design hook for mobile detection - Updated tailwind.config.js with Python colors and syntax tokens The Python theme uses the official Python blue (#4B8BBE) and yellow (#FFD43B) colors that developers recognize from the Python logo. Syntax colors match PyCharm/VS Code for zero cognitive load when reading code.
|
@DevanshuNEU is attempting to deploy a commit to the Dev's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎨 Design System Foundation for Landing Page
Part of Epic #166 - Landing Page Redesign
What's New
Python-Native Theme (
lib/python-theme.ts)#4B8BBE, Yellow#FFD43BAnimation System (
lib/animations.ts)GlassCard Component (
components/ui/GlassCard.tsx)CodeBlock Component (
components/ui/CodeBlock.tsx)Accessibility Hooks
usePrefersReducedMotion: Respects OS motion preferencesuseIsMobile: Responsive breakpoint detectionTailwind Config Updates
Testing
Screenshots
Components ready for integration - will add screenshots after Hero section integration
Next Steps
Closes part of #167