fix: improved loading speed
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
--- /dev/null
+++ b/resources/images/apache-small.png
Binary files differ
diff --git a/resources/images/myfaces-small.png b/resources/images/myfaces-small.png
new file mode 100644
index 0000000..80cdf77
--- /dev/null
+++ b/resources/images/myfaces-small.png
Binary files differ