Skip to content

Conversation

@Priyanshu2004-Singh
Copy link

This PR fixes invalid JSON in [cardDetails.json]
The following issues were addressed:

  1. Fixed inconsistent/misspelled keys for one contributor entry:
  2. "Profession" -> "profession"
  3. "quota" -> "quote"

Added a missing comma between two contributor objects which caused the JSON parse error at the end of the array.
Normalized the object structure so all contributor entries use consistent key names.
Files changed

Why this change

The malformed JSON prevented consumers (frontend or ingestion scripts) from loading the contributor cards.
Normalized keys improve consistency and reduce runtime errors in code that expects specific field names like profession and quote.

@Priyanshu2004-Singh
Copy link
Author

I have fixed all error working on improving ur ui

@Priyanshu2004-Singh
Copy link
Author

/**

  • Simple Contribution - Modern UI Update
  • Major Updates:
    1. Modern Design System
    • CSS variables for theming
    • Improved color contrast and visibility
    • Dark mode support
    1. Glassmorphism Effects
    • Enhanced navbar with blur and transparency
    • Smooth scroll transitions
    • Modern card hover states
    1. Responsive Layout
    • 3x3 grid system for cards
    • Mobile-first breakpoints (900px, 640px)
    • Improved container widths
    1. Accessibility
    • Better contrast ratios
    • Enhanced focus states
    • Improved text readability
      */

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