From dcf98033969964a140935b1a50d068e3ba8102b0 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 20 Mar 2018 19:57:42 +0100 Subject: [PATCH] Add Opencast logo (#145) * Add Opencast Logo This patch adds the logo of Opencast * Make Opencast logo even smaller * Adhere to contributor guidelines * Added white background * Fixed icon size * Add newlines to SVG file * Combine paths --- README.md | 1 + images/reference/index.md | 1 + images/reference/opencast.svg | 67 +++++++++++++++++++++++++++++++++++ images/svg/opencast.svg | 10 ++++++ radius.html | 3 +- 5 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 images/reference/opencast.svg create mode 100644 images/svg/opencast.svg diff --git a/README.md b/README.md index b1728c40..88ee2bfc 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Say thanks!
1003 Bytes
399 Bytes
463 Bytes +
313 Bytes diff --git a/images/reference/index.md b/images/reference/index.md index 07cdab87..fabfcb8a 100644 --- a/images/reference/index.md +++ b/images/reference/index.md @@ -99,3 +99,4 @@ Where possible this links to the organisation's brand guidelines page. | | | https://www.videolan.org/| | | | https://en.wikipedia.org/wiki/International_Symbol_of_Access| | | | https://www.ethereum.org/ | +| | | http://www.opencast.org/ | diff --git a/images/reference/opencast.svg b/images/reference/opencast.svg new file mode 100644 index 00000000..47e99211 --- /dev/null +++ b/images/reference/opencast.svg @@ -0,0 +1,67 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/images/svg/opencast.svg b/images/svg/opencast.svg new file mode 100644 index 00000000..2f779b70 --- /dev/null +++ b/images/svg/opencast.svg @@ -0,0 +1,10 @@ + diff --git a/radius.html b/radius.html index ce8519e2..e385cf13 100644 --- a/radius.html +++ b/radius.html @@ -82,7 +82,8 @@ 'intel', 'badoo', 'laravel', 'twilio', 'google_play', 'gmail', 'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet', 'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon', 'viber', - 'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum' + 'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum', + 'opencast' ]; var container = document.querySelector('.icons');