Style fixes

This commit is contained in:
Sarah Jamie Lewis 2021-06-25 10:56:43 -07:00
parent e6c5fbedae
commit 62c161a3bc
3 changed files with 19 additions and 11 deletions

View File

@ -8,22 +8,19 @@ Cwtch is now available as a beta release for the following platforms:
# Android
* Standalone APK (works for arm7 and arm64): [cwtch-v1.0.0-9-g560e83b.apk](/releases/cwtcwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.apk)
<br/>
(sha512: `3c2eca187d12956c8f1faee36ca4215548ad615efd2f88e3acc6687d5f5082381651d500cdb07213f9e83d2097e4ded45632daa5d4f3b8df520bf9bb6f1bdf74`)
* Standalone APK (works for arm7 and arm64): [cwtch-v1.0.0-9-g560e83b.apk](/releases/cwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.apk)
* `sha512: 3c2eca187d12956c8f1faee36ca4215548ad615efd2f88e3acc6687d5f5082381651d500cdb07213f9e83d2097e4ded45632daa5d4f3b8df520bf9bb6f1bdf74`
* Google PlayStore: Currently being tested. [Get early access by becoming supporting us on Patreon](https://patreon.com/openpriv)
# Windows
* EXE: [cwtch-v1.0.0-9-g560e83b.zip](/releases/cwtcwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.zip)
<br/>
(sha512sum: `bc8464922e6145ba3833235ce061721c1b0ce98bcebb3dbddfd3bbf186058ae3487e6633b44d1739d2bb460efd4503d00d0b8c03b5e56d819b96b71e55f6e242`)
* EXE: [cwtch-v1.0.0-9-g560e83b.zip](/releases/cwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.zip)
* `sha512sum: bc8464922e6145ba3833235ce061721c1b0ce98bcebb3dbddfd3bbf186058ae3487e6633b44d1739d2bb460efd4503d00d0b8c03b5e56d819b96b71e55f6e242`
# Linux
* amd64: [cwtch-v1.0.0-9-g560e83b.tar.gz](/releases/cwtcwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.tar.gz)
<br/>
(sha512: `b528aa07245fa35bb5740a04ba998c4488758731309b20deb9264058bacf7875c7ebbf31aaa1b97f6fa14892e2db452179684f1208bf641bd3ef4b80ad2ad0f9`)
* amd64: [cwtch-v1.0.0-9-g560e83b.tar.gz](/releases/cwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.tar.gz)
* `sha512: b528aa07245fa35bb5740a04ba998c4488758731309b20deb9264058bacf7875c7ebbf31aaa1b97f6fa14892e2db452179684f1208bf641bd3ef4b80ad2ad0f9`
# Build from Source

View File

@ -5,7 +5,7 @@
<div class="row text-center justify-content-around">
<div class="col-md-6 text-center">
<h1 class="display-4 font-weight-normal ">Surveillance Resistant Infrastructure</h1>
<button type="button" class="btn btn-primary">Get Cwtch</button>
<button type="button" class="btn btn-primary"><a href="/download">Get Cwtch</a></button>
</div>
<div class="col-md-6 text-center">
<img src="images/CWTCH_WEB/cwtch%20phones.png" width="90%">

View File

@ -43,6 +43,7 @@ h2 {
text-align: center;
}
@font-face {
src: url("/fonts/OpenSans-Light.ttf") format("truetype");
font-family: "OpenSans Light";
@ -70,7 +71,8 @@ h2 {
}
.container {
margin-top:0px;
margin: auto;
}
body {
@ -152,6 +154,11 @@ a:hover {
color: #d20070;
}
.btn a:hover {
color: #fff;
}
li a {
color: #fff;
}
@ -184,3 +191,7 @@ footer a {
}
}
code {
font-size: 12px;
text-wrap: none;
}