Skip to content

Commit add8291

Browse files
committed
update
1 parent ca59f7f commit add8291

File tree

8 files changed

+724
-12
lines changed

8 files changed

+724
-12
lines changed

docs/en.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h2 class="section-title">Developer</h2>
314314
<div class="developer-content">
315315
<div class="developer-card">
316316
<div class="developer-avatar">
317-
<img src="https://pbs.twimg.com/profile_images/1955607988506370048/I90kewyU_400x400.png" alt="Hakan Çelik" class="avatar-image">
317+
<img src="https://pbs.twimg.com/profile_images/1961105761280327681/Ki-AhLK9_400x400.jpg" alt="Hakan Çelik" class="avatar-image">
318318
</div>
319319
<div class="developer-info">
320320
<h3>Hakan Çelik</h3>
@@ -366,7 +366,20 @@ <h2>Download Now</h2>
366366
</div>
367367
</section>
368368

369-
369+
<!-- Footer -->
370+
<footer class="footer">
371+
<div class="container">
372+
<div class="footer-content">
373+
<div class="footer-links">
374+
<a href="privacy-en.html">Privacy Policy</a>
375+
<a href="terms-en.html">Terms of Use</a>
376+
</div>
377+
<div class="footer-copyright">
378+
<p>&copy; 2025 Vakit Team. All rights reserved.</p>
379+
</div>
380+
</div>
381+
</div>
382+
</footer>
370383

371384
<script src="language-detection.js"></script>
372385
<script src="translations.js"></script>

docs/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h2 class="section-title">Geliştirici</h2>
314314
<div class="developer-content">
315315
<div class="developer-card">
316316
<div class="developer-avatar">
317-
<img src="https://pbs.twimg.com/profile_images/1955607988506370048/I90kewyU_400x400.png" alt="Hakan Çelik" class="avatar-image">
317+
<img src="https://pbs.twimg.com/profile_images/1961105761280327681/Ki-AhLK9_400x400.jpg" alt="Hakan Çelik" class="avatar-image">
318318
</div>
319319
<div class="developer-info">
320320
<h3>Hakan Çelik</h3>
@@ -366,7 +366,20 @@ <h2>Hemen İndirin</h2>
366366
</div>
367367
</section>
368368

369-
369+
<!-- Footer -->
370+
<footer class="footer">
371+
<div class="container">
372+
<div class="footer-content">
373+
<div class="footer-links">
374+
<a href="privacy.html">Gizlilik Politikası</a>
375+
<a href="terms.html">Kullanım Şartları</a>
376+
</div>
377+
<div class="footer-copyright">
378+
<p>&copy; 2025 Vakit Team. Tüm hakları saklıdır.</p>
379+
</div>
380+
</div>
381+
</div>
382+
</footer>
370383

371384
<script src="language-detection.js"></script>
372385
<script src="translations.js"></script>

docs/privacy-en.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245

246246
<div class="privacy-header">
247247
<h1 class="privacy-title">Vakit – Privacy Policy</h1>
248-
<p class="privacy-subtitle">Vakit respects your privacy. We only collect necessary data to calculate prayer times, determine qibla direction, and send local reminders. No personal data leaves your device.</p>
248+
<p class="privacy-subtitle">Vakit respects your privacy. We collect only the data needed to calculate prayer times, determine Qibla direction, and send local reminders. For premium users, no personal data ever leaves your device. For free users, limited data may be collected to improve the advertising experience.</p>
249249
<p class="privacy-last-updated">Last updated: 2025</p>
250250
</div>
251251

@@ -293,6 +293,12 @@ <h2>1. Information We Collect</h2>
293293
<td>UserDefaults</td>
294294
<td>Until reset or app deleted</td>
295295
</tr>
296+
<tr>
297+
<td><strong>Advertising Data</strong></td>
298+
<td>Show personalized ads for free users</td>
299+
<td>Google AdMob (third-party)</td>
300+
<td>Limited time for ad optimization</td>
301+
</tr>
296302
</tbody>
297303
</table>
298304

