Skip to content

Commit

Permalink
Task #1 Remove unwanted images
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratikshakhandagale committed Aug 19, 2022
1 parent e98733b commit 4f9bf96
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 477 deletions.
Empty file added src/assets/config/.gitkeep
Empty file.
52 changes: 52 additions & 0 deletions src/assets/config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"environment": "development",
"keycloak": {
"url": "https://demo-education-registry.xiv.in/auth",
"clientId": "registry-frontend",
"realm": "sunbird-rc"
},
"configFolder": "/assets/config/ui-config",
"languageFolder": "/assets/i18n",
"title": "Education-Sunbird",
"baseUrl": "http://localhost:4200/registry/api/v1",
"schemaUrl": "http://localhost:4200/registry/api/docs/swagger.json",
"footerText": "Education-Sunbird",
"languages": [
"en",
"hi"
],
"appType": "attestation",
"default_theme": {
"logoPath": "/assets/images/logo.png",
"primaryColor": "#1987B6",
"secondaryColor": "#1987B6",
"bodyBackground": "#F6F8FC",
"cardBackground": "#FFFFFF",
"tagsBackground": "#F4ECFF",
"navLabelColor": "#0098AB",
"headerColor": "#FFFFFF",
"primaryTextColor": "#000000",
"secondaryTextColor": "#000000",
"headerLinkColor": "#000000",
"linkColor": "#443DF6",
"secondaryBtnBgColor": "#e0edf5",
"cardBorder": "#00000020"

},
"dark_theme": {
"logoPath": "/assets/images/logo.png",
"primaryColor": "#1987B6",
"secondaryColor": "#1987B6",
"bodyBackground": "#080808",
"cardBackground": "#323232",
"tagsBackground": "#505050",
"navLabelColor": "#0098AB",
"headerColor": "#313131",
"primaryTextColor": "#FFFFFF",
"secondaryTextColor": "#c3c3c3",
"headerLinkColor": "#0098AB",
"linkColor": "#443DF6",
"secondaryBtnBgColor": "#e0edf5",
"cardBorder": "#ffffff20"
}
}
Binary file removed src/assets/images/elocker-logo.png
Binary file not shown.
17 changes: 0 additions & 17 deletions src/assets/images/elocker-logo.svg

This file was deleted.

19 changes: 0 additions & 19 deletions src/assets/images/elocker-logo2.svg

This file was deleted.

Binary file removed src/assets/images/home-new.png
Binary file not shown.
Binary file removed src/assets/images/home.png
Binary file not shown.
Loading

0 comments on commit 4f9bf96

Please sign in to comment.