File tree Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 26
26
.sponsor-ruby-tune {
27
27
@include inline-image (' sponsors/ruby_tune.png' , 60px , 300px );
28
28
}
29
+
30
+ .sponsor-ruby-together {
31
+ @include inline-image (' sponsors/ruby_together.png' , 100px , 148px );
32
+ background-color : #D1D9E5 ;
33
+ }
34
+
35
+ .footer-sponsor-list {
36
+ a :nth-child (n +2 ) {
37
+ padding-left : 5px ;
38
+ }
39
+ }
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ def homepage
4
4
end
5
5
6
6
def sponsors
7
- @sponsors = %i( jolly_good_code discourse rubytune )
7
+ @sponsors = %i( ruby_together jolly_good_code discourse rubytune )
8
8
end
9
9
end
Original file line number Diff line number Diff line change 1
1
.footer-sponsors.l-align-center
2
2
%ul .list-inline.footer-sponsors-list
3
3
%li .footer-sponsor-list
4
- = link_to 'http://www.jollygoodcode.com/', target: '_blank' do
5
- %h5 .l-align-center
6
- %i = t('footer.supported_by')
4
+ %h5 .l-align-center
5
+ %i = t('footer.supported_by')
7
6
7
+ = link_to t('sponsors.ruby_together.link'), target: '_blank' do
8
+ .sponsor-ruby-together
9
+ %span .l-text-hidden = t('sponsors.ruby_together.name')
10
+
11
+ = link_to 'http://www.jollygoodcode.com/', target: '_blank' do
8
12
.sponsor-jolly-good-code
9
13
%span .l-text-hidden Jolly Good Code
10
14
Original file line number Diff line number Diff line change 21
21
desc : Tune and troubleshoot rails apps.
22
22
link : https://rubytune.com/
23
23
class_name : sponsor-ruby-tune
24
+ ruby_together :
25
+ name : Ruby Together
26
+ desc : >-
27
+ Ruby Together is dedicated to sustaining and improving the tools and
28
+ infrastructure of the Ruby programming language.
29
+ link : https://www.rubytogether.org/
30
+ class_name : sponsor-ruby-together
24
31
25
32
submit : Submit
26
33
You can’t perform that action at this time.
0 commit comments