The following information should help you answer any unanswered questions about joining the no-JS club.
If you need more information, do not hesitate to create a ticket. We will respond to your request as soon as possible.
If you're interested in getting your site added to the no-JS club, all you need to do is to follow this step-by-step guide:
π€ Use GTMetrix to analyse your website π€
Once complete, click on “Waterfall” and note π the uncompressed size of transfered data
Next click on the “JS” tab to make sure your homepage doesn’t contain JS code
π Example Result Where No JavaScript Detected π
Note: I reserve the right to not add sites based on whether I think they’re suitable to be added or not
Yes, if your website is qualified and included in our list, you are entitled to use one of the following two logos:
Bright logo which fits darker website layout:
Dark logo which fits brighter website layout:
HTML code snippet for bright logo:
<a href="https://no-js.club/"><img alt="no-JS club" src="https://no-js.club/images/no-JS.club_logo_bright.svg">
HTML code snippet for dark logo:
<a href="https://no-js.club/"><img alt="no-JS club" src="https://no-js.club/images/no-JS.club_logo_dark.svg">
Markdown code snippets for bright logo:
[![This website is a proud member of the no-JS.club](https://no-js.club/images/no-JS.club_logo_bright.svg)](https://no-js.club)
Markdown code snippets for dark logo:
[![This website is a proud member of the no-JS.club](https://no-js.club/images/no-JS.club_logo_dark.svg)](https://no-js.club)
Below you see some HTML and Markdown solutions for changing the size of the logo.
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.
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>
Download the logo of your choice and open it with a text editor.
Lines five and six contain the dimensions in millimeters, which can be adjusted to your liking.
width="31.75940125mm"
height="27.790841875mm"
Upload the updated logo file to you web space and change the Markdown logo integration snippet respectively.
Good you asked! All this time I have been thinking about how I can gently teach you that membership will not bankrupt you but, except for the effort of making an application via ticket and waiting for it to be approved, absolutely doesnβt cost a dime!
Copyright Β© 2022, Frank Homburg.
License: CC BY-SA 4.0
Git: SourceHut
The no-JS Club was created by Frank Homburg and is the successor of Karan Goel's now archived project, The noJS Club.
Maintained with π for a JavaScript freer Internet.