Skip to content

Commit

Permalink
Add JetBrains, remove Pivotal and Kickstarter
Browse files Browse the repository at this point in the history
  • Loading branch information
goobertron committed Apr 4, 2018
1 parent 4ae1781 commit 1ca9e69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
Binary file added app/assets/images/pages/supporters/jetbrains.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 3 additions & 24 deletions app/views/pages/supporters.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,39 +60,18 @@
<div class="container">
<div class="row">
<div class="col-md-6">
<h3 class="text-center"><%= t '.kickstarter' %></h3>
<h3 class="text-center"><%= t '.jetbrains' %></h3>
<p class="text-center">
<%= 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/' %>
</p>
<p><%= t('.kickstarter_ex', kickstarter_link: link_to(t('.kickstarter'), 'https://kickstarter.com/')).html_safe %></p>
<p><%= t('.jetbrains_ex', jetbrains_link: link_to(t('.jetbrains'), 'https://www.jetbrains.com/ruby/')).html_safe %></p>
</div>
<div class="col-md-6">
<h3 class="text-center"><%= t '.pivotallabs' %></h3>
<p class="text-center minor-top-spacing">
<%= link_to image_tag('pages/supporters/pivotallabs.png', alt: 'Pivotal Labs logo', size: '223x81'), 'https://pivotal.io/' %>
</p>
<p class="minor-top-spacing"><%= t('.pivotallabs_ex', pivotallabs_link: link_to(t('.pivotallabs'), 'https://pivotal.io/')).html_safe %></p>
</div>
</div>
</div>

<div class="minor-top-spacing" />

<div class="container">
<div class="row">
<div class="col-md-6">
<h3 class="text-center"><%= t '.sflc' %></h3>
<p class="text-center">
<%= link_to image_tag('pages/supporters/sflc.png', alt: 'Software Freedom Law Center logo', size: '180x180'), 'https://softwarefreedom.org/' %>
</p>
<p><%= t('.sflc_ex', sflc_link: link_to(t('.sflc'), 'https://softwarefreedom.org/')).html_safe %></p>
</div>
<div class="col-md-6">
<h3 class="text-center"><%= t '.pivotallabs' %></h3>
<p class="text-center minor-top-spacing">
<%= link_to image_tag('pages/supporters/pivotallabs.png', alt: 'Pivotal Labs logo', size: '223x81'), 'https://pivotal.io/' %>
</p>
<p class="minor-top-spacing"><%= t('.pivotallabs_ex', pivotallabs_link: link_to(t('.pivotallabs'), 'https://pivotal.io/')).html_safe %></p>
</div>
</div>
</div>
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ca9e69

Please sign in to comment.