feat: add two CTA sections to homepage#21
Open
VGSML wants to merge 2 commits into
Open
Conversation
Added two call-to-action sections to improve user engagement: 1. "Try Hugr in Your Workspace" - positioned after Use Cases section - Encourages users to try Hugr with full implementation support - Includes buttons to open GitHub issues and start discussions - Styled with gradient background for visual prominence 2. "Join Our Community" - positioned before DuckDB section - Invites developers to contribute to the open-source project - Links to contribution guide and GitHub discussions - Features project logo on desktop, hidden on mobile for better UX - Responsive design with image hidden on screens < 768px Both sections follow the existing design language and are fully responsive.
…miQY Resolved conflicts by integrating both CTA sections and Setup/FAQ sections: - TryHugrCTA: placed after Use Cases section - SetupSection and FAQSection: added from main - JoinUsCTA: positioned after FAQ and before DuckDB section All sections are now properly ordered and functional.
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.
Added two call-to-action sections to improve user engagement:
"Try Hugr in Your Workspace" - positioned after Use Cases section
"Join Our Community" - positioned before DuckDB section
Both sections follow the existing design language and are fully responsive.