updated logo integration section

main
Frank Homburg 3 years ago
parent d30f637af1
commit 760d7f8022

@ -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 >}}
{{< detail-tag "Is there any way I can show that I am a no-JS club member?" >}} {{< 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: 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 ### 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 #### 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:**
`<a href="https://no-js.club"><img src="https://no-js.club/images/no-JS.club_logo_bright.svg" height="120px" /></a>`
**Example using the "width" parameter:**
`<a href="https://no-js.club"><img src="https://no-js.club/images/no-JS.club_logo_dark.svg" width="200px" /></a>`
#### Markdown solution if those image are to large/small #### Markdown solution if those image are to large/small

Loading…
Cancel
Save