You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/10/12 01:09:00 UTC

[airavata-custos-portal] branch ux-improvement updated: gh-31: Improve the text labels of login and register pages

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch ux-improvement
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git


The following commit(s) were added to refs/heads/ux-improvement by this push:
     new 77f064a  gh-31: Improve the text labels of login and register pages
     new d3f57c7  Merge pull request #52 from dinukadesilva/gh-31-improve-login-page-text-labels
77f064a is described below

commit 77f064ac6160cc5d6a63403936acf4300ccaa89e
Author: Dinuka De Silva <L....@gmail.com>
AuthorDate: Mon Oct 12 06:26:56 2020 +0530

    gh-31: Improve the text labels of login and register pages
---
 custos-demo-gateway/src/components/landing/Landing.vue            | 8 ++++----
 custos-demo-gateway/src/components/registration/CreateAccount.vue | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/custos-demo-gateway/src/components/landing/Landing.vue b/custos-demo-gateway/src/components/landing/Landing.vue
index e657229..9f87d17 100644
--- a/custos-demo-gateway/src/components/landing/Landing.vue
+++ b/custos-demo-gateway/src/components/landing/Landing.vue
@@ -9,16 +9,16 @@
             <b-col style="max-width: 300px;min-width: 400px;" align-h="center">
                 <b-card class="w-100 login-card">
                     <div class="p-2">
-                        <h3 class="mb-2">Do you have a Federated Identity ?</h3>
+                        <h3 class="mb-2">Do you have an Institution Login ?</h3>
                         <b-button class="primary-btn w-100 text-center mt-2" variant="warning"
                                   v-on:click="this.loadAuthURL">
-                            Register or Login with Federated Identity
+                            Register or Login with the Institution Login
                         </b-button>
                     </div>
                 </b-card>
                 <b-card class="w-100 mt-3 login-card">
                     <form v-on:submit.prevent="this.login" class="p-2">
-                        <h3 class="mb-3">LOGIN WITH CUSTOS EXPLORER</h3>
+                        <h3 class="mb-3">Login with Custos Explorer</h3>
                         <div class="p-2">
                             <label class="form-input-label" for="form-input-username">Username</label>
                             <b-form-input id="form-input-username" v-model="username"
@@ -166,7 +166,7 @@
 
     h3 {
         font-family: Avenir;
-        font-size: 13px;
+        font-size: 15px;
         font-weight: 600;
         text-align: center;
         color: #203a43;
diff --git a/custos-demo-gateway/src/components/registration/CreateAccount.vue b/custos-demo-gateway/src/components/registration/CreateAccount.vue
index c20a68b..97f0bda 100644
--- a/custos-demo-gateway/src/components/registration/CreateAccount.vue
+++ b/custos-demo-gateway/src/components/registration/CreateAccount.vue
@@ -9,7 +9,7 @@
             <b-col style="max-width: 600px;min-width: 300px;" align-h="center">
                 <b-card class="w-100 mt-3 login-card">
                     <form v-on:submit.prevent="registerUser" class="p-2 text-left">
-                        <h3 class="mb-3">CREATE ACCOUNT</h3>
+                        <h3 class="mb-3">Create Account</h3>
                         <div class="p-2">
                             <label class="form-input-label" for="form-input-username">Username</label>
                             <b-form-input size="sm" id="form-input-username" v-model="username" :state="usernameValid"
@@ -245,7 +245,7 @@
 
     h3 {
         font-family: Avenir;
-        font-size: 13px;
+        font-size: 15px;
         font-weight: 600;
         text-align: center;
         color: #203a43;