You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/08 21:13:43 UTC

[myfaces-homepage] branch master updated: fix: improved loading speed

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

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dcc90c  fix: improved loading speed
     new 8df0062  Merge pull request #16 from bohmber/master
7dcc90c is described below

commit 7dcc90c83eb912876d7d3fd194a1c2ea557dfea9
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon Feb 8 22:09:32 2021 +0100

    fix: improved loading speed
---
 index.html                         |   2 +-
 navbar.md                          |   4 ++--
 resources/images/apache-small.png  | Bin 0 -> 34777 bytes
 resources/images/myfaces-small.png | Bin 0 -> 34150 bytes
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 80febc8..9990c79 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
 	  loadNavbar: 'navbar.md',
       subMaxLevel: 1,
       themeColor: '#235ba5',
-      logo:'/resources/images/myfaces.png',
+      logo:'/resources/images/myfaces-small.png',
       search: 'auto',
 	  topMargin: 60,
       alias: {
diff --git a/navbar.md b/navbar.md
index 1e9245b..59ccd4a 100644
--- a/navbar.md
+++ b/navbar.md
@@ -1,3 +1,3 @@
-![logo](/resources/images/myfaces.png ':class=myfaces')
+![logo](/resources/images/myfaces-small.png ':class=myfaces')
 
-![logo](/resources/images/apache.png ':class=apache')
\ No newline at end of file
+![logo](/resources/images/apache-small.png ':class=apache')
\ No newline at end of file
diff --git a/resources/images/apache-small.png b/resources/images/apache-small.png
new file mode 100644
index 0000000..4d0a0fe
Binary files /dev/null and b/resources/images/apache-small.png differ
diff --git a/resources/images/myfaces-small.png b/resources/images/myfaces-small.png
new file mode 100644
index 0000000..80cdf77
Binary files /dev/null and b/resources/images/myfaces-small.png differ