Verbose deploy, tweak text
This commit is contained in:
parent
6f2ef34f54
commit
73d5095234
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
pandoc -s --css=/static/style.css index.md > index.html
|
||||
|
||||
abra app cp cooperative.computer index.html app:/var/www/http/
|
||||
|
10
index.html
10
index.html
@ -12,8 +12,12 @@
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
</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">
|
||||
@ -57,11 +61,11 @@
|
||||
<h2 id="money">Money</h2>
|
||||
<ul>
|
||||
<li>The first month is free.</li>
|
||||
<li>After that, it’s £3 / month for 5 GB storage if you’re based in the UK then + 20% VAT).</li>
|
||||
<li>After that, it’s £3 / month for 5 GB storage (if you’re based in the UK then + 20% VAT).</li>
|
||||
</ul>
|
||||
<p>Breakdown of costs:</p>
|
||||
<p>Where does the money go?</p>
|
||||
<ul>
|
||||
<li>Storage space: 5 GB nextcloud</li>
|
||||
<li>Storage space</li>
|
||||
<li>App and server maintenance</li>
|
||||
<li>Administration and support</li>
|
||||
</ul>
|
||||
|
6
index.md
6
index.md
@ -38,11 +38,11 @@ For the moment, this service is operated by Autonomic Co-operative; we eventuall
|
||||
## Money
|
||||
|
||||
* The first month is free.
|
||||
* After that, it’s £3 / month for 5 GB storage if you’re based in the UK then + 20% VAT).
|
||||
* After that, it’s £3 / month for 5 GB storage (if you’re based in the UK then + 20% VAT).
|
||||
|
||||
Breakdown of costs:
|
||||
Where does the money go?
|
||||
|
||||
* Storage space: 5 GB nextcloud
|
||||
* Storage space
|
||||
* App and server maintenance
|
||||
* Administration and support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user