Skip to content

Commit

Permalink
Add 88x31 buttons
Browse files Browse the repository at this point in the history
Most small/indie-web folks still use these, so it would be nice to have them for 512kb.club as well :D

Co-authored-by: getimiskon <[email protected]>
  • Loading branch information
daudix and getimiskon committed Feb 2, 2024
1 parent 5b01302 commit c4cbff4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions _includes/faq-02.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
sites with a total uncompressed size of <b>less than 512KB</b>.</li>
</ol>

<p>Once you're a proud member of one of the teams, you are free to use one of the banners below on your own website.
You can either save the SVG or use the code snippet below (remembering to change the name to whichever team
<p>Once you're a proud member of one of the teams, you are free to use one of the banners/buttons below on your own website.
You can either save the SVG/GIF or use the code snippet below (remembering to change the name to whichever team
you're in).</p>

<p><img src="/assets/images/green-team.svg" alt="green team banner" /></p>
Expand All @@ -21,9 +21,18 @@

<p><img src="/assets/images/blue-team.svg" alt="blue team banner" /></p>

<p><img src="/assets/images/green-team.gif" alt="green team button" /></p>

<p><img src="/assets/images/orange-team.gif" alt="orange team button" /></p>

<p><img src="/assets/images/blue-team.gif" alt="blue team button" /></p>

<pre><code>&lt;a href="https://512kb.club"&gt;&lt;img src="https://512kb.club/assets/images/green-team.svg"
alt="a proud member of the green team of 512KB club" /&gt;&lt;/a&gt;</code></pre>

<pre><code>&lt;a href="https://512kb.club"&gt;&lt;img src="https://512kb.club/assets/images/green-team.gif"
alt="a proud member of the green team of 512KB club" /&gt;&lt;/a&gt;</code></pre>

<p>Alternatively, you can add the banner to your site in pure HTML/CSS using <a target="_blank"
href="https://codepen.io/kevquirk/pen/VwmVaKm">this CodePen</a> as a guide.</p>

Expand Down
Binary file added assets/images/blue-team.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/green-team.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/orange-team.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4cbff4

Please sign in to comment.