Merge pull request 'added contributors banner' (#4998) from 20250430-contributorbanner into master
All checks were successful
continuous-integration/drone/push Build is passing
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:
commit
1446e3c788
@ -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;
|
||||
}
|
||||
|
14
global/data/modules/banner-become-contributor.en.xml
Normal file
14
global/data/modules/banner-become-contributor.en.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user