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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 36315f2  chore: add favicon/touch icons
36315f2 is described below

commit 36315f2c294bcce6120446f3f6376706bd1f68e1
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Fri Jul 12 12:06:28 2019 +0200

    chore: add favicon/touch icons
---
 antora-ui-camel/src/partials/head-meta.hbs |  15 +++++++++++++++
 layouts/partials/header.html               |  15 +++++++++++++++
 static/apple-touch-icon-114x114.png        | Bin 0 -> 10391 bytes
 static/apple-touch-icon-120x120.png        | Bin 0 -> 10149 bytes
 static/apple-touch-icon-144x144.png        | Bin 0 -> 14613 bytes
 static/apple-touch-icon-152x152.png        | Bin 0 -> 15963 bytes
 static/apple-touch-icon-57x57.png          | Bin 0 -> 3270 bytes
 static/apple-touch-icon-60x60.png          | Bin 0 -> 3451 bytes
 static/apple-touch-icon-72x72.png          | Bin 0 -> 5010 bytes
 static/apple-touch-icon-76x76.png          | Bin 0 -> 5473 bytes
 static/browserconfig.xml                   |  11 +++++++++++
 static/favicon-128.png                     | Bin 0 -> 11738 bytes
 static/favicon-16x16.png                   | Bin 0 -> 647 bytes
 static/favicon-196x196.png                 | Bin 0 -> 23164 bytes
 static/favicon-32x32.png                   | Bin 0 -> 1481 bytes
 static/favicon-96x96.png                   | Bin 0 -> 7157 bytes
 static/favicon.ico                         | Bin 0 -> 34494 bytes
 static/mstile-150x150.png                  | Bin 0 -> 40128 bytes
 static/mstile-310x150.png                  | Bin 0 -> 96423 bytes
 static/mstile-310x310.png                  | Bin 0 -> 185215 bytes
 static/mstile-70x70.png                    | Bin 0 -> 11738 bytes
 static/site.webmanifest                    |  12 ++++++++++++
 22 files changed, 53 insertions(+)

diff --git a/antora-ui-camel/src/partials/head-meta.hbs 
b/antora-ui-camel/src/partials/head-meta.hbs
index 541516c..36c4e8a 100644
--- a/antora-ui-camel/src/partials/head-meta.hbs
+++ b/antora-ui-camel/src/partials/head-meta.hbs
@@ -1 +1,16 @@
+<link rel="apple-touch-icon-precomposed" sizes="57x57" 
href="{{siteRootPath}}/apple-touch-icon-57x57.png" />
+<link rel="apple-touch-icon-precomposed" sizes="114x114" 
href="{{siteRootPath}}/apple-touch-icon-114x114.png" />
+<link rel="apple-touch-icon-precomposed" sizes="72x72" 
href="{{siteRootPath}}/apple-touch-icon-72x72.png" />
+<link rel="apple-touch-icon-precomposed" sizes="144x144" 
href="{{siteRootPath}}/apple-touch-icon-144x144.png" />
+<link rel="apple-touch-icon-precomposed" sizes="60x60" 
href="{{siteRootPath}}/apple-touch-icon-60x60.png" />
+<link rel="apple-touch-icon-precomposed" sizes="120x120" 
href="{{siteRootPath}}/apple-touch-icon-120x120.png" />
+<link rel="apple-touch-icon-precomposed" sizes="76x76" 
href="{{siteRootPath}}/apple-touch-icon-76x76.png" />
+<link rel="apple-touch-icon-precomposed" sizes="152x152" 
href="{{siteRootPath}}/apple-touch-icon-152x152.png" />
+<link rel="icon" type="image/png" href="{{siteRootPath}}/favicon-196x196.png" 
sizes="196x196" />
+<link rel="icon" type="image/png" href="{{siteRootPath}}/favicon-96x96.png" 
sizes="96x96" />
+<link rel="icon" type="image/png" href="{{siteRootPath}}/favicon-32x32.png" 
sizes="32x32" />
+<link rel="icon" type="image/png" href="{{siteRootPath}}/favicon-16x16.png" 
sizes="16x16" />
+<link rel="icon" type="image/png" href="{{siteRootPath}}/favicon-128.png" 
sizes="128x128" />
+<meta name="application-name" content="Apache Camel"/>
+<link rel="manifest" href="{{siteRootPath}}/site.webmanifest">
 {{! Add additional meta tags here}}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d05f0e1..7ff7465 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -3,6 +3,21 @@
     <head>
         <meta charset="utf-8">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ 
