Created
June 21, 2026 15:36
-
-
Save cahitbeyaz/f95fe21ae617efc60fa7ce483e3fddf3 to your computer and use it in GitHub Desktop.
Hadisi Serif Support
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
| <!doctype html> | |
| <html lang="tr"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Hadisi Serif Destek</title> | |
| <style> | |
| :root { | |
| color-scheme: light dark; | |
| --bg: #f8f4eb; | |
| --text: #10231d; | |
| --muted: #64736c; | |
| --card: #fffdf8; | |
| --accent: #0f6b53; | |
| --border: #ded8ca; | |
| } | |
| @media (prefers-color-scheme: dark) { | |
| :root { | |
| --bg: #111813; | |
| --text: #f4efe4; | |
| --muted: #b3bcae; | |
| --card: #18231d; | |
| --accent: #67d6ac; | |
| --border: #34423a; | |
| } | |
| } | |
| body { | |
| margin: 0; | |
| background: var(--bg); | |
| color: var(--text); | |
| font: 17px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; | |
| } | |
| main { | |
| max-width: 720px; | |
| margin: 0 auto; | |
| padding: 48px 22px; | |
| } | |
| section { | |
| background: var(--card); | |
| border: 1px solid var(--border); | |
| border-radius: 18px; | |
| padding: 24px; | |
| } | |
| h1 { | |
| font-size: 34px; | |
| line-height: 1.15; | |
| margin: 0 0 12px; | |
| } | |
| h2 { | |
| font-size: 22px; | |
| margin: 28px 0 8px; | |
| } | |
| p { | |
| margin: 0 0 14px; | |
| } | |
| a { | |
| color: var(--accent); | |
| font-weight: 700; | |
| } | |
| .muted { | |
| color: var(--muted); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <main> | |
| <section> | |
| <h1>Hadisi Serif Destek</h1> | |
| <p class="muted">Hadisi Serif, Kütüb-i Sitte hadislerini sade bir okuma deneyimiyle sunan iPhone ve iPad uygulamasıdır.</p> | |
| <h2>Destek</h2> | |
| <p>Uygulama ile ilgili soru, hata bildirimi veya geri bildirim için bize e-posta gönderebilirsiniz.</p> | |
| <p><a href="mailto:cahitbeyaz@outlook.com">cahitbeyaz@outlook.com</a></p> | |
| <h2>Gizlilik</h2> | |
| <p>Uygulama reklam, takip veya analitik kullanmaz. Favoriler, okuma geçmişi ve ayarlar cihazınızda yerel olarak saklanır.</p> | |
| <p><a href="https://gist.github.com/cahitbeyaz/9dd1d4527a003f13f90c14303d4fcd99">Gizlilik politikasını aç</a></p> | |
| </section> | |
| </main> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment