-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1307 from bhanuprakash-egov/HLM-729-|-VC-LandingPage
Hlm 729 | vc landing page-update
- Loading branch information
Showing
6 changed files
with
152 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"homePage": { | ||
"title": "Welcome to DIVOC VC Issuance Platform", | ||
"text": "Create verifiable credentials.", | ||
"view": "View", | ||
"trainingMaterial": "Training Material", | ||
"or": "or", | ||
"videosLink": "Videos", | ||
"genTokenCard": { | ||
"title": "Generate Token", | ||
"text":"Generate token to connect your system with the DIVOC platform" | ||
}, | ||
"manageSchemaCard": { | ||
"title": "Manage Schema", | ||
"text":"Create New Schemas, View / Edit existing schemas" | ||
} | ||
}, | ||
|
||
"genTokenPage": { | ||
"title": "Connect your system with the DIVOC Platform", | ||
"text": "You need to connect to your system with the DIVOC platform to start issuing verifiable credentials.", | ||
"buttonClickInfo": "Click on the button below to generate the token to connect your system with DIVOC", | ||
"buttonText": "Generate Token" | ||
}, | ||
|
||
"viewTokenPage": { | ||
"title": "Connect your system with the DIVOC Platform", | ||
"text": "Please find the token generated below. You can copy it to the clipboard or download the same", | ||
"copyButton": "Copy", | ||
"downloadButton": "Download", | ||
"alertCard": { | ||
"title": "Alert!", | ||
"text": "Make sure to store this safely. Once you leave this page, you will not be able to access this token again", | ||
"imptext":"This token is valid for 1 year." | ||
} | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"homePage": { | ||
"title": "DIVOC VC Issuance Platform में आपका स्वागत है", | ||
"text": "सत्यापन योग्य क्रेडेंशियल बनाएं।", | ||
"view": "राय", | ||
"trainingMaterial": "प्रक्षिक्षण सामग्री", | ||
"or": "या", | ||
"videosLink": "वीडियो", | ||
"genTokenCard": { | ||
"title": "टोकन उत्पन्न करें", | ||
"text":"अपने सिस्टम को DIVOC प्लेटफॉर्म से जोड़ने के लिए टोकन जेनरेट करें" | ||
}, | ||
"manageSchemaCard": { | ||
"title": "स्कीमा प्रबंधित करें", | ||
"text":"नई स्कीमा बनाएं, मौजूदा स्कीमा देखें / संपादित करें" | ||
} | ||
}, | ||
|
||
"genTokenPage": { | ||
"title": "DIVOC VC Issuance Platform में आपका स्वागत है", | ||
"text": "सत्यापन योग्य क्रेडेंशियल जारी करना शुरू करने के लिए आपको अपने सिस्टम से DIVOC प्लेटफॉर्म से जुड़ने की आवश्यकता है।", | ||
"buttonClickInfo": "अपने सिस्टम को DIVOC से जोड़ने के लिए टोकन जेनरेट करने के लिए नीचे दिए गए बटन पर क्लिक करें", | ||
"buttonText": "टोकन उत्पन्न करें" | ||
}, | ||
|
||
"viewTokenPage": { | ||
"title": "DIVOC VC Issuance Platform में आपका स्वागत है", | ||
"text": "कृपया नीचे जेनरेट किया गया टोकन ढूंढें। आप इसे क्लिपबोर्ड पर कॉपी कर सकते हैं या इसे डाउनलोड कर सकते हैं", | ||
"copyButton": "प्रतिलिपि", | ||
"downloadButton": "डाउनलोड", | ||
"alertCard": { | ||
"title": "चेतावनी!", | ||
"text": "इसे सुरक्षित रूप से स्टोर करना सुनिश्चित करें। एक बार जब आप इस पेज को छोड़ देते हैं, तो आप इस टोकन को दोबारा एक्सेस नहीं कर पाएंगे", | ||
"imptext":"यह टोकन 1 वर्ष के लिए वैध है." | ||
} | ||
} | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.card-title{ | ||
font-size: 20px; | ||
font-weight: 700; | ||
text-align: center; | ||
background-color: #f3ec78; | ||
background-image: linear-gradient(270deg, #5367CA, #73BAF4); | ||
background-size: 100%; | ||
-webkit-background-clip: text; | ||
-webkit-text-fill-color: transparent; | ||
|
||
} | ||
|
||
.card-text{ | ||
font-size: 12px; | ||
font-weight: 400; | ||
text-align: center; | ||
color: #717171 !important; | ||
} | ||
|
||
.card{ | ||
padding: 10px; | ||
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); | ||
} | ||
|
||
.card:hover{ | ||
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); | ||
border: 1px solid transparent; | ||
border-image: linear-gradient(270deg, #5367CA, #73BAF4) 1; | ||
} | ||
|
||
a { | ||
color: #5976D2; | ||
} |