feat: add contact page and footer link#1425
Conversation
|
@KrutagyaKaneria is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
Priyanshu-byte-coder
left a comment
There was a problem hiding this comment.
The contact form simulates submission with a setTimeout delay but doesn't actually send the message anywhere — the try block just waits 700ms and always succeeds. Please either:
- Add a real API route (
/api/contact) that sends the message (e.g. via Resend/email), OR - Replace the form with a redirect to GitHub Issues if no backend is intended.
The supabase.ts and LanguageBreakdown.tsx changes (remove ESLint comment + add role="img") are good — keep those.
Please fix the form submission before this can be merged.
|
Deployment failed with the following error: |
Priyanshu-byte-coder
left a comment
There was a problem hiding this comment.
The contact page UI is well done, but the form submits to a /api/contact endpoint that doesn't exist in the codebase. Please either:
- Add a
/api/contactroute that handles form submissions (e.g. sends an email via Resend/SendGrid, or saves to Supabase), OR - Use a third-party form service (Formspree, etc.) and update the form action accordingly.
Without a working backend, the form will 404 on submit. Please rebase on main after implementing the API route.
d7ff553 to
9dddaaf
Compare
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| - | - | JSON Web Token | c6e7fa1 | .github/workflows/ci.yml | View secret |
| - | - | Generic High Entropy Secret | c6e7fa1 | .github/workflows/ci.yml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Summary
/contactpage with a responsive contact formCloses #1401
Please add the
gssoc:approvedlabel after review if everything looks good.Screencast.From.2026-05-28.18-04-12.mp4