"apple-touch-icon-57x57.png" | relURL }}" />
+        <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ 
"apple-touch-icon-114x114.png" | relURL }}" />
+        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ 
"apple-touch-icon-72x72.png" | relURL }}" />
+        <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ 
"apple-touch-icon-144x144.png" | relURL }}" />
+        <link rel="apple-touch-icon-precomposed" sizes="60x60" href="{{ 
"apple-touch-icon-60x60.png" | relURL }}" />
+        <link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ 
"apple-touch-icon-120x120.png" | relURL }}" />
+        <link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{ 
"apple-touch-icon-76x76.png" | relURL }}" />
+        <link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ 
"apple-touch-icon-152x152.png" | relURL }}" />
+        <link rel="icon" type="image/png" href="{{ "favicon-196x196.png" | 
relURL }}" sizes="196x196" />
+        <link rel="icon" type="image/png" href="{{ "favicon-96x96.png" | 
relURL }}" sizes="96x96" />
+        <link rel="icon" type="image/png" href="{{ "favicon-32x32.png" | 
relURL }}" sizes="32x32" />
+        <link rel="icon" type="image/png" href="{{ "favicon-16x16.png" | 
relURL }}" sizes="16x16" />
+        <link rel="icon" type="image/png" href="{{ "favicon-128.png" | relURL 
}}" sizes="128x128" />
+        <meta name="application-name" content="Apache Camel"/>
+        <link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
         <title>{{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end 
}}</title>
         <link rel="canonical" href="{{ .URL }}">
         {{ if .Description}}
diff --git a/static/apple-touch-icon-114x114.png 
b/static/apple-touch-icon-114x114.png
new file mode 100644
index 0000000..9ea3444
Binary files /dev/null and b/static/apple-touch-icon-114x114.png differ
diff --git a/static/apple-touch-icon-120x120.png 
b/static/apple-touch-icon-120x120.png
new file mode 100644
index 0000000..144aa2a
Binary files /dev/null and b/static/apple-touch-icon-120x120.png differ
diff --git a/static/apple-touch-icon-144x144.png 
b/static/apple-touch-icon-144x144.png
new file mode 100644
index 0000000..95ac4d8
Binary files /dev/null and b/static/apple-touch-icon-144x144.png differ
diff --git a/static/apple-touch-icon-152x152.png 
b/static/apple-touch-icon-152x152.png
new file mode 100644
index 0000000..6f55056
Binary files /dev/null and b/static/apple-touch-icon-152x152.png differ
diff --git a/static/apple-touch-icon-57x57.png 
b/static/apple-touch-icon-57x57.png
new file mode 100644
index 0000000..a0f26c5
Binary files /dev/null and b/static/apple-touch-icon-57x57.png differ
diff --git a/static/apple-touch-icon-60x60.png 
b/static/apple-touch-icon-60x60.png
new file mode 100644
index 0000000..82664a2
Binary files /dev/null and b/static/apple-touch-icon-60x60.png differ
diff --git a/static/apple-touch-icon-72x72.png 
b/static/apple-touch-icon-72x72.png
new file mode 100644
index 0000000..7bce847
Binary files /dev/null and b/static/apple-touch-icon-72x72.png differ
diff --git a/static/apple-touch-icon-76x76.png 
b/static/apple-touch-icon-76x76.png
new file mode 100644
index 0000000..e246ac4
Binary files /dev/null and b/static/apple-touch-icon-76x76.png differ
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
new file mode 100644
index 0000000..77b2be6
--- /dev/null
+++ b/static/browserconfig.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+    <msapplication>
+        <tile>
+            <square70x70logo src="mstile-70x70.png"/>
+            <square150x150logo src="mstile-150x150.png"/>
+            <wide310x150logo src="mstile-310x150.png"/>
+            <square310x310logo src="mstile-310x310.png"/>
+        </tile>
+    </msapplication>
+</browserconfig>
diff --git a/static/favicon-128.png b/static/favicon-128.png
new file mode 100644
index 0000000..30d4693
Binary files /dev/null and b/static/favicon-128.png differ
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..4cd99b4
Binary files /dev/null and b/static/favicon-16x16.png differ
diff --git a/static/favicon-196x196.png b/static/favicon-196x196.png
new file mode 100644
index 0000000..ca2cb82
Binary files /dev/null and b/static/favicon-196x196.png differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..385f195
Binary files /dev/null and b/static/favicon-32x32.png differ
diff --git a/static/favicon-96x96.png b/static/favicon-96x96.png
new file mode 100644
index 0000000..41de59b
Binary files /dev/null and b/static/favicon-96x96.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..2b3e932
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
new file mode 100644
index 0000000..df79669
Binary files /dev/null and b/static/mstile-150x150.png differ
diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png
new file mode 100644
index 0000000..631631d
Binary files /dev/null and b/static/mstile-310x150.png differ
diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png
new file mode 100644
index 0000000..5966c23
Binary files /dev/null and b/static/mstile-310x310.png differ
diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png
new file mode 100644
index 0000000..30d4693
Binary files /dev/null and b/static/mstile-70x70.png differ
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..f2186ae
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,12 @@
+{
+  "short_name": "Apache Camel",
+  "name": "Apache Camel - Integration you want!",
+  "icons": [{
+    "src": "favicon-196x196.png",
+    "type": "image/png",
+    "sizes": "196x196"
+  }],
+  "start_url": "/?utm_source=homescreen",
+  "background_color": "#fbfbfb",
+  "theme_color": "#fbfbfb"
+}

Reply via email to