Created
June 21, 2026 15:33
-
-
Save cahitbeyaz/9dd1d4527a003f13f90c14303d4fcd99 to your computer and use it in GitHub Desktop.
Hadisi Serif Privacy Policy
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 Gizlilik Politikasi</title> | |
| <style> | |
| :root { | |
| color-scheme: light dark; | |
| --bg: #fbf7ee; | |
| --text: #16221d; | |
| --muted: #5f6b66; | |
| --card: #ffffff; | |
| --border: #ded8ca; | |
| --accent: #0f6b55; | |
| } | |
| @media (prefers-color-scheme: dark) { | |
| :root { | |
| --bg: #111714; | |
| --text: #eef4ef; | |
| --muted: #b5beb8; | |
| --card: #1a221e; | |
| --border: #314039; | |
| --accent: #6fd0b3; | |
| } | |
| } | |
| body { | |
| margin: 0; | |
| background: var(--bg); | |
| color: var(--text); | |
| font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; | |
| } | |
| main { | |
| max-width: 760px; | |
| margin: 0 auto; | |
| padding: 48px 22px 72px; | |
| } | |
| article { | |
| background: var(--card); | |
| border: 1px solid var(--border); | |
| border-radius: 14px; | |
| padding: 28px; | |
| } | |
| h1 { | |
| margin: 0 0 8px; | |
| font-size: 34px; | |
| line-height: 1.2; | |
| } | |
| h2 { | |
| margin: 32px 0 8px; | |
| font-size: 22px; | |
| } | |
| p, li { | |
| color: var(--muted); | |
| } | |
| strong { | |
| color: var(--text); | |
| } | |
| a { | |
| color: var(--accent); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <main> | |
| <article> | |
| <h1>Hadisi Serif Gizlilik Politikasi</h1> | |
| <p><strong>Son guncelleme:</strong> 21 Haziran 2026</p> | |
| <p> | |
| Hadisi Serif, kullanicilarin hadis metinlerini sade bir okuma arayuzunde | |
| okuyabilmesi icin gelistirilmis bir iOS uygulamasidir. Uygulama, okuma | |
| verilerini cihaz uzerinde saklar ve kullanicidan hesap acmasini istemez. | |
| </p> | |
| <h2>Toplanan Veriler</h2> | |
| <p> | |
| Hadisi Serif uygulamasi kullanicidan kisisel veri toplamaz, reklam veya | |
| ucuncu taraf takip sistemi kullanmaz ve uygulama icindeki okuma | |
| aliskanligi verilerini sunuculara gondermez. | |
| </p> | |
| <h2>Cihazda Saklanan Veriler</h2> | |
| <p> | |
| Favoriler, okuma gecmisi, gunluk okuma hedefi, tema tercihi ve benzeri | |
| uygulama tercihleri yalnizca kullanicinin cihazinda saklanir. Bu veriler | |
| uygulamanin okuma deneyimini iyilestirmek icin kullanilir. | |
| </p> | |
| <h2>Ucuncu Taraf Hizmetler</h2> | |
| <p> | |
| Uygulama analiz, reklam, izleme veya kullanici profilleme amacli ucuncu | |
| taraf SDK kullanmaz. | |
| </p> | |
| <h2>Cocuklarin Gizliligi</h2> | |
| <p> | |
| Uygulama cocuklardan bilerek kisisel veri toplamaz. | |
| </p> | |
| <h2>Iletisim</h2> | |
| <p> | |
| Gizlilik politikasi hakkinda sorular icin | |
| <a href="mailto:cahitbeyaz@outlook.com">cahitbeyaz@outlook.com</a> | |
| adresinden iletisime gecebilirsiniz. | |
| </p> | |
| </article> | |
| </main> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment