Skip to content

Conversation

@Pushpendra1798
Copy link
Contributor

  • Redesigned the contact section layout
  • Updated GitHub, Discord and Open an Issue buttons
  • Enhanced responsiveness and alignment
  • Fixes Contact Page improvement #222

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Summary

This PR improves the contact section in the footer of the CodeClip web application by restructuring the layout from a basic two-column design to a responsive Bootstrap grid system. The changes transform the contact buttons into a 2x2 grid layout using col-sm-6 responsive columns, which ensures proper stacking on mobile devices while maintaining a side-by-side layout on larger screens.

Key improvements include:

  • Layout restructuring: Contact buttons are now organized in a Bootstrap grid with two rows and four buttons total
  • Link corrections: Fixed the Discord button which was incorrectly pointing to GitHub, and corrected the "Open an Issue" link to point to the proper GitHub issues page
  • New contact option: Added an "Email Us" button with a mailto link to [email protected]
  • Enhanced responsiveness: The new grid system provides better mobile experience and visual balance
  • Contributor attribution: Added recognition for Pushpendra Kumar Shah's contribution under Girls' Summer of Code 2025 in the README

These changes integrate well with CodeClip's existing Bootstrap-based styling system and maintain consistency with the application's responsive design patterns. The footer contact section now provides users with four clear ways to engage with the project: GitHub repository, Discord community, issue reporting, and direct email contact.

Confidence score: 4/5

  • This PR is generally safe to merge with minor concerns about placeholder URLs that need attention before production
  • The confidence score reflects solid implementation with Bootstrap best practices, but the Discord placeholder URL and unverified email address need validation
  • The index.html file needs attention to verify the Discord server URL and email address are correct before merging

2 files reviewed, 1 comment

Edit Code Review Bot Settings | Greptile

<i class="fab fa-github me-2"></i> GitHub
</a>
<a
href="https://discord.gg/your-server-code"
Copy link
Contributor

Choose a reason for hiding this comment

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

style: Discord link uses placeholder URL that needs to be updated with actual server invite code

@Pushpendra1798
Copy link
Contributor Author

PR created and awaiting review: #PRnumber

@Pushpendra1798
Copy link
Contributor Author

Hi, please approve the workflow run when possible. Thank you!

@adityai0 adityai0 merged commit 79104db into opensource-society:main Jul 27, 2025
1 check failed
@Pushpendra1798
Copy link
Contributor Author

Hi, I noticed the PR preview failed. Please let me know if it's something I need to fix. My local build was working fine.

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.

Contact Page improvement

2 participants