feat(website): refine gradient overlay and adjust layout for responsiveness #40
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 pull request focuses on improving the visual presentation and user experience of the landing page and documentation for the Notion Chart Generator project. The main changes include enhancements to the
README.mdfor clearer branding and demo visuals, as well as UI adjustments in key website components to refine layout and responsiveness.README and Documentation Enhancements:
README.mdfor improved branding and first impression. Also, restructured the introductory section to use semantic HTML and included quick access links for website, documentation, and author info.README.mdto showcase basic features, replacing the previous usage demo for better clarity.Website UI Improvements:
HeroSection.tsx, made the white gradient overlay at the bottom visible only on medium screens and above, and increased its height for a smoother fade-out effect. Also, changed the main content container to useh-fitfor better layout flexibility.Footer.tsx, improved the alignment of the heart icon by making it inline, and simplified the container for better styling consistency.HowToUseSection.tsx, added arelative z-10class to the button container to ensure proper stacking and visibility over background elements.