diff --git a/content/privacy-policy.md b/content/privacy-policy.md index 5bf743f..a02ff12 100644 --- a/content/privacy-policy.md +++ b/content/privacy-policy.md @@ -6,27 +6,25 @@ draft: false -Cwtch is a surveillance-resistant application. Cwtch has been designed to be metadata-resistant, that is, -it does not leak information about who you are, what you are doing, or who you are communicating with. +Cwtch is a surveillance-resistant application. Cwtch has been designed to be metadata-resistant, that is, it does not leak information about who you are, what you are doing, or who you are communicating with. -Cwtch is developed by the Open Privacy Research Society (Open Privacy for short), a non-profit organization, legally incorporated in -British Columbia, Canada. +Cwtch is developed by the Open Privacy Research Society (Open Privacy for short), a non-profit organization, legally incorporated in British Columbia, Canada. -Open Privacy is strongly committed to protecting your privacy online. We do not, and in many cases cannot, collect information about -who uses Cwtch or how Cwtch is used, subject to the following exceptions: +Open Privacy is strongly committed to protecting your privacy online. We do not, and in many cases cannot, collect information about who uses Cwtch or how Cwtch is used, subject to the following exceptions: ### Bug Reports and Feedback -If you choose to send feedback regarding Cwtch via the app, our issue tracker, -an app store or other medium, we may store your feedback in order to fix any issues described. +If you choose to send feedback regarding Cwtch via the app, our issue tracker, an app store or other medium, we may store your feedback in order to fix any issues described. -Note that if you choose to share an identifier (like an email address, or a cwtch public key) we may use that identifier -to contact you regarding your report or feedback. +Note that if you choose to share an identifier (like an email address, or a cwtch public key) we may use that identifier to contact you regarding your report or feedback. ### Downloads, Usage Statistics and Website Operations -We do not log visits to this website, or direct downloads of Cwtch. If you download Cwtch via a third party appstore, -e.g. Google Play, information about that download is governed by the privacy policy of that third party application. +We do not log unique information (e.g. IP Addresses) regarding visits to this website, including downloads of Cwtch. + +We do log and store aggregate website access logs for the purposes of website maintenance, and related operations. These logs do not contain any identifiable information. + +If you download Cwtch via a third party appstore, e.g. Google Play, information about that download is governed by the privacy policy of that third party application. ## Contact diff --git a/static/images/500x500_white.png b/static/images/500x500_white.png index 2b20cc7..cbbbefb 100644 Binary files a/static/images/500x500_white.png and b/static/images/500x500_white.png differ diff --git a/themes/cwtch/layouts/partials/footer.html b/themes/cwtch/layouts/partials/footer.html index 74a05fa..c3fafdf 100644 --- a/themes/cwtch/layouts/partials/footer.html +++ b/themes/cwtch/layouts/partials/footer.html @@ -3,18 +3,19 @@
-
Research
+
Additional Information
-
Developers
+
Follow Development
@@ -24,7 +25,7 @@
- Made by Open Privacy Research Society + Made by Open Privacy Research Society
diff --git a/themes/cwtch/layouts/partials/header.html b/themes/cwtch/layouts/partials/header.html index bc9ae27..81cea3b 100644 --- a/themes/cwtch/layouts/partials/header.html +++ b/themes/cwtch/layouts/partials/header.html @@ -10,7 +10,6 @@
  • FAQ
  • CODE
  • CHANGELOG
  • -
  • MASTODON
  • GET CWTCH
  • diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index 50f9909..26140d4 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -12,7 +12,7 @@ body { */ nav { - background-color: #281831; + background-color: #1b1b1d; -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); font-family: "Atami Bold"; @@ -79,7 +79,7 @@ h2 { } body { - background-color: #281831; + background-color: #1b1b1d; color:#fff; font-family: "OpenSans Regular"; } @@ -144,14 +144,13 @@ h3 { } footer { - background: #FDF3FC; - color: #281831; + background: #281831; + color: #e3e3e3; padding:20px; margin:0px; margin-top: 10px; width:100%; font-size:0.8em; - } footer h5 { @@ -159,7 +158,7 @@ footer h5 { } a { - color: #fff; + color: #e3e3e3; font-weight: bold; } @@ -200,7 +199,7 @@ li a { } footer a { - color: #281831; + color: #e3e3e3; } .card-body { @@ -251,5 +250,5 @@ h3 { } footer a { - color: #281831 !important; + color: #e3e3e3 !important; } \ No newline at end of file