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

[airavata-custos-portal] branch ux-improvement updated: Word Smithing portal landing page

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

smarru 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 3a0cfb4  Word Smithing portal landing page
3a0cfb4 is described below

commit 3a0cfb4556a990d57f454c9b840e0a035e6fe66b
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Tue Oct 13 20:14:35 2020 -0400

    Word Smithing portal landing page
---
 custos-demo-gateway/src/components/landing/Landing.vue   | 16 ++++------------
 .../src/components/registration/CreateAccount.vue        | 14 +++-----------
 2 files changed, 7 insertions(+), 23 deletions(-)

diff --git a/custos-demo-gateway/src/components/landing/Landing.vue b/custos-demo-gateway/src/components/landing/Landing.vue
index 25f5b55..d733488 100644
--- a/custos-demo-gateway/src/components/landing/Landing.vue
+++ b/custos-demo-gateway/src/components/landing/Landing.vue
@@ -5,10 +5,10 @@
                 <h2>Welcome to Custos</h2>
                 <p class="h2-sub">Sign up and start authenticating</p>
                 <div class="main-links">
-                    <b-link href="http://airavata.apache.org/custos/">Learn more</b-link>
+                    <b-link href="http://airavata.apache.org/custos/" target="_blank">Custos Website</b-link>
                     <b-link class="ml-5"
-                            href="https://cwiki.apache.org/confluence/display/CUSTOS/Gateways+2020%3ACustos+Tutorial">
-                        Get started
+                            href="https://cwiki.apache.org/confluence/display/CUSTOS/Gateways+2020%3ACustos+Tutorial" target="_blank">
+                        Tutorial Instructions
                     </b-link>
                 </div>
                 <img class="w-100" src="./../../assets/custos_home.png">
@@ -25,7 +25,7 @@
                 </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 a Custos Account</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"
@@ -50,14 +50,6 @@
                         </p>
                     </form>
                 </b-card>
-                <p class="mt-3 w-100 additional-links">
-                    How to user Custos?
-                    <b-link href="https://cwiki.apache.org/confluence/display/CUSTOS/Gateways+2020%3ACustos+Tutorial">
-                        Tutorial
-                    </b-link>
-                    | All about
-                    <b-link href="http://airavata.apache.org/custos/">Custos</b-link>
-                </p>
             </b-col>
         </b-row>
     </b-container>
diff --git a/custos-demo-gateway/src/components/registration/CreateAccount.vue b/custos-demo-gateway/src/components/registration/CreateAccount.vue
index a2d6d8b..9c429ce 100644
--- a/custos-demo-gateway/src/components/registration/CreateAccount.vue
+++ b/custos-demo-gateway/src/components/registration/CreateAccount.vue
@@ -5,10 +5,10 @@
                 <h2>Welcome to Custos</h2>
                 <p class="h2-sub">Sign up and start authenticating</p>
                 <div class="main-links">
-                    <b-link href="http://airavata.apache.org/custos/">Learn more</b-link>
+                    <b-link href="http://airavata.apache.org/custos/" target="_blank">Custos Website</b-link>
                     <b-link class="ml-5"
-                            href="https://cwiki.apache.org/confluence/display/CUSTOS/Gateways+2020%3ACustos+Tutorial">
-                        Get started
+                            href="https://cwiki.apache.org/confluence/display/CUSTOS/Gateways+2020%3ACustos+Tutorial" target="_blank">
+                        Tutorial Instructions
                     </b-link>
                 </div>
                 <img class="w-100" src="./../../assets/custos_home.png">
@@ -80,14 +80,6 @@
                         </p>
                     </form>
                 </b-card>
-                <p class="mt-3 w-100 additional-links">
-                    How to user Custos?
-                    <b-link href="https://cwiki.apache.org/confluence/display/CUSTOS/Gateways+2020%3ACustos+Tutorial">
-                        Tutorial
-                    </b-link>
-                    | All about
-                    <b-link href="http://airavata.apache.org/custos/">Custos</b-link>
-                </p>
             </b-col>
         </b-row>
     </b-container>