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

Fix responsive issue in home page "Our Projects" section #1641

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

mkskaushalya
Copy link
Contributor

@mkskaushalya mkskaushalya commented Oct 22, 2024

Purpose

The purpose of this PR is to fix #1640 by making the project section and project cards responsive.

Goals

  • Make the "Our Projects" section and project cards responsive on mobile and tablet screens.
  • Ensure that the layout is flexible and adapts to different screen sizes.

Approach

  • Modified the index.html file to adjust the structure of the project section and cards.
  • Updated the CSS to ensure that the project cards and section are responsive on both mobile and tablet screens.
  • Formatted the index.html file using Prettier code formatter to ensure consistent code styling.

Screenshots

Before:

image
image

After:

image
image
image

Preview Link

https://pr-1641-sef-site.surge.sh/

Checklist

  • I have read and understood the development best practices guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Related PRs

N/A

Learning

Utilized Prettier for code formatting and ensured best practices for responsive design using CSS media queries and flexbox properties.

@mkskaushalya mkskaushalya changed the title Fix responsive issue in home page "Our Projects" section #1640 Fix responsive issue in home page "Our Projects" section Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Responsive issue in home page #projects section
1 participant