-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mirko Mollik <[email protected]>
- Loading branch information
Showing
77 changed files
with
8,828 additions
and
6,516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
{ | ||
"$schema": "../viewer/src/assets/case-study.schema.json", | ||
"reference": ["BC Wallet"], | ||
"references": ["BC Wallet", "Altme"], | ||
"url": "https://example.com", | ||
"headline": "Digital Citizenship in Canada", | ||
"summary": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.", | ||
"imageUrl": "https://www2.gov.bc.ca/images/discoverBC/PublicEngagements.png", | ||
"hashTags": ["Digital Identity", "Digital Wallet", "Digital Citizenship"], | ||
"createdAt": "2022-01-01" | ||
"createdAt": "2022-01-01", | ||
"stakeholders": [ | ||
{ | ||
"name": "BC Wallet", | ||
"contact": "https://example.com" | ||
}, | ||
{ | ||
"name": "Altme", | ||
"contact": "https://example.com" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"$schema": "../viewer/src/assets/case-study.schema.json", | ||
"references": ["BC Wallet", "Altme"], | ||
"url": "https://example.com", | ||
"headline": "Trees in Canada", | ||
"summary": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.", | ||
"imageUrl": "https://images.unsplash.com/photo-1491838592561-ab572ec2d2cb?q=80&w=2340&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", | ||
"hashTags": ["Digital Wallet", "Nature"], | ||
"createdAt": "2022-01-01", | ||
"stakeholders": [ | ||
{ | ||
"name": "BC Wallet", | ||
"contact": "https://example.com" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.