[guadec-web] Modified theme to fix web application icons



commit 045f6c84068f4ddb7bfb8aac9b6d8ec57b213644
Author: Oliver Gutierrez <ogutsua gmail com>
Date:   Thu May 31 19:51:56 2018 +0100

    Modified theme to fix web application icons

 src/haml/base/base.haml  |  14 +++++++-------
 src/img/icon-180x180.png | Bin 0 -> 11124 bytes
 src/img/icon-192x192.png | Bin 0 -> 12020 bytes
 src/img/icon-270x270.png | Bin 0 -> 16567 bytes
 src/img/icon-32x32.png   | Bin 0 -> 1433 bytes
 5 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/haml/base/base.haml b/src/haml/base/base.haml
index 709161a..cfec744 100644
--- a/src/haml/base/base.haml
+++ b/src/haml/base/base.haml
@@ -24,9 +24,9 @@
         %meta{:charset => "utf-8"}
         %meta{:http-equiv => "X-UA-Compatible", :content => "IE-edge"}
         %meta{:name => "viewport", :content => "width=device-width, initial-scale=1, user-scalable=no"}
-        %meta{:name => "theme-color", :content => "#057"}
-        %meta{:name => "msapplication-navbutton-color", :content => "#057"}
-        %meta{:name => "apple-mobile-web-app-status-bar-style", :content => "#057"}
+        %meta{:name => "theme-color", :content => "#4a86cf"}
+        %meta{:name => "msapplication-navbutton-color", :content => "#4a86cf"}
+        %meta{:name => "apple-mobile-web-app-status-bar-style", :content => "#4a86cf"}
 
         %title {% block title %}{{ SITENAME }}{% endblock %} - {{ SITEDOMAIN }}
         %meta{:name => "description", :content => "{% block metadescription %}{% endblock %}"}
@@ -36,10 +36,10 @@
 
         %link{:rel => "dns-prefetch", :href => "//fonts.googleapis.com"}
         %link{:rel => "alternate", :type => "application/rss+xml", :title => "{{ SITENAME }} feed", :href => 
"/rss"}
-        %link{:rel => "icon", :href => "{{ SITEURL }}/theme/img/icon-32x32.png'"}
-        %link{:rel => "icon", :href => "{{ SITEURL }}/theme/img/icon-192x192.png'"}
-        %link{:rel => "apple-touch-icon-precompose", :href => "{{ SITEURL }}/theme/img/icon-180x180.png'"}
-        %link{:rel => "msapplication-TileImage", :href => "{{ SITEURL }}/theme/img/icon-270x270.png'"}
+        %link{:rel => "icon", :href => "{{ SITEURL }}/theme/img/icon-32x32.png"}
+        %link{:rel => "icon", :href => "{{ SITEURL }}/theme/img/icon-192x192.png"}
+        %link{:rel => "apple-touch-icon-precompose", :href => "{{ SITEURL }}/theme/img/icon-180x180.png"}
+        %link{:rel => "msapplication-TileImage", :href => "{{ SITEURL }}/theme/img/icon-270x270.png"}
 
         %link{:rel => "stylesheet", :href => "{{ SITEURL }}/theme/css/screen.css"}
 
diff --git a/src/img/icon-180x180.png b/src/img/icon-180x180.png
new file mode 100644
index 0000000..56b6a6d
Binary files /dev/null and b/src/img/icon-180x180.png differ
diff --git a/src/img/icon-192x192.png b/src/img/icon-192x192.png
new file mode 100644
index 0000000..c29fd5b
Binary files /dev/null and b/src/img/icon-192x192.png differ
diff --git a/src/img/icon-270x270.png b/src/img/icon-270x270.png
new file mode 100644
index 0000000..6620789
Binary files /dev/null and b/src/img/icon-270x270.png differ
diff --git a/src/img/icon-32x32.png b/src/img/icon-32x32.png
new file mode 100644
index 0000000..342b838
Binary files /dev/null and b/src/img/icon-32x32.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]