@@ -312,13 +318,13 @@ <h2>2. How We Use Your Data</h2>
312318
</ul>
313319

314320
<div class="privacy-highlight">
315-
<p><strong>Assurance:</strong> No analytics, ad frameworks, or remote servers are used.</p>
321+
<p><strong>Assurance:</strong> For premium users, no analytics, advertising frameworks, or remote servers are contacted.</p>
316322
</div>
317323
</div>
318324

319325
<div class="privacy-section">
320326
<h2>3. Data Sharing & Third Parties</h2>
321-
<p>We do not share, sell, or transfer your data with anyone.</p>
327+
<p>For premium users, we do not share, sell, or transmit your data to anyone. For free users, limited data sharing with Google AdMob may occur to improve the advertising experience.</p>
322328
</div>
323329

324330
<div class="privacy-section">
@@ -329,8 +335,10 @@ <h2>4. Security</h2>
329335
<div class="privacy-section">
330336
<h2>5. Your Choices & Controls</h2>
331337
<ul>
332-
<li><strong>iOS Settings</strong> → Vakit section to cancel Location, Motion, or Notification permissions anytime.</li>
333-
<li><strong>Delete all data</strong> by deleting the app.</li>
338+
<li><strong>Revoke Location, Motion, or Notifications</strong> at any time in iOS Settings → Vakit.</li>
339+
<li><strong>Disable ad tracking</strong> in iOS Settings → Privacy & Security → App Tracking Transparency.</li>
340+
<li><strong>Purchase Premium</strong> to completely disable ads and data collection.</li>
341+
<li><strong>Delete the app</strong> to remove all stored data.</li>
334342
</ul>
335343
</div>
336344

docs/privacy.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245

246246
<div class="privacy-header">
247247
<h1 class="privacy-title">Vakit – Gizlilik Politikası</h1>
248-
<p class="privacy-subtitle">Vakit gizliliğinize saygı duyar. Yalnızca namaz vakitlerini hesaplamak, kıble yönünü belirlemek ve yerel hatırlatıcılar göndermek için gerekli verileri toplarız. Hiçbir kişisel veri cihazınızdan ayrılmaz.</p>
248+
<p class="privacy-subtitle">Vakit gizliliğinize saygı duyar. Yalnızca namaz vakitlerini hesaplamak, kıble yönünü belirlemek ve yerel hatırlatıcılar göndermek için gerekli verileri toplarız. Premium kullanıcılar için hiçbir kişisel veri cihazınızdan ayrılmaz. Ücretsiz kullanıcılar için reklam deneyimini iyileştirmek amacıyla sınırlı veri toplanabilir.</p>
249249
<p class="privacy-last-updated">Son güncelleme: 2025</p>
250250
</div>
251251

@@ -293,6 +293,12 @@ <h2>1. Topladığımız Bilgiler</h2>
293293
<td>UserDefaults</td>
294294
<td>Sıfırlanana veya uygulama silinene kadar</td>
295295
</tr>
296+
<tr>
297+
<td><strong>Reklam verisi</strong></td>
298+
<td>Ücretsiz kullanıcılar için kişiselleştirilmiş reklamlar göstermek</td>
299+
<td>Google AdMob (üçüncü taraf)</td>
300+
<td>Reklam optimizasyonu için sınırlı süre</td>
301+
</tr>
296302
</tbody>
297303
</table>
298304

@@ -312,13 +318,13 @@ <h2>2. Verilerinizi Nasıl Kullanıyoruz</h2>
312318
</ul>
313319

314320
<div class="privacy-highlight">
315-
<p><strong>Güvence:</strong> Analitik, reklam çerçeveleri veya uzak sunucular kullanılmaz.</p>
321+
<p><strong>Güvence:</strong> Premium kullanıcılar için analitik, reklam çerçeveleri veya uzak sunucular kullanılmaz.</p>
316322
</div>
317323
</div>
318324

