fix logo and a bunch of shit

This commit is contained in:
knoflook 2023-06-05 09:51:21 +02:00
parent b94dc85cea
commit cf78cdde79
5 changed files with 14 additions and 17 deletions

View File

@ -5,6 +5,7 @@ set -x
pandoc -s --css=/static/style.css index.md > index.html
abra app cp cooperative.computer index.html app:/var/www/http/
abra app cp cooperative.computer favicon.ico app:/var/www/http/
for file in static; do
abra app cp cooperative.computer "$file" app:/var/www/http/static/
done

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -14,16 +14,16 @@
ul.task-list{list-style: none;}
</style>
<link rel="stylesheet" href="/static/style.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header id="title-block-header">
<h1 class="title">Co-operative Computer</h1>
</header>
<p><br />
<img src="/static/nocloud.jpg" id="nocloud" alt="Image says “there is no cloud, its just someone elses computer”"></p>
<br />
<center>
<img src="/static/logo.jpg" id="logo" alt="A simple drawing of two rectangles representing servers smilinig at each other.">
</center>
<p><strong>Co-operative Computer</strong> is an offering by <a href="https://autonomic.zone">Autonomic Co-operative</a> to help people divest from corporate clouds and the surveillance capitalist ecosystem.</p>
<p>We provide <strong>dGaaS (De-Googling as a Service).</strong> No ads. No data mining. Dont like it? Change it! Come and participate in the decision making processes instead of having stuff forced on you by a corporation.</p>
<table>
@ -32,6 +32,7 @@
<th>Identity-management</th>
<th>File storage</th>
<th>Knowledge management/productivity</th>
<th>Comms</th>
</tr>
</thead>
<tbody>
@ -39,11 +40,7 @@
<td>Keycloak (SSO)</td>
<td>Nextcloud files</td>
<td>Nextcloud calendar</td>
</tr>
<tr class="even">
<td></td>
<td></td>
<td>CryptPad</td>
<td>Matrix</td>
</tr>
</tbody>
</table>
@ -60,7 +57,7 @@
<h2 id="money">Money</h2>
<ul>
<li>The first month is free.</li>
<li>After that, its £3 / month for 5 GB storage (if youre based in the UK then + 20% VAT).</li>
<li>After that, its £3 / month for 5 GB storage (if youre based in the UK then + 20% VAT) - if you want more than 5GB send us a mail and well get back to you with a quote.</li>
</ul>
<p>Where does the money go?</p>
<ul>

View File

@ -4,7 +4,7 @@ title: Co-operative Computer
\
<img src="/static/nocloud.jpg" id="nocloud" alt="Image says “there is no cloud, its just someone elses computer”">
<center> <img src="/static/logo.jpg" id="logo" alt="A simple drawing of two rectangles representing servers smilinig at each other."> </center>
**Co-operative Computer** is an offering by [Autonomic Co-operative](https://autonomic.zone) to help people divest from corporate clouds and the surveillance capitalist ecosystem.
@ -13,10 +13,9 @@ We provide **dGaaS (De-Googling as a Service).** No ads. No data mining. Dont
| Identity-management | File storage | Knowledge management/productivity |
|----|----|----|
| Keycloak (SSO) | Nextcloud files | Nextcloud calendar |
| | | CryptPad |
| Identity-management | File storage | Knowledge management/productivity | Comms |
|----|----|----|----|
| Keycloak (SSO) | Nextcloud files | Nextcloud calendar | Matrix |
---
@ -38,7 +37,7 @@ For the moment, this service is operated by Autonomic Co-operative; we eventuall
## Money
* The first month is free.
* After that, its £3 / month for 5 GB storage (if youre based in the UK then + 20% VAT).
* After that, its £3 / month for 5 GB storage (if youre based in the UK then + 20% VAT) - if you want more than 5GB send us a mail and we'll get back to you with a quote.
Where does the money go?

BIN
static/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB