Skip to content

Commit cca1fed

Browse files
committed
Remove Buy Me a Coffee & Product Hunt
1 parent cda5680 commit cca1fed

6 files changed

Lines changed: 3 additions & 65 deletions

File tree

assets/sprite.svg

Lines changed: 0 additions & 3 deletions
Loading

css/docs.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ <h2>A CSS stylesheet to quickly highlight a11y concerns. </h2>
112112
<a href="https://github.com/jackdomleo7/Checka11y.css/blob/master/features.md" target="_blank" rel="noopener nofollow" class="button">View features</a>
113113
</div>
114114
<a href="https://github.com/jackdomleo7/Checka11y.css/blob/master/codes.md" target="_blank" rel="noopener nofollow" class="button">View error/warning codes</a>
115-
<a href="https://www.producthunt.com/posts/checka11y-css?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-checka11y-css" target="_blank">
116-
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=269866&theme=light" alt="Checka11y.css - A CSS stylesheet to quickly highlight a11y concerns. | Product Hunt" />
117-
<span class="sr-only">Join us on Product Hunt</span>
118-
</a>
119115
</header>
120116
<main class="main">
121117
<hr/>
@@ -221,9 +217,7 @@ <h3>
221217
<li>Raising a <a href="https://github.com/jackdomleo7/Checka11y.css/issues" rel="nofollow noopener" class="link">GitHub issue</a></li>
222218
<li>Contacting the <a href="https://jackdomleo.dev" rel="nofollow noopener" class="link">author</a> directly</li>
223219
<li>Starring the <a href="https://github.com/jackdomleo7/Checka11y.css" rel="nofollow noopener" class="link">GitHub repository</a></li>
224-
<li>Giving Checka11y.css an <a href="https://www.producthunt.com/posts/checka11y-css" rel="nofollow noopener" class="link">upvote on Product Hunt</a></li>
225220
<li>Mentioning 'Checka11y.css' in a README or footer</li>
226-
<li>Supporting Checka11y.css on <a href="https://www.buymeacoffee.com/jackdomleo7" rel="nofollow noopener" class="link">Buy Me a Coffee</a></li>
227221
<li>Share on social media</li>
228222
</ul>
229223
<ul class="feedback__share center" id="social-share">
@@ -270,7 +264,6 @@ <h3>
270264
<p>Checka11y.css is licensed under <a href="https://github.com/jackdomleo7/Checka11y.css#license" rel="nofollow noopener" class="link">MIT</a>. As a minimum, you are required to KEEP AND NOT REMOVE the following code at the beginning of your downloaded/installed Checka11y.css CSS, where <code class="code">:version</code> is replaced with the version number you are using:</p>
271265
<div class="language-css"><pre><code class="language-css">/*! Checka11y.css v:version | MIT License | github.com/jackdomleo7/Checka11y.css */</code></pre></div>
272266
<p>Checka11y.css is FREE for personal and commercial use.</p>
273-
<p>Commercial use should consider a small donation on <a href="https://www.buymeacoffee.com/jackdomleo7" rel="nofollow noopener" class="link">Buy Me a Coffee</a>.</p>
274267
</section>
275268
<hr/>
276269
</main>
@@ -280,12 +273,6 @@ <h3>
280273
<span id="copyright">&copy; Checka11y.css</span>
281274
</div>
282275
<p>Made with <span aria-label="love"></span> by <a href="https://jackdomleo.dev" rel="nofollow noopener" class="link">Jack Domleo</a>.</p>
283-
<a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/jackdomleo7" rel="nofollow noopener">
284-
<svg aria-hidden="true">
285-
<use xlink:href="/assets/sprite.svg#icon-buymeacoffee"></use>
286-
</svg>
287-
<span>Buy me a coffee</span>
288-
</a>
289276
<ul>
290277
<li>
291278
<a href="https://github.com/jackdomleo7/Checka11y.css" rel="nofollow noopener" class="link">GitHub</a>

scss/_buy-me-a-coffee.scss

Lines changed: 0 additions & 45 deletions
This file was deleted.

scss/docs.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@use "./header" as *;
55
@use "./footer" as *;
66
@use "./link" as *;
7-
@use "./buy-me-a-coffee" as *;
87
@use "./helpers" as *;
98
@use "./sections" as *;
109
@use "./code" as *;

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</url>
77
<url>
88
<loc>https://checka11y.jackdomleo.dev/demo/</loc>
9-
<lastmod>2021-11-06</lastmod>
9+
<lastmod>2021-12-21</lastmod>
1010
</url>
1111
</urlset>

0 commit comments

Comments
 (0)