You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/24 18:34:00 UTC

[jira] [Work logged] (AVRO-3546) Add the standard apache favicons for the site

     [ https://issues.apache.org/jira/browse/AVRO-3546?focusedWorklogId=784684&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-784684 ]

ASF GitHub Bot logged work on AVRO-3546:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Jun/22 18:33
            Start Date: 24/Jun/22 18:33
    Worklog Time Spent: 10m 
      Work Description: RyanSkraba opened a new pull request, #1734:
URL: https://github.com/apache/avro/pull/1734

   Adds the favicons to the website
   
   ### Jira
   
   - [X] My PR addresses AVRO-3546
   




Issue Time Tracking
-------------------

            Worklog Id:     (was: 784684)
    Remaining Estimate: 0h
            Time Spent: 10m

> Add the standard apache favicons for the site
> ---------------------------------------------
>
>                 Key: AVRO-3546
>                 URL: https://issues.apache.org/jira/browse/AVRO-3546
>             Project: Apache Avro
>          Issue Type: Sub-task
>            Reporter: Ryan Skraba
>            Assignee: Ryan Skraba
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Copied from https://apache.org home page source.
> {code}
> <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">
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)