You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/12 15:16:30 UTC

[causeway-app-helloworld] branch jpa-SNAPSHOT updated: updates logo

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

danhaywood pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new f83cbe0  updates logo
f83cbe0 is described below

commit f83cbe05c78837306b4d26ea5ebe67d6e18d4df1
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Mar 12 15:16:22 2023 +0000

    updates logo
---
 .gitignore                                           |   2 +-
 src/main/resources/application.yml                   |   3 +++
 .../static/images/apache-causeway/logo-65x48.png     | Bin 3655 -> 2198 bytes
 .../images/apache-causeway/logo-banner-591x120.png   | Bin 0 -> 6143 bytes
 .../resources/static/images/apache-causeway/logo.png | Bin 21533 -> 9155 bytes
 src/main/resources/static/images/favicon.png         | Bin 1863 -> 1599 bytes
 src/main/resources/static/index.html                 |   7 ++++---
 7 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index e165107..59d569f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,7 @@ neo4j_DB/
 
 # log files
 datanucleus.log
-isis.log
+causeway.log
 i18n-po.log
 hs_err_pid*.log
 
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 13cc4c7..3e7d141 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -29,10 +29,13 @@ causeway:
     common:
       application:
         about: Hello World
+        brand-logo-signin: images/apache-causeway/logo-banner-591x120.png
         brand-logo-header: images/apache-causeway/logo-65x48.png
         favicon-url: images/favicon.png
         menubars-layout-file: menubars.layout.xml
         name: Hello World App
+        # https://stackoverflow.com/a/38983935/56880
+        version: @project.version@
       credit:
         - url:  https://causeway.apache.org
           image: images/apache-causeway/logo-65x48.png
diff --git a/src/main/resources/static/images/apache-causeway/logo-65x48.png b/src/main/resources/static/images/apache-causeway/logo-65x48.png
index 04ff301..ab90164 100644
Binary files a/src/main/resources/static/images/apache-causeway/logo-65x48.png and b/src/main/resources/static/images/apache-causeway/logo-65x48.png differ
diff --git a/src/main/resources/static/images/apache-causeway/logo-banner-591x120.png b/src/main/resources/static/images/apache-causeway/logo-banner-591x120.png
new file mode 100644
index 0000000..544c5de
Binary files /dev/null and b/src/main/resources/static/images/apache-causeway/logo-banner-591x120.png differ
diff --git a/src/main/resources/static/images/apache-causeway/logo.png b/src/main/resources/static/images/apache-causeway/logo.png
index 695bb2a..3d61280 100644
Binary files a/src/main/resources/static/images/apache-causeway/logo.png and b/src/main/resources/static/images/apache-causeway/logo.png differ
diff --git a/src/main/resources/static/images/favicon.png b/src/main/resources/static/images/favicon.png
index 31e8a1f..9fe7699 100644
Binary files a/src/main/resources/static/images/favicon.png and b/src/main/resources/static/images/favicon.png differ
diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html
index 5e1189c..9a395d2 100644
--- a/src/main/resources/static/index.html
+++ b/src/main/resources/static/index.html
@@ -8,11 +8,12 @@
     </head>
     <body>
         <div id="wrapper">
-            <img alt="Causeway Logo" src="images/apache-causeway/logo.png" />
+            <img alt="Causeway Logo" src="images/apache-causeway/logo-banner-591x120.png" />
 
             <p>
-                This is a minimal <a href="https://causeway.apache.org">Apache Causeway</a> application, intended as a starting
-                point to learn what the framework is all about.
+                This is a minimal <a href="https://causeway.apache.org">Apache Causeway</a> application, intended to
+                help you understand what the framework is all about.  (If you want to start building your own apps,
+                we recommend that you instead use the companion &quot;simple app&quot; as a starter template).
                 <br/>
             </p>