-
Notifications
You must be signed in to change notification settings - Fork 307
Issue 222 contact page improvements #250
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
Issue 222 contact page improvements #250
Conversation
Pushpendra1798
commented
Jul 27, 2025
- Redesigned the contact section layout
- Updated GitHub, Discord and Open an Issue buttons
- Enhanced responsiveness and alignment
- Fixes Contact Page improvement #222
There was a problem hiding this 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.htmlfile needs attention to verify the Discord server URL and email address are correct before merging
2 files reviewed, 1 comment
| <i class="fab fa-github me-2"></i> GitHub | ||
| </a> | ||
| <a | ||
| href="https://discord.gg/your-server-code" |
There was a problem hiding this comment.
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
|
PR created and awaiting review: #PRnumber |
|
Hi, please approve the workflow run when possible. Thank you! |
|
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. |