feat: Add contact page with enhanced form styling and Formspree integ…#178
Merged
chris-stinemetz merged 1 commit intotestfrom Jan 15, 2026
Merged
feat: Add contact page with enhanced form styling and Formspree integ…#178chris-stinemetz merged 1 commit intotestfrom
chris-stinemetz merged 1 commit intotestfrom
Conversation
…ration - Create comprehensive contact page with glassmorphism theme - Integrate Formspree contact form with endpoint xojjvnkd - Add Discord community link and GitHub repository links - Implement themed icon backgrounds for contact methods - Enhanced submit button with multi-layered shadows and hover effects - Add responsive design with mobile-friendly layout - Update navigation to include Contact page link - Style enhancements for better visual hierarchy and accessibility Features: - Professional contact form with validation and loading states - Themed icons with gradients (GitHub, Discord, Open Source) - Enhanced button styling with shimmer effects and depth - Discord community integration - Mobile-responsive design - Glassmorphism visual effects throughout
🤖 Augment PR SummarySummary: Adds a dedicated Contact page and surfaces it from the home page and docs navigation. Changes:
Technical Notes: Form submission is performed via client-side 🤖 Was this summary useful? React with 👍 or 👎 |
| <a | ||
| href="https://github.com/m1rl0k/Context-Engine" | ||
| class="btn-secondary btn-github" | ||
| target="_blank" |
| </div> | ||
| </div> | ||
|
|
||
| <form class="contact-form glass" onsubmit={handleSubmit}> |
| const response = await fetch('https://formspree.io/f/xojjvnkd', { | ||
| method: 'POST', | ||
| headers: { | ||
| 'Content-Type': 'application/json' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ration
Features: