diff --git a/app/assets/images/pages/supporters/jetbrains.jpg b/app/assets/images/pages/supporters/jetbrains.jpg new file mode 100644 index 0000000..beea0be Binary files /dev/null and b/app/assets/images/pages/supporters/jetbrains.jpg differ diff --git a/app/views/pages/supporters.html.erb b/app/views/pages/supporters.html.erb index a94f5e2..d2d22ba 100644 --- a/app/views/pages/supporters.html.erb +++ b/app/views/pages/supporters.html.erb @@ -60,26 +60,12 @@
-

<%= t '.kickstarter' %>

+

<%= t '.jetbrains' %>

- <%= link_to image_tag('pages/supporters/kickstarter.jpg', alt: 'Kickstarter logo', size: '300x144'), 'https://kickstarter.com/' %> + <%= link_to image_tag('pages/supporters/jetbrains.jpg', alt: 'JetBrains', size: '175x180'), 'https://www.jetbrains.com/ruby/' %>

-

<%= t('.kickstarter_ex', kickstarter_link: link_to(t('.kickstarter'), 'https://kickstarter.com/')).html_safe %>

+

<%= t('.jetbrains_ex', jetbrains_link: link_to(t('.jetbrains'), 'https://www.jetbrains.com/ruby/')).html_safe %>

-
-

<%= t '.pivotallabs' %>

-

- <%= link_to image_tag('pages/supporters/pivotallabs.png', alt: 'Pivotal Labs logo', size: '223x81'), 'https://pivotal.io/' %> -

-

<%= t('.pivotallabs_ex', pivotallabs_link: link_to(t('.pivotallabs'), 'https://pivotal.io/')).html_safe %>

-
-
-
- -
- -
-

<%= t '.sflc' %>

@@ -87,12 +73,5 @@

<%= t('.sflc_ex', sflc_link: link_to(t('.sflc'), 'https://softwarefreedom.org/')).html_safe %>

-
-

<%= t '.pivotallabs' %>

-

- <%= link_to image_tag('pages/supporters/pivotallabs.png', alt: 'Pivotal Labs logo', size: '223x81'), 'https://pivotal.io/' %> -

-

<%= t('.pivotallabs_ex', pivotallabs_link: link_to(t('.pivotallabs'), 'https://pivotal.io/')).html_safe %>

-
diff --git a/config/locales/en.yml b/config/locales/en.yml index 551bec6..9eec104 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -203,6 +203,8 @@ en: lets_encrypt_ex: "%{lets_encrypt_link} has revolutionized the hosting of secure websites. diaspora* relies on the SSL secure protocol, and the Let’s Encrypt project has made SSL certificates freely available." webtranslateit: WebTranslateIt webtranslateit_ex: "%{webtranslateit_link} enables our multi-lingual community to collaborate on translating all parts of our app and website." + jetbrains: JetBrains + jetbrains_ex: "%{jetbrains_link} has given the diaspora* project an open-source license for RubyMine, their development tool for Ruby." kickstarter: Kickstarter kickstarter_ex: "diaspora*’s four founders used a %{kickstarter_link} campaign in May 2010 to raise the money to get the project underway. We are hugely thankful to every person who donated to the original crowd-funding campaign." pivotallabs: "Pivotal Labs"