Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion internal/verifier/static/callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
<body>
<section class="section" x-data="app">
<div class="container" style="max-width: 500px;">
<h1 class="title has-text-centered has-text-weight-bold is-size-2">Verification result</h1>
<h1 class="title has-text-weight-bold is-size-2 is-flex is-justify-content-center is-align-items-center is-gap-2" x-ref="title">
<svg width="40" height="40" aria-label="SUNET">
<image href="/static/logo.svg" width="40" height="40"></image>
</svg>
<span>Verifier</span>
</h1>
<div class="box container">
<div class="block is-flex is-justify-content-center is-align-items-center is-flex-direction-column is-fullwidth">
<svg class="has-text-success mb-2" style="width:100px" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></svg>
Expand Down
4 changes: 4 additions & 0 deletions internal/verifier/static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion internal/verifier/static/presentation-definition.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
<body>
<section class="section" x-data="app">
<div class="container" style="max-width: 500px;">
<h1 class="title has-text-centered has-text-weight-bold is-size-2" x-ref="title">Verifier</h1>
<h1 class="title has-text-weight-bold is-size-2 is-flex is-justify-content-center is-align-items-center is-gap-2" x-ref="title">
<svg width="40" height="40" aria-label="SUNET">
<image href="/static/logo.svg" width="40" height="40"></image>
</svg>
<span>Verifier</span>
</h1>
<template x-if="error">
<div class="notification is-danger">
<p x-text="error"></p>
Expand Down