Skip to content

Commit

Permalink
Changes to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
kevquirk committed Jan 31, 2022
1 parent fab9183 commit 1746ad2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17 deletions.
19 changes: 6 additions & 13 deletions _includes/faq-07.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
<details class="red-notice" id="lightweight-notice">
<summary>What we won't accept into The 512KB Club</summary>
<h2> Ultra lightweight sites</h2>
<summary>Ultra minimal / link pages won't be added</summary>

<p>There are a growing number of "sites" being submitted to The 512KB Club that are ultra lightweight (usually
&lt;1KB). These sites often contain absolutely no information apart from a couple of links to other pages that
<i>do</i> contain information.</p>
<p>The whole point of the 512KB Club is to showcase what <i>can</i> be done with 512KB of space. Anyone can come along and make a <10KB site containing 3 lines of CSS and a handful of links to other pages.</p>

<p><b>These sites are not in keeping with the aim of The 512KB Club and will not be added.</b> If your site contains nothing more than a title and a couple of links, it <b>won't</b> be added. Think of it like this - if someone can visit your homepage and understand what the site is about, or who you are, then it's far more likely to be added. Here's an example of an unacceptable website:</p>
<p><b>That's NOT a good showcase of what can be done with 512KB.</b></p>

<img width="75%" alt="Ultra light website example" src="/assets/images/light-website.png" />
<p>What we're looking for are sites with interesting design concepts that prove 512KB is a load of space that you can do so much with.</p>

<p>The aim of The 512KB Club is to showcase lightweight websites. Anyone can create a website that is under 1KB, but composed only of a single h1 tag and a couple of links. That's boring - try and be more interesting.</p>
<p>If we decide that your site qualifies as "ultra-minimal" or is simply just a page containing a paragraph of text and some links, <b>it won't be added.</b></p>

<h2>Illegal or inappropriate content</h2>

<p>This can be anything we deem inappropriate for the 512KB Club. Things like pornographic sites, or sites that contain NSFW material will not be added. Basically, if you wouldn't show it to your grandma or your kids, you're probably not going to get accepted.</p>

<p><b>We reserve the right to refuse any site we deem to be inappropriate, even if it doesn't obviously align to any of the rules stated above.</b></p>
<p>We're aware there are a number of these sites that have already been added to the 512KB Club, and we're slowly working our way through and removing them. If you notice a site in the list that you think qualifies, please do <a href="https://github.com/kevquirk/512kb.club/issues">submit an issue on GitHub</a> to let us know.</p>

</details>
8 changes: 8 additions & 0 deletions _includes/faq-08.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<details class="red-notice" id="lightweight-notice">
<summary>Illegal or inappropriate content</summary>

<p>This can be anything we deem inappropriate for the 512KB Club. Things like pornographic sites, or sites that contain NSFW material will not be added. Basically, if you wouldn't show it to your grandma or your kids, you're probably not going to get accepted.</p>

<p><b>We reserve the right to refuse any site we deem to be inappropriate, even if it doesn't obviously align to any of the rules stated above.</b></p>

</details>
10 changes: 6 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
--after-orange: #FFF176;
--before-green: #4CAF50;
--after-green: #C8E6C9;

--notice-red-bg: #EFD3CF;
--notice-red-border: #951818;
}

/* Define colours for auto dark mode */
Expand All @@ -32,6 +33,8 @@
--accent: #333;
--gh-hover: #222;
--code: #F06292;
--notice-red-bg: #951818;
--notice-red-border: #EFD3CF;
}

ul li {
Expand Down Expand Up @@ -304,9 +307,8 @@ details {
}

details.red-notice {
background: #951818;
border-color: #951818;
color: white;
background: var(--notice-red-bg);
border-color: var(--notice-red-border);
}

.red-notice h2 {
Expand Down
Binary file removed assets/images/light-website.png
Binary file not shown.
2 changes: 2 additions & 0 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ This page is intended to answer any questions you may have about joining or main
{% include faq-06.html %}

{% include faq-07.html %}

{% include faq-08.html %}

0 comments on commit 1746ad2

Please sign in to comment.