Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken img links #181

Merged
merged 1 commit into from
Sep 3, 2024
Merged
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
10 changes: 5 additions & 5 deletions docs/resources/guides/credential-ux-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ The BC Wallet presents credentials using a common template that is tailored to t
- The OCA (Overlay Capture Architecture) bundle specified for the credential. The elements of the credential – e.g., its colour, logo, name, attribute names – are defined in various “overlays”. Guidance for the content of the OCA bundle for BC Government credentials are specified in this section.

*Example Credential - Simple View* <br></br>
<img src="example_credential-simple_view.png" width="200"></img>
<img src="./example_credential-simple_view.png" width="200"></img>

*Credential - Detail View (top)* <br></br>
<img src="credential-detail_view_(top).png" width="200"></img>
<img src="./credential-detail_view_(top).png" width="200"></img>

For more details on OCA bundle, see:
- [Overlays Capture Architecture (OCA) For Aries](https://github.com/swcurran/aries-rfcs/tree/oca4aries/features/0755-oca-for-aries)
Expand Down Expand Up @@ -118,7 +118,7 @@ Issuers can add a watermark to their credentials. The intention of this watermar
- Watermarks should be a single short word

*Example non-production credential* <br></br>
<img src="example_non-production_credential.png" width="200"></img>
<img src="./example_non-production_credential.png" width="200"></img>

### Unit Overlay
*BC Wallet does not currently make use of this overlay but may in the future.*
Expand Down Expand Up @@ -156,10 +156,10 @@ When a credential is issued an person’s wallet, a Connection is often created
- In the Connections list of the BC Wallet, which is also where messages from the issuer are shown

*Credential – Detail View (bottom)* <br></br>
<img src="credential-detail_view_(bottom).png" width="200"></img>
<img src="./credential-detail_view_(bottom).png" width="200"></img>

*Message from Contact* <br></br>
<img src="message_from_contact.png" width="200"></img>
<img src="./message_from_contact.png" width="200"></img>

This information is provided by the Issuer when the connection is created, from the DIDComm connection alias (as defined in the their_label field).

Expand Down