319325
<div class="privacy-section">
320326
<h2>3. Veri Paylaşımı & Üçüncü Taraflar</h2>
321-
<p>Verilerinizi hiç kimseyle paylaşmıyor, satmıyor veya aktarmıyoruz.</p>
327+
<p>Premium kullanıcılar için verilerinizi hiç kimseyle paylaşmıyor, satmıyor veya aktarmıyoruz. Ücretsiz kullanıcılar için reklam deneyimini iyileştirmek amacıyla Google AdMob ile sınırlı veri paylaşımı yapılabilir.</p>
322328
</div>
323329

324330
<div class="privacy-section">
@@ -330,6 +336,8 @@ <h2>4. Güvenlik</h2>
330336
<h2>5. Seçimleriniz & Kontrolleriniz</h2>
331337
<ul>
332338
<li><strong>iOS Ayarları</strong> → Vakit bölümünden Konum, Hareket veya Bildirim izinlerini istediğiniz zaman iptal edin.</li>
339+
<li><strong>iOS Ayarları</strong> → Gizlilik ve Güvenlik → App Tracking Transparency'den reklam takibini kapatabilirsiniz.</li>
340+
<li><strong>Premium satın alarak</strong> reklamları ve veri toplamayı tamamen devre dışı bırakabilirsiniz.</li>
333341
<li><strong>Tüm verileri kaldırmak</strong> için uygulamayı silin.</li>
334342
</ul>
335343
</div>

docs/sitemap.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,34 @@
3636
<changefreq>monthly</changefreq>
3737
<priority>0.9</priority>
3838
</url>
39+
<url>
40+
<loc>https://vakit.hakancelik.dev/en.html</loc>
41+
<lastmod>2025-01-27</lastmod>
42+
<changefreq>weekly</changefreq>
43+
<priority>0.8</priority>
44+
</url>
45+
<url>
46+
<loc>https://vakit.hakancelik.dev/privacy.html</loc>
47+
<lastmod>2025-01-27</lastmod>
48+
<changefreq>monthly</changefreq>
49+
<priority>0.3</priority>
50+
</url>
51+
<url>
52+
<loc>https://vakit.hakancelik.dev/privacy-en.html</loc>
53+
<lastmod>2025-01-27</lastmod>
54+
<changefreq>monthly</changefreq>
55+
<priority>0.3</priority>
56+
</url>
57+
<url>
58+
<loc>https://vakit.hakancelik.dev/terms.html</loc>
59+
<lastmod>2025-01-27</lastmod>
60+
<changefreq>monthly</changefreq>
61+
<priority>0.3</priority>
62+
</url>
63+
<url>
64+
<loc>https://vakit.hakancelik.dev/terms-en.html</loc>
65+
<lastmod>2025-01-27</lastmod>
66+
<changefreq>monthly</changefreq>
67+
<priority>0.3</priority>
68+
</url>
3969
</urlset>

docs/styles.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,4 +820,52 @@ html {
820820
.social-link:focus {
821821
outline: 2px solid var(--primary);
822822
outline-offset: 2px;
823+
}
824+
825+
/* Footer Styles */
826+
.footer {
827+
background: var(--card-background);
828+
border-top: 1px solid rgba(0, 0, 0, 0.1);
829+
padding: 40px 0;
830+
margin-top: 80px;
831+
}
832+
833+
.footer-content {
834+
display: flex;
835+
justify-content: space-between;
836+
align-items: center;
837+
flex-wrap: wrap;
838+
gap: 20px;
839+
}
840+
841+
.footer-links {
842+
display: flex;
843+
gap: 30px;
844+
}
845+
846+
.footer-links a {
847+
color: var(--text-secondary);
848+
text-decoration: none;
849+
font-weight: 500;
850+
transition: color 0.3s ease;
851+
}
852+
853+
.footer-links a:hover {
854+
color: var(--primary);
855+
}
856+
857+
.footer-copyright {
858+
color: var(--text-secondary);
859+
font-size: 0.9rem;
860+
}
861+
862+
@media (max-width: 768px) {
863+
.footer-content {
864+
flex-direction: column;
865+
text-align: center;
866+
}
867+
868+
.footer-links {
869+
justify-content: center;
870+
}
823871
}

0 commit comments

Comments
 (0)