-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: add used deps to list Signed-off-by: Mirko Mollik <[email protected]> * update readme Signed-off-by: Mirko Mollik <[email protected]> * optimize cicd Signed-off-by: Mirko Mollik <[email protected]> * fix: add test credentials to newsletter Signed-off-by: Mirko Mollik <[email protected]> --------- Signed-off-by: Mirko Mollik <[email protected]>
- Loading branch information
Showing
8 changed files
with
75 additions
and
66 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
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
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
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,3 +1,5 @@ | ||
EMAIL_ADDRESS= | ||
EMAIL_PASSWORD= | ||
LOCATION='http://localhost:4200/#' | ||
EMAIL_STORE=true | ||
NODE_ENV=development |
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
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
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,54 +1,4 @@ | ||
|
||
import { CaseStudy } from './types'; | ||
|
||
export const casestudyData: CaseStudy[] = [ | ||
{ | ||
"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", | ||
"stakeholders": [ | ||
{ | ||
"name": "British Columbia", | ||
"contact": "https://example.com" | ||
}, | ||
{ | ||
"name": "Altme LLT", | ||
"contact": "https://example.com" | ||
} | ||
], | ||
"id": "citizenship" | ||
}, | ||
{ | ||
"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": "Greenpeace", | ||
"contact": "https://example.com" | ||
} | ||
], | ||
"id": "trees" | ||
} | ||
]; | ||
export const casestudyData: CaseStudy[] = []; |
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