From 21d95cd9f6d82ce754029d90a2651b3e7ddb173f Mon Sep 17 00:00:00 2001
From: Stefano Alberto Russo <stefano.russo@gmail.com>
Date: Wed, 12 May 2021 10:08:28 +0200
Subject: [PATCH] Minor text improvements.

---
 .../webapp/code/rosetta/core_app/templates/computings.html    | 4 ++--
 .../webapp/code/rosetta/core_app/templates/containers.html    | 4 ++--
 services/webapp/code/rosetta/core_app/templates/main.html     | 4 ++--
 .../webapp/code/rosetta/core_app/templates/navigation.html    | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/services/webapp/code/rosetta/core_app/templates/computings.html b/services/webapp/code/rosetta/core_app/templates/computings.html
index 01dee2d..ff3d507 100644
--- a/services/webapp/code/rosetta/core_app/templates/computings.html
+++ b/services/webapp/code/rosetta/core_app/templates/computings.html
@@ -10,9 +10,9 @@
     <div class="span8 offset2">
       
       {% if data.computing %}
-      <h1><a href="/computings">Computing</a> <span style="font-size:18px"> / {{ data.computing.name }}</span></h1>      
+      <h1><a href="/computings">Computing Resources</a> <span style="font-size:18px"> / {{ data.computing.name }}</span></h1>      
       {% else %}
-      <h1>Computing</h1>
+      <h1>Computing Resources</h1>
       {% endif %}
       
       <hr/>
diff --git a/services/webapp/code/rosetta/core_app/templates/containers.html b/services/webapp/code/rosetta/core_app/templates/containers.html
index da4c6c2..98c78a2 100644
--- a/services/webapp/code/rosetta/core_app/templates/containers.html
+++ b/services/webapp/code/rosetta/core_app/templates/containers.html
@@ -10,7 +10,7 @@
     <div class="span8 offset2">
       
       {% if data.container %}
-      <h1><a href="/containers">Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1>
+      <h1><a href="/containers">Software Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1>
       {% else %}
       {% if data.mode == 'new_task' %}
       <h1>New Task</h1>
@@ -18,7 +18,7 @@
       <h3>Step 1: choose software container.</h3>
       <br/> 
       {% else %}
-      <h1>Containers</h1>
+      <h1>Software Containers</h1>
       <hr/>
       {% endif %}
  
diff --git a/services/webapp/code/rosetta/core_app/templates/main.html b/services/webapp/code/rosetta/core_app/templates/main.html
index a18904a..ecdc2e3 100644
--- a/services/webapp/code/rosetta/core_app/templates/main.html
+++ b/services/webapp/code/rosetta/core_app/templates/main.html
@@ -6,8 +6,8 @@
     <header id="top" class="header">
         <div style="display:table-row">
             <div class="text-vertical-center">
-                <h1>Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1>
-                <h2 style="margin-top:10px; margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A container-centric Science Platform<br></i></h2>
+                <h1>&nbsp;&nbsp;Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1>
+                <h2 style="margin-top:10px; margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A Science Platform for interactive data analysis<br></i></h2>
             </div>
         </div>
         
diff --git a/services/webapp/code/rosetta/core_app/templates/navigation.html b/services/webapp/code/rosetta/core_app/templates/navigation.html
index e499fcc..ddc02bb 100644
--- a/services/webapp/code/rosetta/core_app/templates/navigation.html
+++ b/services/webapp/code/rosetta/core_app/templates/navigation.html
@@ -25,7 +25,7 @@
                 <a href="/account" onclick = $("#menu-close").click(); >Account</a>
             </li>        
             <li>
-                <a href="/containers" onclick = $("#menu-close").click(); >Containers</a>
+                <a href="/containers" onclick = $("#menu-close").click(); >Software</a>
             </li>
             <li>
                 <a href="/computings" onclick = $("#menu-close").click(); >Computing</a>
-- 
GitLab