| 1 | <% content_for :title, "Contact" %> |
| 2 | <% content_for :description, "Get in touch with siGit — report a bug, request a feature, or tell us what broke." %> |
| 3 | |
| 4 | <div class="max-w-3xl mx-auto px-4 sm:px-6 py-16 sm:py-20"> |
| 5 | <div class="text-center mb-12"> |
| 6 | <img src="/icon.png" alt="siGit Code & Deploy" class="mx-auto h-20 w-auto rounded-2xl border border-surface-600 shadow-lg"> |
| 7 | </div> |
| 8 | |
| 9 | <div class="prose-readme"> |
| 10 | <h1>Contact</h1> |
| 11 | |
| 12 | <p> |
| 13 | Found a bug? Have an idea for the platform? Want to tell us something broke |
| 14 | in an interesting way? We are a small team and we read everything. |
| 15 | </p> |
| 16 | |
| 17 | <div class="not-prose my-8 rounded-sm border border-surface-500 border-l-4 border-l-brand-500 bg-surface-800 px-5 py-4"> |
| 18 | <a href="mailto:splitfire@setoelkahfi.se" class="text-lg font-semibold text-brand-500 hover:underline break-all"> |
| 19 | splitfire@setoelkahfi.se |
| 20 | </a> |
| 21 | </div> |
| 22 | |
| 23 | <h2>Good reasons to write</h2> |
| 24 | <ul> |
| 25 | <li>Bug reports, the more specific the better</li> |
| 26 | <li>Feature requests for sigit.si or the siGit Code & Deploy app</li> |
| 27 | <li>Trouble pushing code or publishing an open-weights model</li> |
| 28 | <li>Questions about the desktop app or the Agent Client Protocol integration</li> |
| 29 | <li>Problems with the smbCloud deploy integration</li> |
| 30 | <li>Partnership or collaboration ideas</li> |
| 31 | <li>Anything else, honestly</li> |
| 32 | </ul> |
| 33 | |
| 34 | <p>We are based in Sweden. Response times vary but we do respond.</p> |
| 35 | </div> |
| 36 | |
| 37 | <div class="mt-12 border-t border-surface-600 pt-8 text-center"> |
| 38 | <h2 class="text-lg font-semibold text-gray-100 mb-5">Get the app</h2> |
| 39 | <div class="flex flex-wrap items-center justify-center gap-4"> |
| 40 | <a href="https://apps.apple.com/se/app/sigit-git-client-code-editor/id6753018849" target="_blank" rel="noopener noreferrer" aria-label="Download on the App Store"> |
| 41 | <img src="/images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg" alt="Download on the App Store" class="h-10"> |
| 42 | </a> |
| 43 | <a href="https://play.google.com/store/apps/details?id=xyz.smbcloud.SiGit" target="_blank" rel="noopener noreferrer" aria-label="Get it on Google Play"> |
| 44 | <img src="/images/GetItOnGooglePlay_Badge_Web_color_English.png" alt="Get it on Google Play" class="h-10"> |
| 45 | </a> |
| 46 | <a href="https://apps.microsoft.com/detail/xp9k321rf5mzsz?ocid=webpdpshare" target="_blank" rel="noopener noreferrer" aria-label="Get it from the Microsoft Store"> |
| 47 | <img src="/images/MicrosoftStore_Badge_Web_dark.svg" alt="Get it from the Microsoft Store" class="h-10"> |
| 48 | </a> |
| 49 | </div> |
| 50 | </div> |
| 51 | </div> |