feat: Transform portfolio to streaming platform UI#27
Draft
ToyLikePeopleMakeMeBoyLike wants to merge 1 commit intovatsalsinghkv:mainfrom
Draft
feat: Transform portfolio to streaming platform UI#27ToyLikePeopleMakeMeBoyLike wants to merge 1 commit intovatsalsinghkv:mainfrom
ToyLikePeopleMakeMeBoyLike wants to merge 1 commit intovatsalsinghkv:mainfrom
Conversation
This commit transforms the existing portfolio frontend into a user interface
resembling a streaming platform.
Key changes include:
- **Theming:**
- Implemented a new dark blue color palette (e.g., navy backgrounds,
cyan accents) replacing the original portfolio and an intermediate
black theme, based on your feedback.
- Ensured theme consistency across global styles and components.
- **Content & Structure:**
- Updated content files (`platform.ts`, `hero.ts`, `featured-videos.ts`)
with placeholder data suitable for a streaming service.
- Restructured the main page layout to display a Hero section and a
"Featured Videos" section, removing portfolio-specific sections
(About, Skills, Experience, Contact, Projects).
- Updated Navbar and Footer with streaming platform branding, navigation
links (Home, TV Shows, Movies, My List), and relevant footer information.
- **Component Redesign:**
- Revamped the Hero section with cinematic styling and updated CTA.
- Repurposed "Featured Projects" to "Featured Videos," updating titles
and data sources.
- Transformed "Project Cards" into "Video Cards" displaying thumbnails,
titles, genres, durations, and a play icon on hover.
- **Code Cleanup:**
- Removed unused portfolio-specific container components, content files,
and type definitions.
- **UX Enhancements:**
- Reviewed and confirmed existing animations (framer-motion) and
interactive feedback (hover/focus states).
- Added a subtle active press effect to the Hero CTA button.
The application now presents a cohesive initial UI for a streaming
platform, focusing on visual and structural changes as per the requirements.
All mentions of "portfolio" have been removed from the user-facing interface.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Owner
|
@ToyLikePeopleMakeMeBoyLike the vercel preview is failed so unable to see the working of your changes could you share the images |
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.
This commit transforms the existing portfolio frontend into a user interface resembling a streaming platform.
Key changes include:
Theming:
Content & Structure:
platform.ts,hero.ts,featured-videos.ts) with placeholder data suitable for a streaming service.Component Redesign:
Code Cleanup:
UX Enhancements:
The application now presents a cohesive initial UI for a streaming platform, focusing on visual and structural changes as per the requirements. All mentions of "portfolio" have been removed from the user-facing interface.