@@ -65,10 +65,10 @@ data_source = "docs/insiders/goals.yml"
6565
6666<!-- ```python exec="1" session="insiders"
6767print(f"""The moment you <a href="#how-to-become-a-sponsor">become a sponsor</a>, you'll get **immediate
68- access to {len(completed_features )} additional features** that you can start using right away, and
68+ access to {len(unreleased_features )} additional features** that you can start using right away, and
6969which are currently exclusively available to sponsors:\n""")
7070
71- for feature in completed_features :
71+ for feature in unreleased_features :
7272 feature.render(badge=True)
7373``` -->
7474
@@ -115,34 +115,17 @@ You can cancel your sponsorship anytime.[^5]
115115 regarding your payment, and GitHub doesn't offer refunds, sponsorships are
116116 non-refundable.
117117
118- ``` python exec="1" session="insiders"
119- print_join_sponsors_button()
120- ```
118+ [ :octicons-heart-fill-24:{ .pulse }   ; Join our <span id =" sponsors-count " ></span > awesome sponsors] ( https://github.com/sponsors/pawamoy ) { .md-button .md-button--primary }
121119
122120<hr >
123121<div class =" premium-sponsors " >
124122
125- <div class =" bronze " >
126- <b >Bronze sponsors</b >
127- <p >
128-
129- <a href =" https://squidfunk.github.io/mkdocs-material/ " target =" _blank " title =" Material for MkDocs " >
130- <img alt="Material for MkDocs" src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/logo.svg" style="height: 240px;">
131- </a >
132- <a href =" https://docs.pydantic.dev/latest/ " target =" _blank " title =" Pydantic " >
133- <img alt="Pydantic" src="https://github.com/pawamoy/website/assets/3999221/368ff871-8fae-40c4-9b66-781b66e12cbb" style="height: 100px;">
134- </a >
135-
136- </p >
137- </div >
123+ <div id =" bronze-sponsors " ></div >
138124</div >
139125
140126<hr >
141- <br >
142127
143- ``` python exec="1" session="insiders"
144- print_sponsors()
145- ```
128+ <div id =" sponsors " ></div >
146129
147130<br >
148131<br >
@@ -155,18 +138,9 @@ print_sponsors()
155138 afterwards.
156139</small >
157140
158- ## Funding
159-
160- ``` python exec="1" session="insiders"
161- print (f """
162- Current funding is at **$ { human_readable_amount(current_funding)} a month**.
163- We do not have any funding goals yet.
164- Stay updated by following **@pawamoy**
165- on :material-mastodon: {{ .mastodon }} [Fosstodon](https://fosstodon.org/@pawamoy).
166- """ )
167- ```
141+ ## Funding <span class =" sponsors-total " ></span >
168142
169- <!-- ### Goals
143+ ### Goals
170144
171145The following section lists all funding goals. Each goal contains a list of
172146features prefixed with a checkmark symbol, denoting whether a feature is
@@ -191,7 +165,7 @@ can be used by all users.
191165for goal in goals.values():
192166 if goal.complete:
193167 goal.render()
194- ``` -->
168+ ```
195169
196170## Frequently asked questions
197171
@@ -248,3 +222,6 @@ by the [ISC License][license]. However, we kindly ask you to respect our
248222[ billing cycle ] : https://docs.github.com/en/github/setting-up-and-managing-billing-and-payments-on-github/changing-the-duration-of-your-billing-cycle
249223[ license ] : ../license/
250224[ private forks ] : https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository
225+
226+ <script src =" ../js/insiders.js " ></script >
227+ <script >updateInsidersPage (' pawamoy' );</script >
0 commit comments