diff --git a/src/app.html b/src/app.html index 5e8670d..c0e2859 100644 --- a/src/app.html +++ b/src/app.html @@ -13,16 +13,17 @@ \ No newline at end of file diff --git a/src/lib/CertificateCard.svelte b/src/lib/CertificateCard.svelte index 9cdcb6f..8375929 100644 --- a/src/lib/CertificateCard.svelte +++ b/src/lib/CertificateCard.svelte @@ -1,8 +1,14 @@ @@ -31,7 +37,14 @@ export let certificate: Certificate;


- State History + + + +
+ + + Modal title + @@ -42,23 +55,22 @@ export let certificate: Certificate; - {#each certificate.states as state} - - - - - - - {#if state.state == 'new'} - {:else} - - {/if} - - {/each} + {#each certificate.states as state} + + + + + + {#if state.state == 'new'} + {:else} + + {/if} + + {/each}
{state.state} - {#if state.state == 'continued'}minor{/if} - {#if state.state == 'suspended'}major{/if} - {state.timestamp}{state.treeId}
{state.state} + {#if state.state == 'continued'}minor{/if} + {#if state.state == 'suspended'}major{/if} + {state.timestamp}{state.treeId}
- - +
+
diff --git a/src/lib/EmptyCloudService.svelte b/src/lib/EmptyCloudService.svelte index 2b7ad8d..2db2d4d 100644 --- a/src/lib/EmptyCloudService.svelte +++ b/src/lib/EmptyCloudService.svelte @@ -31,7 +31,7 @@ function discard() {
-
diff --git a/src/lib/Navigation.svelte b/src/lib/Navigation.svelte index a4946a2..f8c9d0e 100644 --- a/src/lib/Navigation.svelte +++ b/src/lib/Navigation.svelte @@ -88,12 +88,6 @@ let loggedIn = localStorage.token ? true : false; {/if} - - {#if !loggedIn} - - Login - - {/if} Help @@ -116,6 +110,8 @@ let loggedIn = localStorage.token ? true : false; \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a05b627..72317fc 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -55,7 +55,7 @@ function getVersionMessage(): string { - diff --git a/src/routes/public/certificates/+page.svelte b/src/routes/public/certificates/+page.svelte index f300fb5..39e8a98 100644 --- a/src/routes/public/certificates/+page.svelte +++ b/src/routes/public/certificates/+page.svelte @@ -1,5 +1,5 @@

Certificates

+ +

Disclaimer: This site only shows example certificates that are used for research purposes. + They do not represent valid certifications.

+
-{#if certificates.length > 0} +{#if certificates} {#each certificates as certificate, i} diff --git a/static/aiseclogo.png b/static/aiseclogo.png new file mode 100644 index 0000000..5ff6cfb Binary files /dev/null and b/static/aiseclogo.png differ diff --git a/static/eu-flag.jpg b/static/eu-flag.jpg new file mode 100644 index 0000000..7353f62 Binary files /dev/null and b/static/eu-flag.jpg differ