|
| 1 | +--- |
| 2 | +layout: base.njk |
| 3 | +title: Support |
| 4 | +--- |
| 5 | + |
| 6 | +<section class="content-hero"> |
| 7 | + <img src="/assets/hero-bg.jpg" alt="Abstract technical background pattern" class="content-hero-bg" /> |
| 8 | + |
| 9 | + <div class="content-hero-inner"> |
| 10 | + <h1>SUPPORT</h1> |
| 11 | + |
| 12 | + <div style="background: white; padding: 30px; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);"> |
| 13 | + <div style="display: flex; align-items: center; gap: 30px; flex-wrap: wrap;"> |
| 14 | + <img src="/assets/goose-headphones-384.png" alt="Support Goose" style="width: 150px; height: 150px; flex-shrink: 0;" /> |
| 15 | + <div style="flex: 1; min-width: 250px;"> |
| 16 | + <p style="margin: 0 0 10px 0; font-size: 24px; font-weight: 700; color: #333;">WE'RE HERE TO HELP</p> |
| 17 | + <p style="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">Whether you have questions, need technical assistance, or want to provide feedback, we've got you covered.</p> |
| 18 | + </div> |
| 19 | + </div> |
| 20 | + </div> |
| 21 | + |
| 22 | + <div style="background: var(--black); border: 8px solid var(--cyan); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);"> |
| 23 | + <h2 style="margin-top: 0;">DOCUMENTATION</h2> |
| 24 | + <p>Looking for guides, tutorials, or technical documentation? Check out our comprehensive docs:</p> |
| 25 | + <p style="margin-bottom: 0;"><a href="https://docs.ready-to-review.dev" style="font-size: 18px; font-weight: 600;">docs.ready-to-review.dev</a></p> |
| 26 | + </div> |
| 27 | + |
| 28 | + <div style="background: var(--black); border: 8px solid var(--yellow); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);"> |
| 29 | + <h2 style="margin-top: 0;">GET SUPPORT</h2> |
| 30 | + <p>Need help with an issue? Have a feature request? We use GitHub Issues to track support requests and ensure nothing falls through the cracks.</p> |
| 31 | + <a href="https://github.com/codeGROOVE-dev/support/issues/new?template=support-request.md" class="cta-button" style="display: inline-block; background: var(--yellow); color: var(--black); padding: 15px 30px; text-decoration: none; font-weight: 700; font-size: 18px; border-radius: 8px; margin-top: 10px; transition: transform 0.2s ease;">CREATE SUPPORT REQUEST</a> |
| 32 | + </div> |
| 33 | + |
| 34 | + <div style="background: var(--black); border: 8px solid var(--cyan); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);"> |
| 35 | + <h2 style="margin-top: 0;">OTHER WAYS TO REACH US</h2> |
| 36 | + <ul style="font-size: 16px; line-height: 1.8;"> |
| 37 | + <li><strong>Email:</strong> <a href="mailto:t@codegroove.dev">t@codegroove.dev</a></li> |
| 38 | + <li><strong>Security Issues:</strong> See our <a href="/.well-known/security.txt">security.txt</a></li> |
| 39 | + <li><strong>Book a Call:</strong> <a href="https://calendar.app.google/TbQmeX8iWnvx6Ci89">Schedule time with us</a></li> |
| 40 | + </ul> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | +</section> |
0 commit comments