File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ Especially those generously supporting us at the *The Organization* tier and hig
3737import pathlib, tomllib
3838
3939for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]["sponcon"]["sponsors"]:
40- print(f'<a href="{sponsor["url"]}"><img title="{sponsor["title"]}" src="docs/_static/sponsors/{sponsor["img"]}" width="200" height="60 " /></a>')
40+ print(f'<a href="{sponsor["url"]}"><img title="{sponsor["title"]}" src="docs/_static/sponsors/{sponsor["img"]}" width="190 " /></a>')
4141]]] -->
42- <a href =" https://www.variomedia.de/ " ><img title =" Variomedia AG " src =" docs/_static/sponsors/Variomedia.svg " width =" 200 " height = " 60 " /></a >
43- <a href =" https://tidelift.com/?utm_source=lifter&utm_medium=referral&utm_campaign=hynek " ><img title =" Tidelift " src =" docs/_static/sponsors/Tidelift.svg " width =" 200 " height = " 60 " /></a >
44- <a href =" https://klaviyo.com/ " ><img title =" Klaviyo " src =" docs/_static/sponsors/Klaviyo.svg " width =" 200 " height = " 60 " /></a >
45- <a href =" https://filepreviews.io/ " ><img title =" FilePreviews " src =" docs/_static/sponsors/FilePreviews.svg " width =" 200 " height = " 60 " /></a >
42+ <a href =" https://www.variomedia.de/ " ><img title =" Variomedia AG " src =" docs/_static/sponsors/Variomedia.svg " width =" 190 " /></a >
43+ <a href =" https://tidelift.com/?utm_source=lifter&utm_medium=referral&utm_campaign=hynek " ><img title =" Tidelift " src =" docs/_static/sponsors/Tidelift.svg " width =" 190 " /></a >
44+ <a href =" https://klaviyo.com/ " ><img title =" Klaviyo " src =" docs/_static/sponsors/Klaviyo.svg " width =" 190 " /></a >
45+ <a href =" https://filepreviews.io/ " ><img title =" FilePreviews " src =" docs/_static/sponsors/FilePreviews.svg " width =" 190 " /></a >
4646<!-- [[[end]]] -->
4747
4848</p >
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ Release **{sub-ref}`release`** ([What's new?](changelog.md))
1313import pathlib, tomllib
1414
1515for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]["sponcon"]["sponsors"]:
16- print(f'<a href="{sponsor["url"]}"><img title="{sponsor["title"]}" src="_static/sponsors/{sponsor["img"]}" width="190" height="60" /></a>')
16+ print(f'<a href="{sponsor["url"]}"><img title="{sponsor["title"]}" src="_static/sponsors/{sponsor["img"]}" width="190" /></a>')
1717]]] -->
18- <a href =" https://www.variomedia.de/ " ><img title =" Variomedia AG " src =" _static/sponsors/Variomedia.svg " width =" 190 " height = " 60 " /></a >
19- <a href =" https://tidelift.com/?utm_source=lifter&utm_medium=referral&utm_campaign=hynek " ><img title =" Tidelift " src =" _static/sponsors/Tidelift.svg " width =" 190 " height = " 60 " /></a >
20- <a href =" https://klaviyo.com/ " ><img title =" Klaviyo " src =" _static/sponsors/Klaviyo.svg " width =" 190 " height = " 60 " /></a >
21- <a href =" https://filepreviews.io/ " ><img title =" FilePreviews " src =" _static/sponsors/FilePreviews.svg " width =" 190 " height = " 60 " /></a >
18+ <a href =" https://www.variomedia.de/ " ><img title =" Variomedia AG " src =" _static/sponsors/Variomedia.svg " width =" 190 " /></a >
19+ <a href =" https://tidelift.com/?utm_source=lifter&utm_medium=referral&utm_campaign=hynek " ><img title =" Tidelift " src =" _static/sponsors/Tidelift.svg " width =" 190 " /></a >
20+ <a href =" https://klaviyo.com/ " ><img title =" Klaviyo " src =" _static/sponsors/Klaviyo.svg " width =" 190 " /></a >
21+ <a href =" https://filepreviews.io/ " ><img title =" FilePreviews " src =" _static/sponsors/FilePreviews.svg " width =" 190 " /></a >
2222<!-- [[[end]]] -->
2323
2424``` {include} ../README.md
You can’t perform that action at this time.
0 commit comments