Skip to content

Commit ddb6f94

Browse files
author
huycozy
committed
Add favicon link to multiple HTML pages and style for policy notes
1 parent 08cf980 commit ddb6f94

5 files changed

Lines changed: 38 additions & 9 deletions

File tree

assets/css/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,20 @@ footer {
412412
margin-bottom: 2rem;
413413
}
414414

415+
.policy-note {
416+
padding: 0.85rem 1rem;
417+
border-left: 3px solid var(--accent);
418+
border-radius: 0.5rem;
419+
background: rgba(99, 102, 241, 0.08);
420+
color: #c7d2fe;
421+
font-size: 0.95rem;
422+
line-height: 1.5;
423+
}
424+
425+
.policy-note strong {
426+
color: var(--text-primary);
427+
}
428+
415429
/* Mobile Responsive */
416430
@media (max-width: 768px) {
417431
h1 {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
content="Netshare is a free, open-source app to securely share files between two computers or between a computer and mobile device over the same Wi-Fi, without relying on the internet.">
1010

1111
<!-- Favicon -->
12-
<link rel="icon" type="image/x-icon" href="assets/images/appicon.ico">
12+
<link rel="icon" type="image/x-icon" href="/assets/images/appicon.ico">
1313

1414
<!-- Google Fonts -->
1515
<link rel="preconnect" href="https://fonts.googleapis.com">

privacy/index.html

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Privacy Policy - Netshare</title>
88
<meta name="description" content="Privacy Policy for Netshare application.">
9+
<link rel="icon" type="image/x-icon" href="/assets/images/appicon.ico">
910
<link rel="preconnect" href="https://fonts.googleapis.com">
1011
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1112
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
@@ -27,24 +28,36 @@
2728
<main class="policy-page">
2829
<div class="container policy-content">
2930
<h1>Privacy Policy</h1>
30-
<p><strong>Last updated:</strong> January 22, 2026</p>
31+
<p><strong>Last updated:</strong> May 18, 2026</p>
3132

3233
<p>Netshare respects your privacy and is designed with privacy as a core principle.</p>
3334

3435
<h2>1. Data Collection</h2>
35-
<p>Netshare does not collect, store, or transmit your personal data to any external servers by default.</p>
36+
<p>Netshare does not collect, store, or transmit the files you share to any external servers.</p>
3637
<p>The application operates primarily within your local network and does not require user accounts or cloud
3738
services.</p>
3839

3940
<h2>2. File Transfers</h2>
4041
<p>All file transfers occur directly between devices on the same network.</p>
4142
<p>Transferred data is not routed through third-party servers operated by Netshare.</p>
4243

43-
<h2>3. Analytics & Tracking</h2>
44-
<p>Netshare does not use third-party analytics, advertising SDKs, or tracking technologies.</p>
44+
<h2>3. Firebase Analytics, Crashlytics, and Google Ads</h2>
45+
<p>Netshare uses Firebase Analytics and Firebase Crashlytics to understand app usage, monitor stability, and
46+
diagnose failures. Depending on how the app is used and configured, these services may process
47+
information such as app-instance identifiers, session and usage statistics, approximate geolocation,
48+
device and app information, stack traces, relevant app state, and device metadata associated with crashes
49+
or errors. Netshare uses this information only to monitor performance, investigate bugs and crashes, and
50+
improve app quality. It is used only for app analytics, diagnostics, and stability improvement.</p>
51+
<p>Netshare may also use Google Ads services to display and measure ads in the app. Depending on
52+
configuration, these services may process data such as device and app information, identifiers,
53+
approximate location, ad-interaction data, and performance information to support ad delivery, fraud
54+
prevention, and measurement. Where required, ad-related processing is subject to applicable user consent
55+
and platform privacy settings.</p>
56+
<p class="policy-note"><strong>Note:</strong> Firebase, Crashlytics, and Google Ads are integrated only in
57+
official app-store builds, not in the open-source project source code.</p>
4558

4659
<h2>4. Internet Access</h2>
47-
<p>Internet access is not required for core functionality.</p>
60+
<p>Internet access is not required for core local file-transfer functionality.</p>
4861
<p>If optional online features are introduced in the future, they will be clearly disclosed and governed by
4962
updated policies.</p>
5063

@@ -74,4 +87,4 @@ <h2>7. Contact</h2>
7487
<script src="../assets/js/main.js"></script>
7588
</body>
7689

77-
</html>
90+
</html>

support/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Support - Netshare</title>
88
<meta name="description" content="Get support for Netshare.">
9+
<link rel="icon" type="image/x-icon" href="/assets/images/appicon.ico">
910
<link rel="preconnect" href="https://fonts.googleapis.com">
1011
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1112
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
@@ -61,4 +62,4 @@ <h3>Contact Us</h3>
6162
<script src="../assets/js/main.js"></script>
6263
</body>
6364

64-
</html>
65+
</html>

terms/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Terms of Use - Netshare</title>
88
<meta name="description" content="Terms of Use for Netshare application.">
9+
<link rel="icon" type="image/x-icon" href="/assets/images/appicon.ico">
910
<link rel="preconnect" href="https://fonts.googleapis.com">
1011
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1112
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
@@ -81,4 +82,4 @@ <h2>8. Contact</h2>
8182
<script src="../assets/js/main.js"></script>
8283
</body>
8384

84-
</html>
85+
</html>

0 commit comments

Comments
 (0)