Skip to content

Commit 8788f7e

Browse files
authored
Textual tweaks (#3)
* Textual tweaks * tweak sponsors
1 parent fe8e1e8 commit 8788f7e

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

pages/index.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,21 @@ The following notable projects build on top of Pygfx or wgpu-py:
130130

131131
Pygfx is open source and free to use. To develop these projects we rely on funding from our sponsors. The more groups contribute, the more time we can spend on moving these projects forwards. [Learn more ...](sponsor.html)
132132

133-
<div class=sponsorbox>
134-
<h3>Ramona optics</h3>
135-
<img src='https://www.ramonaoptics.com/icons/icon-256x256.png' /><br>
136-
<a href='https://www.ramonaoptics.com/'>https://ramonaoptics.com</a>
137-
</div>
138133

139-
<div class=sponsorbox>
140-
<h3>The Flatiron institute</h3>
141-
<img src='https://sf-web-assets-prod.s3.amazonaws.com/wp-content/uploads/2023/09/18102348/Simons-Foundation-Logo_blue.png' /><br>
142-
<a href='https://www.simonsfoundation.org/flatiron/'>https://simonsfoundation.org/flatiron/</a>
143-
</div>
134+
<div class='project-container'>
144135

136+
<div class=sponsorbox>
137+
<h3>Ramona optics</h3>
138+
<a href='https://www.ramonaoptics.com/'>https://ramonaoptics.com</a><br>
139+
<img height=75 src='https://www.ramonaoptics.com/icons/icon-256x256.png' />
140+
</div>
141+
142+
<div class=sponsorbox>
143+
<h3>The Flatiron institute</h3>
144+
<a href='https://www.simonsfoundation.org/flatiron/'>https://simonsfoundation.org/flatiron/</a><br>
145+
<img height=50 src='https://sf-web-assets-prod.s3.amazonaws.com/wp-content/uploads/2023/09/18102348/Simons-Foundation-Logo_blue.png' />
146+
</div>
147+
</div>
145148

146149

147150
## <i class='fas'></i> Core team

pages/sponsor.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
# Sponsoring / support contracts
44

55

6-
## <i class='fas'></i> Keep Pygfx independent
6+
## <i class='fas'></i> Keep Pygfx going
77

88
Maintaining and growing wgpu and Pygfx costs time and dedication. We rely on sponsors to maintain (and grow) the project further.
99
If you represent a company / group that relies on Pygfx or wgpu-pu, please consider a sponsorship to help move Pygfx further, and get the support that you need.
1010

11+
As a sponsor you don't pay for *using* Pygfx, you pay for its continued growth. And by contributing together, Pygfx stays independent, in the spirit of Open Source collaboration.
12+
1113

1214
## <i class='fas'></i> How funds are used
1315

@@ -19,7 +21,7 @@ Surplus funds are used as a buffer (to create some runway), onboarding additiona
1921

2022
A sponsorship represents a support contract that offers the following benefits:
2123

22-
* Ongoing development on the project.
24+
* Ongoing development of the project.
2325
* Priority on bug reports and feature requests.
2426
* Company logo on the front page of pygfx.org.
2527
* In the top tiers: in-person support to help you use Pygfx to the max.
@@ -73,7 +75,7 @@ A sponsorship represents a support contract that offers the following benefits:
7375

7476
We support a few different payment options. If you have questions or suggestions, do not hesitate to reach out to [support@pygfx.com](mailto:support@pygfx.com)!
7577

76-
* We can provide an **invoice** and you pay by **bank transfer**. We can also setup a formal support contract if needed.
78+
* We can provide an **invoice** and you pay by **bank transfer**. We can also setup a formal contract if needed.
7779
* You can also sponsor via **Github's sponsors**: [https://github.com/sponsors/pygfx](https://github.com/sponsors/pygfx)
7880
* You can sponsor us via [opencollective](https://opencollective.com/pygfx). These funds and how they are spent are publicly visible.
7981

style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@ a.button.yellow:hover { background-color: #EFB522;}
308308
background-color: #308ED6
309309
}
310310
.sponsorbox img {
311-
margin-bottom: 8px;
312-
height: 50px;
311+
margin-top: 8px;
313312
}
314313

315314
img.stars-badge {

0 commit comments

Comments
 (0)