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, 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.
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 Cwtch is developed by the Open Privacy Research Society (Open Privacy for short), a non-profit organization, legally incorporated in British Columbia, Canada.
British Columbia, Canada.
Open Privacy is strongly committed to protecting your privacy online. We do not, and in many cases cannot, collect information about 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:
who uses Cwtch or how Cwtch is used, subject to the following exceptions:
### Bug Reports and Feedback ### Bug Reports and Feedback
If you choose to send feedback regarding Cwtch via the app, our issue tracker, 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.
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 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.
to contact you regarding your report or feedback.
### Downloads, Usage Statistics and Website Operations ### 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, We do not log unique information (e.g. IP Addresses) regarding visits to this website, including downloads of Cwtch.
e.g. Google Play, information about that download is governed by the privacy policy of that third party application.
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 ## 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="row">
<div class="col-4 col-md"> <div class="col-4 col-md">
<h5>Research</h5> <h5>Additional Information</h5>
<ul class="list-unstyled text-small"> <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://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> </ul>
</div> </div>
<div class="col-4 col-md"> <div class="col-4 col-md">
<h5>Developers</h5> <h5>Follow Development</h5>
<ul class="list-unstyled text-small"> <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 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> </ul>
</div> </div>
<div class="col-4 col-md"> <div class="col-4 col-md">
@ -24,7 +25,7 @@
</div> </div>
<div class = "text-center row"> <div class = "text-center row">
<div class="col-12 col-md align-content-center text-center"> <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>
</div> </div>
</footer> </footer>

View File

@ -10,7 +10,6 @@
<li><a href="/#faq">FAQ</a></li> <li><a href="/#faq">FAQ</a></li>
<li><a href="https://git.openprivacy.ca/cwtch.im">CODE</a></li> <li><a href="https://git.openprivacy.ca/cwtch.im">CODE</a></li>
<li><a href="/changelog">CHANGELOG</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> <li><a href="/download">GET CWTCH</a></li>
</ul> </ul>
</div> </div>

View File

@ -12,7 +12,7 @@ body {
*/ */
nav { nav {
background-color: #281831; background-color: #1b1b1d;
-webkit-backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px);
font-family: "Atami Bold"; font-family: "Atami Bold";
@ -79,7 +79,7 @@ h2 {
} }
body { body {
background-color: #281831; background-color: #1b1b1d;
color:#fff; color:#fff;
font-family: "OpenSans Regular"; font-family: "OpenSans Regular";
} }
@ -144,14 +144,13 @@ h3 {
} }
footer { footer {
background: #FDF3FC; background: #281831;
color: #281831; color: #e3e3e3;
padding:20px; padding:20px;
margin:0px; margin:0px;
margin-top: 10px; margin-top: 10px;
width:100%; width:100%;
font-size:0.8em; font-size:0.8em;
} }
footer h5 { footer h5 {
@ -159,7 +158,7 @@ footer h5 {
} }
a { a {
color: #fff; color: #e3e3e3;
font-weight: bold; font-weight: bold;
} }
@ -200,7 +199,7 @@ li a {
} }
footer a { footer a {
color: #281831; color: #e3e3e3;
} }
.card-body { .card-body {
@ -251,5 +250,5 @@ h3 {
} }
footer a { footer a {
color: #281831 !important; color: #e3e3e3 !important;
} }