-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
thanks.html
54 lines (50 loc) · 2.04 KB
/
thanks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: default
title: Thanks to these Patrons making Code The Web possible! 👏💖
description: These amazing people have all pledged their money to keep Code The Web thriving and prosperous! You can too...
image: /assets/img/patreon-logo.png
sitemap: false
---
{% include header.html %}
<style>
/* HIDE UPCOMING WIDGET */
#ph-upcoming-widget {
display: none !important;
}
</style>
<div class="patron-page">
<div class="post-content book-page-content" id="content">
<div class="markdown-body patron-grid">
<h1>Thanks for making Code The Web possible! 👏💖</h1>
<section class="sponsor">
<h2>🦄 Major Sponsor 🦄</h2>
<ul>
<li class="add"><a href="https://www.patreon.com/bePatron?c=1284969&rid=2556012">Claim this spot! ($100/month)</a></li>
</ul>
</section>
<section class="hardcore">
<h2>🥇 Hardcore supporters:</h2>
<ul>
<li class="add"><a href="https://www.patreon.com/bePatron?c=1284969&rid=2556102">Add yourself! ($25/mo)</a></li>
</ul>
</section>
<section class="awesome">
<h2>🥈 Awesome supporters:</h2>
<ul>
<li class="add"><a href="https://www.patreon.com/bePatron?c=1284969&rid=2556100">Add yourself! ($5/mo)</a></li>
</ul>
</section>
<section class="basic">
<h2>🥉 Basic supporters:</h2>
<ul>
<li>PixelFireblade</li>
<li class="add"><a href="https://www.patreon.com/bePatron?c=1284969&rid=2556096">Add yourself! ($1/mo)</a></li>
</ul>
</section>
<section class="patreon-promo">
<a href="https://www.patreon.com/CodeTheWebBlog"><img src="/assets/img/become-a-patron.png"></a>
</section>
</div>
</div>
</div>
{% include footer.html %}