Skip to content

Commit 6af52b8

Browse files
Merge pull request #254 from gtk-rs/new-sponsor
New bronze sponsor
2 parents b37ffbf + 72fe14c commit 6af52b8

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

_sass/_layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,11 @@ ul.sponsors {
512512
color: darken(#cb7401, 20%);
513513
}
514514

515+
.silver {
516+
background: linear-gradient(0deg, #c4c4c4, #f7f7f7);
517+
color: darken(#b37a4f, 20%);
518+
}
519+
515520
.bronze {
516521
background: linear-gradient(0deg, #b37a4f, #f5caa7);
517522
color: darken(#b37a4f, 20%);

images/trustmypaper.png

45.8 KB
Loading

index.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,27 @@ All these bindings are generated on the basis of GObject introspection (GIR). Th
6767
Thanks to everyone supporting us on [open collective][opencollective]! A list of all sponsors can be seen on our [open collective page][opencollective].
6868

6969
<ul class="sponsors">
70-
<li>
71-
<a href="https://opencollective.com/alistair">
72-
<img alt="Alistair" src="/images/alistair.png">
73-
<div>Alistair</div>
74-
<div class="metal bronze">Bronze Sponsor</div>
75-
</a>
76-
</li>
7770
<li>
7871
<a href="https://www.embark-studios.com/">
7972
<img alt="Embark Studios" src="/images/embark.png">
8073
<div>Embark Studios</div>
8174
<div class="metal gold">Gold Sponsor</div>
8275
</a>
8376
</li>
77+
<li>
78+
<a href="https://opencollective.com/trustmypaper">
79+
<img alt="Trust My Paper" src="/images/trustmypaper.png">
80+
<div>Trust My Paper</div>
81+
<div class="metal bronze">Bronze Sponsor</div>
82+
</a>
83+
</li>
84+
<li>
85+
<a href="https://opencollective.com/alistair">
86+
<img alt="Alistair" src="/images/alistair.png">
87+
<div>Alistair</div>
88+
<div class="metal bronze">Bronze Sponsor</div>
89+
</a>
90+
</li>
8491
</ul>
8592

8693
[opencollective]: https://opencollective.com/gtk-rs

0 commit comments

Comments
 (0)