Merge pull request 'added contributors banner' (#4998) from 20250430-contributorbanner into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #4998
Reviewed-by: bonnie <bonnie@fsfe.org>
This commit is contained in:
anaghz 2025-04-30 13:02:43 +00:00
commit 1446e3c788
2 changed files with 25 additions and 0 deletions

View File

@ -39,3 +39,14 @@
font-size: 125%;
background-color: @brand-donation;
}
// ----------------------------------------------------------------------------
// Banner asking to become a contributor
// ----------------------------------------------------------------------------
.banner-become-contributor {
.banner();
color: white;
font-size: 125%;
background-color: @fellowship-dark;
}

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<data>
<version>1</version>
<module>
<div class="banner-become-contributor">
<p>
Join us in our work for software freedom.
</p>
<a href="/contribute/contribute.html" class="btn btn-default">Become a contributor now</a>
</div>
</module>
</data>