diff options
| author | raghu-kamath <93243082+raghu-kamath@users.noreply.github.com> | 2023-02-17 20:26:16 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 15:56:16 +0100 |
| commit | 0609fd7498dd812d9f511dc2e2e6ea7c002175b3 (patch) | |
| tree | acf96a3ccd08639f122d6b41808c59a35f35734f /README.md | |
| parent | 19efb7891ff42ea6fbedec6675c40c6b333c619b (diff) | |
Add new QXmpp logo (#528)
This commit adds a new logo for the project. The logotype includes
the alphabet 'Q' written in Morse Code, this is inspired by the use of
morese code in the logotype of a downstream project - Kaidan. The
logotype resembles a chat speech bubble, hinting that this library is
used to facilitate chat communication.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -3,14 +3,16 @@ SPDX-FileCopyrightText: 2009 Manjeet Dahiya <manjeetdahiya@gmail.com> SPDX-License-Identifier: CC0-1.0 --> - <h1 align="center"> - QXmpp +<picture> + <img alt="QXmpp logo" src="./logo.svg" height="150"> +</picture> +</h1> +<p align="center"> <a href="https://xmpp.org/extensions/xep-0459.html"> <img alt="XMPP:2022 Client IM Mobile+ Compliance Badge" src="https://img.shields.io/badge/XMPP%3A2022%20Client-Core%20IM%20Mobile%2B-green"> </a> -</h1> - +</p> <p align="center"> <a href="https://github.com/qxmpp-project/qxmpp/actions"> <img alt="Build Status" src="https://github.com/qxmpp-project/qxmpp/workflows/tests/badge.svg"> |
