Skip to content

Commit 24b5c0b

Browse files
committed
Updating content and layout
1 parent 59529af commit 24b5c0b

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

_data/resources-list.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ resources:
8181
- title: Skills-Based Hiring and Advancement: LERs, Resumes, and Related Data Standards
8282
author: The T3 Innovation Network
8383
url: https://www.t3networkhub.org/resources/skills-based-hiring-and-advancement-lers-resumes-and-related-data-standards
84+
- title: What is a Verifiable Credential?
85+
author: World Wide Web Consortium
86+
url: https://www.w3.org/TR/vc-data-model/#what-is-a-verifiable-credential
8487
- title: What’s the Key to Building Learning and Employment Records? Interoperability
8588
author: Jobs for the Future
8689
url: https://www.jff.org/whats-the-key-to-building-learning-and-employment-records-interoperability/

resources.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22
layout: default
33
title: LER Ecosystem Map - Resources
44
---
5-
<div class="container-lg body-text-medium">
6-
<div class="row px-3 py-0">
7-
<div class="col">
8-
<h1>Resources</h1>
9-
<div class="body-text-medium">
10-
<p>A number of resources exist to help you learn more.</p>
11-
</div>
12-
</div>
13-
</div>
14-
<div class="row px-3 py-0">
15-
<div class="col">
16-
{% for item in site.data.resources-list.resources %}
17-
<h3>{{ item.name }}</h3>
18-
{% for site in item.sites %}
19-
<ul>
20-
<li><a href="{{ site.url }}" target="_blank">{{ site.title }}</a> | {{ site.author }}</li>
21-
</ul>
22-
{% endfor %}
23-
{% endfor %}
24-
</div>
5+
<div class="container-fluid">
6+
<div class="row mx-4 py-3">
7+
<div class="col">
8+
<h1>Resources</h1>
9+
</div>
10+
</div>
11+
<div class="row mx-4">
12+
<div class="col">
13+
<p>A number of resources exist to help you learn more.</p>
14+
</div>
15+
</div>
16+
<div class="row mx-4">
17+
<div class="col">
18+
{% for item in site.data.resources-list.resources %}
19+
<h3>{{ item.name }}</h3>
20+
{% for site in item.sites %}
21+
<ul>
22+
<li><a href="{{ site.url }}" target="_blank">{{ site.title }}</a> | {{ site.author }}</li>
23+
</ul>
24+
{% endfor %}
25+
{% endfor %}
26+
</div>
27+
</div>
2528
</div>

technical-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ title: LER Ecosystem Map - LER Guidance
3636
</li>
3737
</ul>
3838
<p>It’s often asked if learning and employment records issued using older digital credentials standards, as PDFS, or other formats besides Verifiable Credentials are considered to be “LERs”. The answer is yes, but they will be inherently less usable and applicable on the web when Verifiable Credentials are expected by web sites and applications.</p>
39-
<p>For as long as Open Badges 2.0 and earlier are hosted by their issuing web platforms, they should continue to be available to share online but they will not be verifiable in the same cryptographic manner because they won’t be digitally signed. PDFs will likely continue to have their place in the world but even digitally signed PDFs are not as functionally usable as the machine readable data in Verifiable Credentials. The best course of action is to seek software and vendors that are using or willing to use the W3C Verifiable Credentials standard for LERs</p>
39+
<p>For as long as Open Badges 2.0 and earlier are hosted by their issuing web platforms, they should continue to be available to share online but they will not be verifiable in the same cryptographic manner because they won’t be digitally signed. PDFs will likely continue to have their place in the world but even digitally signed PDFs are not as functionally usable as the machine readable data in Verifiable Credentials. The best course of action is to seek software and vendors that are using or willing to use the W3C Verifiable Credentials standard for LERs.</p>
4040
</div>
4141
</div>
4242
<div class="row">

0 commit comments

Comments
 (0)