Skip to content

Commit 7b34bae

Browse files
committed
remove ex-sponsors
1 parent 61ad954 commit 7b34bae

File tree

1 file changed

+97
-119
lines changed

1 file changed

+97
-119
lines changed

www/content/_index.md

Lines changed: 97 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ body.ads .ad img {
5252
</style>
5353
<script type="application/javascript">
5454
if(window.location.search=="?wuw=true" || window.location.search=="?suw=true") {
55-
document.body.classList.add('lmao');
55+
document.body.classList.add("lmao")
5656
}
5757
if(window.location.search=="?uwu=true") {
58-
document.body.classList.add('kawaii');
58+
document.body.classList.add("kawaii")
5959
}
6060
if(window.location.search=="?ads=true") {
61-
document.body.classList.add('ads');
61+
document.body.classList.add("ads")
6262
}
6363
</script>
6464

@@ -183,190 +183,168 @@ Thank you to all our generous <a href="https://github.com/sponsors/bigskysoftwar
183183
<div style="overflow-x: auto">
184184

185185
<h1 style="margin-top:32px;text-align:center">Platinum Sponsor</h1>
186-
<table id="sponsor-table">
187-
<tr>
188-
<td colspan="3">
186+
<div style="display: grid;grid-template-columns: 1fr">
187+
<div>
189188
<a data-github-account="commspace" href="https://www.commspace.co.za">
190189
<img class="dark-hidden" src="/img/commspace.svg" alt="commspace" style="min-width:200px"/>
191190
<img class="dark-visible" src="/img/commspace-dark.svg" alt="commspace" style="min-width:200px"/>
192191
</a>
193-
</td>
194-
</tr>
195-
</table>
192+
</div>
193+
</div>
196194

197195
## Gold Sponsors
198196

199-
<table id="sponsor-table">
200-
<tr>
201-
<td>
202-
<a data-github-account="NotASithLord" href="https://hydrahost.com">
203-
<img class="dark-hidden" src="/img/hydra-hosting.svg" alt="The GPU Marketplace" style="width:100%;">
204-
<img class="dark-visible" src="/img/hydra-hosting-dark.svg" alt="The GPU Marketplace" style="width:100%;">
205-
</a>
206-
</td>
207-
<td>
197+
<div style="display: grid;grid-template-columns: 1fr">
198+
<div>
208199
<a data-github-account="deco-cx" href="https://deco.cx/?utm_source=htmx"><img src="/img/deco.cx-logo-outline.png" alt="Your first and last web editor" style="width:100%;"></a>
209-
</td>
210-
</tr>
211-
</table>
200+
</div>
201+
</div>
212202

213203
## Silver Sponsors
214-
215-
<table id="sponsor-table">
216-
<tr>
217-
<td>
218-
<a data-github-account="JetBrainsOfficial" href="https://www.jetbrains.com"><img src="/img/jetbrains.svg" alt="Jetbrains" style="max-width:80%;min-width:100px;"></a>
219-
</td>
220-
<td>
204+
<style>
205+
#silver-sponsors div {
206+
text-align: center;
207+
padding: 12px;
208+
}
209+
#silver-sponsors div a * {
210+
width: 80%;
211+
}
212+
</style>
213+
<div id="silver-sponsors" style="display: grid;grid-template-columns: repeat(3, 1fr); align-items: center; justify-items: center; ">
214+
<div>
215+
<a data-github-account="JetBrainsOfficial" href="https://www.jetbrains.com"><img src="/img/jetbrains.svg" alt="Jetbrains"></a>
216+
</div>
217+
<div>
221218
<a href="https://github.blog/2023-04-12-github-accelerator-our-first-cohort-and-whats-next"><img class="dark-invert" src="/img/Github_Logo.png" alt="GitHub" style="max-width:80%;min-width:100px;"></a>
222-
</td>
223-
</tr>
224-
</table>
225-
<table id="sponsor-table">
226-
<tr>
227-
<td>
219+
</div>
220+
<div>
228221
<a data-github-account="craftcms" href="https://craftcms.com">
229-
<img class="dark-hidden" src="/img/logo-craft-cms.svg" alt="craft cms" style="width:90%;max-width:200px">
230-
<img class="dark-visible" src="/img/logo-craft-cms-dark.svg" alt="craft cms" style="width:90%;max-width:200px">
222+
<img class="dark-hidden" src="/img/logo-craft-cms.svg" alt="craft cms">
223+
<img class="dark-visible" src="/img/logo-craft-cms-dark.svg" alt="craft cms">
231224
</a>
232-
</td>
233-
<td>
225+
</div>
226+
<div>
234227
<a data-github-account="ButterCMS" href="https://buttercms.com/?utm_campaign=sponsorship&utm_medium=banner&utm_source=htmxhome">
235-
<img class="dark-invert" src="/img/butter-cms.svg" alt="ButterCMS" style="width:100%;max-width:200px">
228+
<img class="dark-invert" src="/img/butter-cms.svg" alt="ButterCMS">
236229
</a>
237-
</td>
238-
<td>
230+
</div>
231+
<div>
239232
<a data-github-account="Black-HOST" href="https://black.host">
240-
<img class="dark-invert" src="/img/blackhost-logo.svg" alt="Black Host" style="width:100%;max-width:200px">
233+
<img class="dark-invert" src="/img/blackhost-logo.svg" alt="Black Host">
241234
</a>
242-
</td>
243-
</tr>
244-
<tr>
245-
<td>
235+
</div>
236+
<div>
246237
<a href="https://www.v7n.com/">
247-
<img alt="V7N" class="dark-hidden" src="/img/v7n-logo.png" style="width:100%;max-width:200px">
248-
<img alt="V7N" class="dark-visible" src="/img/v7n-logo-dark.png" style="width:100%;max-width:200px">
238+
<img alt="V7N" class="dark-hidden" src="/img/v7n-logo.png">
239+
<img alt="V7N" class="dark-visible" src="/img/v7n-logo-dark.png">
249240
</a>
250-
</td>
251-
<td>
252-
<a data-github-account="sekunho" href="https://twitter.com/sekunho_/"><img src="/img/sekun-doggo.jpg" alt="Hiro The Doggo" style="border: 2px solid lightgray; border-radius:20px; width:100%;max-width:150px"></a>
253-
</td>
254-
<td>
241+
</div>
242+
<div>
243+
<a data-github-account="sekunho" href="https://twitter.com/sekunho_/"><img src="/img/sekun-doggo.jpg" alt="Hiro The Doggo" style="border: 2px solid lightgray; border-radius:20px"></a>
244+
</div>
245+
<div>
255246
<a href="https://dasfilter.shop/pages/affiliates">
256-
<img class="dark-hidden" alt="Das Filter" src="/img/das-filter.svg" style="width:100%;max-width:300px">
257-
<img class="dark-visible" alt="Das Filter" src="/img/das-filter-dark.svg" style="width:100%;max-width:300px">
247+
<img class="dark-hidden" alt="Das Filter" src="/img/das-filter.svg">
248+
<img class="dark-visible" alt="Das Filter" src="/img/das-filter-dark.svg">
258249
</a>
259-
</td>
260-
</tr>
261-
<tr>
262-
<td>
250+
</div>
251+
<div>
263252
<a href="https://www.pullapprove.com/?utm_campaign=sponsorship&utm_medium=banner&utm_source=htmx">
264-
<img class="dark-hidden" src="/img/pullapprove-logo.svg" alt="PullApprove" style="width:100%;max-width:200px"/>
265-
<img class="dark-visible" src="/img/pullapprove-logo-dark.svg" alt="PullApprove" style="width:100%;max-width:200px"/>
253+
<img class="dark-hidden" src="/img/pullapprove-logo.svg" alt="PullApprove"/>
254+
<img class="dark-visible" src="/img/pullapprove-logo-dark.svg" alt="PullApprove"/>
266255
</a>
267-
</td>
268-
<td>
256+
</div>
257+
<div>
269258
<a data-github-account="transloadit" href=" https://transloadit.com/?utm_source=htmx&utm_medium=referral&utm_campaign=sponsorship&utm_content=website/">
270-
<img class="dark-hidden" alt="Transloadit" src="/img/logos-transloadit-default.svg" style="width:100%;max-width:200px">
271-
<img class="dark-visible" alt="Transloadit" src="/img/transloadit-logo-dark.svg" style="width:100%;max-width:200px">
259+
<img class="dark-hidden" alt="Transloadit" src="/img/logos-transloadit-default.svg">
260+
<img class="dark-visible" alt="Transloadit" src="/img/transloadit-logo-dark.svg">
272261
</a>
273-
</td>
274-
<td>
262+
</div>
263+
<div>
275264
<a data-github-account="uibakery" href="https://uibakery.io">
276-
<img class="dark-hidden" src="/img/ui-bakery.svg" alt="UI Bakery" style="width:100%;max-width:250px">
277-
<img class="dark-visible" src="/img/ui-bakery-dark.svg" alt="UI Bakery" style="width:100%;max-width:250px"></a>
278-
</td>
279-
</tr>
280-
<tr>
281-
<td>
265+
<img class="dark-hidden" src="/img/ui-bakery.svg" alt="UI Bakery">
266+
<img class="dark-visible" src="/img/ui-bakery-dark.svg" alt="UI Bakery"></a>
267+
</div>
268+
269+
<div>
282270
<a data-github-account="tracebit-com" href="https://tracebit.com/?utm_source=htmx">
283-
<img class="dark-hidden" alt="Tracebit Cloud Canaries" src="/img/tracebit-logo.png" style="width:100%;max-width:250px">
284-
<img class="dark-visbile" alt="Tracebit Cloud Canaries" src="/img/tracebit-logo-dark.png" style="width:100%;max-width:250px">
271+
<img class="dark-hidden" alt="Tracebit Cloud Canaries" src="/img/tracebit-logo.png">
272+
<img class="dark-visbile" alt="Tracebit Cloud Canaries" src="/img/tracebit-logo-dark.png">
285273
</a>
286-
</td>
287-
<td>
274+
</div>
275+
<div>
288276
<a data-github-account="pubkey" href="https://rxdb.info/?utm_source=sponsor&utm_medium=githubsponsor&utm_campaign=githubsponsor-htmx">
289-
<img src="/img/rxdb.svg" alt="RxDB JavaScript Database" style="width:100%;max-width:150px"></a>
290-
</td>
291-
<td>
277+
<img src="/img/rxdb.svg" alt="RxDB JavaScript Database"></a>
278+
</div>
279+
<div>
292280
<a href="https://www.ohne-makler.net/"><img src="/img/ohne-makler.svg" alt="Ohne-Makler" style="width:100%;max-width:150px"></a>
293-
</td>
294-
</tr>
295-
<tr>
296-
<td>
281+
</div>
282+
283+
284+
<div>
297285
<a data-github-account="cased" href="https://cased.com///">
298286
<img class="dark-hidden" alt="Developer friendly DevOps" src="/img/Cased_Logo_DarkBlue.svg" style="width:100%;max-width:250px">
299287
<img class="dark-visible" alt="Developer friendly DevOps" src="/img/Cased_Logo_Beige-01.svg" style="width:100%;max-width:250px">
300288
</a>
301-
</td>
302-
<td>
303-
<a data-github-account="apesternikov" href="https://codereviewbot.ai/">
304-
<img class="dark-hidden" alt="AI Code Review Bot" src="/img/codereviewbot.svg" style="width:100%;max-width:250px">
305-
<img class="dark-visible" alt="AI Code Review Bot" src="/img/codereviewbot-dark.svg" style="width:100%;max-width:250px">
306-
</a>
307-
</td>
308-
<td>
289+
</div>
290+
<div>
309291
<a data-github-account="llcorg" href="https://www.llc.org/">
310292
<img alt="How to start an LLC - a guide from LLC.org, proud open source sponsor" src="/img/llc-org.svg" style="width:100%;max-width:250px">
311293
</a>
312-
</td>
313-
</tr>
314-
<tr>
315-
<td>
294+
</div>
295+
296+
297+
<div>
316298
<a data-github-account="VPSServerCom" href="https://www.vpsserver.com/">
317299
<img class="dark-hidden" alt="VPS Server Hosting in the Cloud: Cost Efficiency" src="/img/vps-server-logo.svg" style="width:100%;max-width:250px">
318300
<img class="dark-visible" alt="VPS Server Hosting in the Cloud: Cost Efficiency" src="/img/vps-server-logo-dark.svg" style="width:100%;max-width:250px">
319301
</a>
320-
</td>
321-
<td>
302+
</div>
303+
<div>
322304
<a data-github-account="appleple" href="https://www.a-blogcms.jp/">
323305
<img src="/img/ablogcms_logo.svg" style="width:100%;max-width:250px">
324306
</a>
325-
</td>
326-
<td>
307+
</div>
308+
<div>
327309
<a data-github-account="CoverageCritic" alt="Find Internet Providers With Broadband Map" href="https://broadbandmap.com/">
328310
<img class="dark-hidden" src="/img/BroadbandMapLogo2LineLightMode.png" style="width:100%;max-width:250px">
329311
<img class="dark-visible" src="/img/BroadbandMapLogo2LineDarkMode.png" style="width:100%;max-width:250px">
330312
</a>
331-
</td>
332-
</tr>
333-
<tr>
334-
<td>
313+
</div>
314+
315+
316+
<div>
335317
<a data-github-account="upstatebreaker" href="https://buymybreaker.com/">
336318
<img class="dark-hidden" alt="Electrical Equipment - BuyMyBreaker.com" src="/img/bmb-light.svg" style="width:100%;max-width:50px" >
337319
<img class="dark-visible" alt="Electrical Equipment - BuyMyBreaker.com" src="/img/bmb-dark.svg" style="width:100%;max-width:50px">
338320
</a>
339-
</td>
340-
<td>
321+
</div>
322+
<div>
341323
<a data-github-account="Viralyft" alt="Buy YouTube views" href="https://viralyft.com/buy-youtube-views/">
342324
<img class="dark-hidden" src="/img/Viralyft_light.png" style="width:100%;max-width:250px">
343325
<img class="dark-visible" src="/img/Viralyft_dark.png" style="width:100%;max-width:250px">
344326
</a>
345-
</td>
346-
<td>
327+
</div>
328+
<div>
347329
<a data-github-account="Follower24" alt="Follower24" href="https://www.follower24.de/">
348330
<img class="dark-hidden" src="/img/follower_light.svg" style="width:100%;max-width:250px">
349331
<img class="dark-visible" src="/img/follower_dark.svg" style="width:100%;max-width:250px">
350332
</a>
351-
</td>
352-
</tr>
353-
<tr>
354-
<td>
333+
</div>
334+
335+
336+
<div>
355337
<a data-github-account="ExchangeRate-API" alt="The Accurate & Reliable Exchange Rate API" href="https://www.exchangerate-api.com">
356338
<img class="dark-hidden" src="/img/exchange-rate-api.png" style="width:100%;max-width:250px">
357339
<img class="dark-visible" src="/img/exchange-rate-api-dark.png" style="width:100%;max-width:250px">
358340
</a>
359-
</td>
360-
<td>
341+
</div>
342+
<div>
361343
<a data-github-account="radioplusexperts" alt="Assignment Writing service" href="https://edubirdie.com/do-my-assignment">
362344
<img class="dark-hidden" src="/img/edubirdie-light.png" style="width:100%;max-width:250px">
363345
<img class="dark-visible" src="/img/edubirdie-dark.png" style="width:100%;max-width:250px">
364346
</a>
365-
</td>
366-
<td>
367-
</td>
368-
</tr>
369-
</table>
347+
</div>
370348
</div>
371349

372350
<div style="text-align: center;font-style: italic;margin-top: 26px;">ʕ •ᴥ•ʔ made in montana</div>

0 commit comments

Comments
 (0)