This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new dd1d7ae07 AVRO-3546: Add favicons to the website (#1734)
dd1d7ae07 is described below
commit dd1d7ae0758596b6b4183a87eb3b94f1e7f298c2
Author: Ryan Skraba <[email protected]>
AuthorDate: Wed Jun 29 19:56:41 2022 +0200
AVRO-3546: Add favicons to the website (#1734)
* AVRO-3546: Add favicons to the website
* Add license
* Apply suggestions from code review
Co-authored-by: Martin Grigorov <[email protected]>
Co-authored-by: Martin Grigorov <[email protected]>
---
doc/layouts/partials/favicons.html | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/doc/layouts/partials/favicons.html
b/doc/layouts/partials/favicons.html
new file mode 100644
index 000000000..7ff1b9f01
--- /dev/null
+++ b/doc/layouts/partials/favicons.html
@@ -0,0 +1,37 @@
+<!-- Copied from https://apache.org home page source. -->
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+<link rel="apple-touch-icon" sizes="57x57"
href="https://apache.org/favicons/apple-touch-icon-57x57.png">
+<link rel="apple-touch-icon" sizes="60x60"
href="https://apache.org/favicons/apple-touch-icon-60x60.png">
+<link rel="apple-touch-icon" sizes="72x72"
href="https://apache.org/favicons/apple-touch-icon-72x72.png">
+<link rel="apple-touch-icon" sizes="76x76"
href="https://apache.org/favicons/apple-touch-icon-76x76.png">
+<link rel="apple-touch-icon" sizes="114x114"
href="https://apache.org/favicons/apple-touch-icon-114x114.png">
+<link rel="apple-touch-icon" sizes="120x120"
href="https://apache.org/favicons/apple-touch-icon-120x120.png">
+<link rel="apple-touch-icon" sizes="144x144"
href="https://apache.org/favicons/apple-touch-icon-144x144.png">
+<link rel="apple-touch-icon" sizes="152x152"
href="https://apache.org/favicons/apple-touch-icon-152x152.png">
+<link rel="apple-touch-icon" sizes="180x180"
href="https://apache.org/favicons/apple-touch-icon-180x180.png">
+<link rel="icon" type="image/png"
href="https://apache.org/favicons/favicon-32x32.png" sizes="32x32">
+<link rel="icon" type="image/png"
href="https://apache.org/favicons/favicon-194x194.png" sizes="194x194">
+<link rel="icon" type="image/png"
href="https://apache.org/favicons/favicon-96x96.png" sizes="96x96">
+<link rel="icon" type="image/png"
href="https://apache.org/favicons/android-chrome-192x192.png" sizes="192x192">
+<link rel="icon" type="image/png"
href="https://apache.org/favicons/favicon-16x16.png" sizes="16x16">
+<link rel="manifest" href="https://apache.org/favicons/manifest.json">
+<link rel="shortcut icon" href="https://apache.org/favicons/favicon.ico">