Skip to content
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

Add responsive landing page with header, main content #204

Closed

Conversation

Che140401
Copy link
Contributor

Purpose

This PR introduces a fully responsive landing page for the application, enhancing the user interface and improving user experience. The new landing page includes a header, main content area, and footer, providing a cohesive design.

Changes Made

  • Created a responsive header component with a logo and a hamburger menu for mobile navigation.
  • Implemented a main content component that features a typewriter effect for the title "Make Learning Fun!" and a glass effect for the subtitle.
  • Added a footer section with social media links (to be defined in the future).
  • Ensured that the layout adapts well on both mobile and desktop devices.
  • Included enhanced hover effects for buttons and images to improve interactivity.

Testing

  • Verified the responsiveness of the landing page on various screen sizes (mobile, tablet, desktop).
  • Tested hover effects and transitions for buttons and images to ensure smooth interaction.

Screenshots

Screenshot 2024-10-12 164254

Uploading video-Aether.mp4…

@samiurprapon samiurprapon added enhancement New feature or request frontend Pull requests that update Python code javascript Pull requests that update Javascript code hacktoberfest Contributions welcome during Hacktoberfest! hacktoberfest-accepted labels Oct 12, 2024
@samiurprapon samiurprapon linked an issue Oct 12, 2024 that may be closed by this pull request
4 tasks
@samiurprapon
Copy link
Owner

@Che140401 Hey, interesting implementation. But I found a few issues with this

  • In mobile view Hamburger menu not working how it should work
  • Content body is not Horizontally centered.

Can you fix this and also add Light/Dark mode, please?

Copy link
Owner

@samiurprapon samiurprapon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • In mobile view Hamburger menu not working how it should work
  • Content body is not Horizontally centered.

@Che140401
Copy link
Contributor Author

Hey @samiurprapon i will to all changes by today

@Che140401 Che140401 closed this Oct 16, 2024
@Che140401 Che140401 force-pushed the feature/homepage-landing branch from 52807bc to 0e94437 Compare October 16, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Pull requests that update Python code hacktoberfest Contributions welcome during Hacktoberfest! hacktoberfest-accepted javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Implement Landing Page
2 participants