Replace new logo, tweak color schemes to align with documentation

This commit is contained in:
Sarah Jamie Lewis 2022-12-29 14:44:00 -08:00
parent b59cad9992
commit aff0a4d5bb
5 changed files with 23 additions and 26 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -3,18 +3,19 @@
<div class="row">
<div class="col-4 col-md">
<h5>Research</h5>
<h5>Additional Information</h5>
<ul class="list-unstyled text-small">
<li><a href="https://docs.cwtch.im/">Handbook</a></li>
<li><a href="https://docs.openprivacy.ca/cwtch-security-handbook/">Security Handbook</a></li>
<li><a href="https://openprivacy.ca/research/OPTR2019-01/">Token Based Services</a></li>
</ul>
</div>
<div class="col-4 col-md">
<h5>Developers</h5>
<h5>Follow Development</h5>
<ul class="list-unstyled text-small">
<li><a href="https://git.openprivacy.ca/cwtch.im/">Code</a></li>
<li><a href="https://git.openprivacy.ca/cwtch.im/">Source Code</a></li>
<li><a href="https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues">Report an Issue</a></li>
<li><a rel="me" href="https://fosstodon.org/@cwtch">Mastodon</a></li>
</ul>
</div>
<div class="col-4 col-md">
@ -24,7 +25,7 @@
</div>
<div class = "text-center row">
<div class="col-12 col-md align-content-center text-center">
<a href="https://openprivacy.ca"><img src="/images/Open_Privacy_Logo_lightoutline.png" alt="Made by Open Privacy Research Society"/></a>
<a href="https://openprivacy.ca"><img src="/images/open_privacy_logo.png" alt="Made by Open Privacy Research Society"/></a>
</div>
</div>
</footer>

View File

@ -10,7 +10,6 @@
<li><a href="/#faq">FAQ</a></li>
<li><a href="https://git.openprivacy.ca/cwtch.im">CODE</a></li>
<li><a href="/changelog">CHANGELOG</a></li>
<li><a rel="me" href="https://fosstodon.org/@cwtch">MASTODON</a></li>
<li><a href="/download">GET CWTCH</a></li>
</ul>
</div>

View File

@ -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;
}