You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
4.3 KiB
Markdown
112 lines
4.3 KiB
Markdown
---
|
|
title: "FAQ"
|
|
date: "2022-04-26T13:03:54+02:00"
|
|
draft: false
|
|
---
|
|
|
|
# no-JS Club FAQ
|
|
|
|
<p>Below you find commonly asked question regarding the no-JS.club project and membership:</p>
|
|
|
|
{{< detail-tag "Terms and conditions" >}}
|
|
## Your website must be...
|
|
- **SFW**
|
|
- **accessible via HTTPS**
|
|
|
|
## Your website doesn't include the following contents
|
|
- **pornography/sexism or otherwise offensive**
|
|
- **fanaticism**
|
|
- **racism**
|
|
- **illegal material of any kind**
|
|
{{< /detail-tag >}}
|
|
|
|
{{< detail-tag "How to join the no-JS club?" >}}
|
|
## Instructions
|
|
<p>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:</p>
|
|
|
|
1. 🤞 Use [GTMetrix](https://gtmetrix.com) to analyse your website 🤞
|
|
|
|
2. Once complete, click on **"Waterfall"** and note 📝 the uncompressed size of transfered data
|
|
|
|
![Accepted domain - All tab GTmetrix analyse result](/assets/no-js/accepted_gtmetrix_waterfall_all.webp)
|
|
|
|
3. Next click on the **"JS"** tab to make sure your homepage doesn't contain JS code
|
|
|
|
### 🙌 Example Result Where No JavaScript Detected 🙌
|
|
![Accepted domain - JS tab GTmetrix analyse result](/assets/no-js/accepted_gtmetrix_waterfall_js.webp)
|
|
|
|
### 😞 Example Result Where JavaScript Was Detected! 😞
|
|
![Denied domain - JS tab GTmetrix analyse result](/assets/no-js/denied_gtmetrix_waterfall_js.webp)
|
|
|
|
4. If your website satisfies the requirement, [submit a ticket 🎫 on sourcehut](https://todo.sr.ht/~hmbrg/no-JS.club)
|
|
|
|
### Example Of A Filled Ticket
|
|
![sourcehut membership request ticket](/assets/no-js/membership-request-ticket.webp)
|
|
|
|
5. Once your request is approved, the domain will be added to the member list below
|
|
|
|
Note: I reserve the right to not add sites based on whether I think they're suitable to be added or not
|
|
|
|
[Example ticket showcasing an accepted request 🙌](https://todo.sr.ht/~hmbrg/no-JS.club/1)
|
|
|
|
[Example ticket showcasing a denied request 😢](https://todo.sr.ht/~hmbrg/no-JS.club/2)
|
|
{{< /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
|
|
|
|
If your website is **qualified and included in our list**, you are entitled to use one of the following two logos:
|
|
|
|
## Bright no-JS club logo
|
|
|
|
[![bright no-JS.club logo](/images/no-JS.club_logo_bright.svg)](https://no-js.club)
|
|
|
|
### To include the above logo, use the following HTML code:
|
|
|
|
`<a href="https://no-js.club/"><img alt="no-JS club" src="https://no-js.club/images/no-JS.club_logo_bright.svg">`
|
|
|
|
### When using a static side generator like Hugo use the following Markdown snippet:
|
|
|
|
`[![This website is a proud member of the no-JS.club logo](https://no-js.club/images/no-JS.club_logo_bright.svg)](https://no-js.club)`
|
|
|
|
## Dark no-JS club logo
|
|
|
|
[![dark no-JS.club logo](/images/no-JS.club_logo_dark.svg)](https://no-js.club)
|
|
|
|
### To include the above logo, use the following HTML code:
|
|
|
|
`<a href="https://no-js.club/"><img alt="no-JS club" src="https://no-js.club/images/no-JS.club_logo_bright.svg">`
|
|
|
|
### When using a static side generator like Hugo use the following Markdown snippet:
|
|
|
|
`[![This website is a proud member of the no-JS.club logo](https://no-js.club/images/no-JS.club_logo_bright.svg)](https://no-js.club)`
|
|
|
|
### Those image are to large/small
|
|
If the dimensions of the logos are not suitable for you, 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"`
|
|
{{< /detail-tag >}}
|
|
|
|
{{< detail-tag "When does the club membership begin?" >}}
|
|
## Start of club membership
|
|
|
|
Once your request is approved, the website mentioned via support ticket will become a proud member of the [no-JS.club](https://no-JS.club) and will be listed on the front page of the project website.
|
|
{{< /detail-tag >}}
|
|
|
|
{{< detail-tag "Will membership cost me anything?" >}}
|
|
## The cost of membership
|
|
Good that you ask! [no-JS.club](https://no-js.club) **membership is absolutely free of charge**.
|
|
|
|
We don't ask for money and don't expect anything else in return, **except the request for [membership](https://todo.sr.ht/~hmbrg/no-JS.club) via support ticket**.
|
|
{{< /detail-tag >}}
|
|
|
|
|
|
{{< detail-tag "I have further questions?!?" >}}
|
|
## Contact information
|
|
Please direct all further questions to my eMail address: *no-JS {at} hmbrg {dot} org*.
|
|
{{< /detail-tag >}}
|