-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landing Page #104
base: master
Are you sure you want to change the base?
Landing Page #104
Conversation
✅ Deploy Preview for infraboard ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Note Currently processing new changes in this PR. This may take a few minutes, please wait... Files selected for processing (2)
Tip Early Access Features
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- src/pages/index.html (1 hunks)
- src/styles/style.css (1 hunks)
Files skipped from review due to trivial changes (1)
- src/styles/style.css
Additional comments not posted (8)
src/pages/index.html (8)
1-11
: Ensure the HTML document structure is correctly set up.The document type, language, meta tags, and stylesheet links are correctly defined.
14-24
: Review the navigation bar implementation.The navigation bar is well-structured with appropriate links and a call-to-action button. However, consider adding
alt
attributes to icons for accessibility.
26-36
: Check the header section for content and styling.The header section is visually appealing and contains a clear call-to-action. The use of background blurs adds a nice touch. Ensure that the text remains legible on all backgrounds.
38-83
: Evaluate the 'Explore' section for functionality and design.The 'Explore' section is interactive with navigation arrows and cards for different features. Ensure that the links are correctly set up and that the hover effects on the cards are consistent.
85-93
: Assess the 'Class Booking' section.The section is straightforward and promotes a specific service with a booking button. Check that the button links to the correct booking system.
95-126
: Inspect the 'Join' section for user engagement elements.This section effectively uses cards to highlight different aspects of the service. Consider adding more interactive elements like modals or tooltips for a better user experience.
128-160
: Review the 'Pricing' section for clarity and information presentation.The pricing section is clear and informative. The use of cards for different plans is effective. Ensure that all images have
alt
attributes for accessibility.
162-188
: Examine the footer for completeness and functionality.The footer includes contact information, social media links, and additional navigation. Ensure that all links are up-to-date and that the social media icons link to the correct pages.
@Damini2004 Have you check the issue or read the issue #89 . Please read the issue and what framework use to build the landing page . |
Related Issue
#89 #88
Description
As i designed this with the help of HTML,CSS
Type of PR
Screenshots / videos (if applicable)
Checklist:
Additional context:
[Include any additional information or context that might be helpful for reviewers.]
Summary by CodeRabbit
New Features
Style