From 987f42d6d44cc18e5c33441e742d15ffff6feb72 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Tue, 25 Jun 2019 18:39:28 +0200 Subject: [PATCH] logo: Add logo to the project References #1087 --- README.md | 2 +- formats/HtmlFormat.php | 1 + lib/BridgeList.php | 4 +- static/favicon.png | Bin 0 -> 3007 bytes static/favicon.svg | 122 +++++++++++++++++++++++++++++++ static/logo.svg | 162 +++++++++++++++++++++++++++++++++++++++++ static/logo_300px.png | Bin 0 -> 11546 bytes static/logo_600px.png | Bin 0 -> 24072 bytes static/style.css | 19 +++-- 9 files changed, 299 insertions(+), 11 deletions(-) create mode 100644 static/favicon.png create mode 100644 static/favicon.svg create mode 100644 static/logo.svg create mode 100644 static/logo_300px.png create mode 100644 static/logo_600px.png diff --git a/README.md b/README.md index 865840a0..8ee20c44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -rss-bridge +![RSS-Bridge](static/logo_600px.png) === [![LICENSE](https://img.shields.io/badge/license-UNLICENSE-blue.svg)](UNLICENSE) [![GitHub release](https://img.shields.io/github/release/rss-bridge/rss-bridge.svg?logo=github)](https://github.com/rss-bridge/rss-bridge/releases/latest) [![Debian Release](https://img.shields.io/badge/dynamic/json.svg?logo=debian&label=debian%20release&url=https%3A%2F%2Fsources.debian.org%2Fapi%2Fsrc%2Frss-bridge%2F&query=%24.versions%5B0%5D.version&colorB=blue)](https://tracker.debian.org/pkg/rss-bridge) [![Guix Release](https://img.shields.io/badge/guix%20release-unknown-blue.svg)](https://www.gnu.org/software/guix/packages/R/) [![Build Status](https://travis-ci.org/RSS-Bridge/rss-bridge.svg?branch=master)](https://travis-ci.org/RSS-Bridge/rss-bridge) [![Docker Build Status](https://img.shields.io/docker/build/rssbridge/rss-bridge.svg?logo=docker)](https://hub.docker.com/r/rssbridge/rss-bridge/) diff --git a/formats/HtmlFormat.php b/formats/HtmlFormat.php index 687c1f4f..ebb6b78e 100644 --- a/formats/HtmlFormat.php +++ b/formats/HtmlFormat.php @@ -98,6 +98,7 @@ EOD; {$title} + diff --git a/lib/BridgeList.php b/lib/BridgeList.php index 9f77f7af..dc545de9 100644 --- a/lib/BridgeList.php +++ b/lib/BridgeList.php @@ -33,6 +33,7 @@ final class BridgeList { RSS-Bridge +