fix images

This commit is contained in:
2025-12-13 21:02:44 +01:00
parent 805952369b
commit 3252d33a18

View File

@@ -11,7 +11,7 @@ If you want to try it, download the
[standalone file digiproof-prod](https://raw.codeberg.org/scip/digiproof/master/digiproof-prod.html),
save it to your disk and open it locally in your browser.
There's also a [development version](https://codeberg.org/scip/digiproof/blob/master/digiproof-dev.html?raw=true),
There's also a [development version](https://codeberg.org/scip/digiproof/raw/branch/master/digiproof-dev.html?raw=true),
which retains all data across
browser sessions. This version does store any entered data unencrypted using the
[localStorage adapter for ember.js](https://github.com/rpflorence/ember-localstorage-adapter).
@@ -53,9 +53,9 @@ This is the main screen of the app:
![main screen](https://raw.codeberg.org/scip/digiproof/master/samples/digiproof1.png?raw=true)
Here we entered some asset data (german language version):
![network asset](https://codeberg.org/scip/digiproof/blob/master/samples/digiproof10.png?raw=true)
![network asset](https://codeberg.org/scip/digiproof/raw/branch/master/samples/digiproof10.png?raw=true)
[Here is a sample printed testament](https://codeberg.org/scip/digiproof/blob/master/samples/sample-testament.pdf?raw=true).
[Here is a sample printed testament](https://codeberg.org/scip/digiproof/raw/branch/master/samples/sample-testament.pdf?raw=true).
More screenshots can be found in the [samples](https://codeberg.org/scip/digiproof/tree/master/samples)
directory.