From 760d7f8022c11e7d44cfae3d96d8e78e8c397d2f Mon Sep 17 00:00:00 2001 From: Frank Homburg Date: Thu, 28 Apr 2022 11:47:00 +0200 Subject: [PATCH] updated logo integration section --- content/faq.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/content/faq.md b/content/faq.md index c2deca0..a04ddf7 100644 --- a/content/faq.md +++ b/content/faq.md @@ -55,7 +55,7 @@ Note: I reserve the right to not add sites based on whether I think they're suit {{< /detail-tag >}} {{< detail-tag "Is there any way I can show that I am a no-JS club member?" >}} -### Using the no-JS.club logos to showcase membership +### Using the no-JS club logos to showcase membership Yes, **if your website is qualified and included in our list**, you are entitled to use one of the following two logos: @@ -89,13 +89,19 @@ Yes, **if your website is qualified and included in our list**, you are entitled ### How to change logo size -**HTML solution if those image are to large/small, change values of "width:100px" and "height:100px" to your liking** +Below you see some **HTML** and **Markdown** solutions for changing the size of the logo. #### HTML solution if those images are to large/small -`(https://no-js.club/images/no-JS.club_logo_bright.svg style="width:100px;height:100px")](https://no-js.club)` +To proportionally change the logo size you either add the **width** or **height** parameter to the HTML snippet. The browser will automatically calculate the size of the other edge. -`(https://no-js.club/images/no-JS.club_logo_dark.svg style="width:100px;height:100px")](https://no-js.club)` +**Example using the "height" parameter:** + +`` + +**Example using the "width" parameter:** + +`` #### Markdown solution if those image are to large/small