Skip to content

Commit 068716e

Browse files
committed
tweak sponsors
1 parent 7d499e6 commit 068716e

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

pages/index.md

Lines changed: 13 additions & 10 deletions
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

style.css

Lines changed: 1 addition & 2 deletions
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)