From ae4c93ef87d009b0130267c785725e5c2a40e22d Mon Sep 17 00:00:00 2001 From: szTheory Date: Fri, 21 Feb 2020 10:51:22 -0500 Subject: [PATCH] Update Images section within Contributing document. Fixes #1359 --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0ce5bc54..d5e02ad6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -95,8 +95,8 @@ See https://www.privacytools.io/providers/vpn/#criteria for more details. ## Images -- Provider logos are 200px x 70px ([example](https://github.com/privacytoolsIO/privacytools.io/blob/master/assets/img/provider/Mullvad.png)) -- Tool logos are 120px x 120px ([example](https://github.com/privacytoolsIO/privacytools.io/blob/master/assets/img/tools/Firefox.png)) +- Provider logos are either an SVG or a PNG file with dimensions of 384px x 128px ([example](https://github.com/privacytoolsIO/privacytools.io/blob/master/assets/img/svg/3rd-party/mullvad.svg)) +- Tool logos are either an SVG file with equal height and width, or a 120px x 120px PNG file ([example SVG](https://github.com/privacytoolsIO/privacytools.io/blob/master/assets/img/svg/3rd-party/firefox_browser.svg)) ([example PNG](https://github.com/privacytoolsIO/privacytools.io/blob/master/assets/img/png/3rd-party/netguard.png)) ## Licensing