Skip to content

Conversation

@Aerospace-prog
Copy link

PR Description:

This PR resolves issue #299 by redesigning the blog article cards on the homepage to use a modern glassmorphism effect.

Key Changes:

  • Glassmorphism Effect: The article cards (.article-card) have been styled to appear as glass panels. This was achieved by:

    • Applying a semi-transparent background (rgba(255, 255, 255, 0.15)).
    • Using a backdrop-filter: blur(10px) to blur the content behind the cards.
    • Adding a subtle, light border (1px solid rgba(255, 255, 255, 0.2)) to define the edges.
    • Implementing a soft box-shadow to create a sense of depth and make the cards appear to float.
  • Background and Legibility:

    • The main <body> background has been updated to use the hero section's background image, providing a textured backdrop for the glass effect to work correctly.
    • The text color for the "Featured Articles" heading and all content inside the cards has been changed to white to ensure high contrast and readability.
  • HTML Cleanup:

    • Removed the shadow-sm class from the article cards in index.html to prevent conflicting styles with the new custom box-shadow.

Screenshots:

IMAGE : 1
image

IMAGE : 2
image

IMAGE : 3
image

@Aerospace-prog Aerospace-prog force-pushed the feat/glassmorphism-cards branch from cdc2054 to 75d8b88 Compare October 7, 2025 14:01
@Aerospace-prog
Copy link
Author

@jineshnagori Also fixed the merge conflicts , now ready to merge in main

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.

1 participant