[
https://issues.apache.org/jira/browse/KAFKA-18112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Swikar Patel updated KAFKA-18112:
---------------------------------
Description:
* Download the official Apache Kafka logo in SVG format from the Apache Kafka
website (likely under "Resources" or "Branding").
* Create an "images" folder in the root directory of the Kafka project.
* Add the logo file (e.g., {{{}kafka-logo.svg{}}}) to the "images" folder.
* Open the {{README.md}} file in a text editor.
* Add the following Markdown code to include the logo at the top of the file
(below the title):
* Ensure the logo is appropriately sized. You might need to adjust its
dimensions using HTML or CSS within the Markdown file if necessary.
* Add alternative text to the image tag for accessibility (e.g.,
{{{}alt="Kafka Logo"{}}}).
* Preview the changes to make sure the logo appears correctly.
was:
* Download the official Apache Kafka logo in SVG format from the Apache Kafka
website.
* Create an "images" folder in the root directory of the Kafka project.
* Add the logo file to the "images" folder.
* Update the {{README.md}} file to include the logo using Markdown image
syntax.
* Ensure the logo is appropriately sized and has alternative text for
accessibility.
> Add Kafka Logo to README
> ------------------------
>
> Key: KAFKA-18112
> URL: https://issues.apache.org/jira/browse/KAFKA-18112
> Project: Kafka
> Issue Type: Sub-task
> Components: docs, documentation
> Reporter: Swikar Patel
> Priority: Minor
>
> * Download the official Apache Kafka logo in SVG format from the Apache Kafka
> website (likely under "Resources" or "Branding").
> * Create an "images" folder in the root directory of the Kafka project.
> * Add the logo file (e.g., {{{}kafka-logo.svg{}}}) to the "images" folder.
> * Open the {{README.md}} file in a text editor.
> * Add the following Markdown code to include the logo at the top of the file
> (below the title):
> * Ensure the logo is appropriately sized. You might need to adjust its
> dimensions using HTML or CSS within the Markdown file if necessary.
> * Add alternative text to the image tag for accessibility (e.g.,
> {{{}alt="Kafka Logo"{}}}).
> * Preview the changes to make sure the logo appears correctly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)