Skip to content

Commit

Permalink
more updates to supporters page
Browse files Browse the repository at this point in the history
  • Loading branch information
goobertron committed Mar 31, 2018
1 parent e2776d8 commit c00c0d1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
Binary file modified app/assets/images/pages/supporters/letsencrypt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/pages/supporters/sflc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions app/views/pages/supporters.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,45 @@
</div>
</div>
</div>

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

<div class="container">
<div class="row">
<div class="col-md-6">
<h3 class="text-center"><%= t '.kickstarter' %></h3>
<p class="text-center">
<%= link_to image_tag('pages/supporters/kickstarter.jpg', alt: 'Kickstarter logo', size: '300x144'), 'https://kickstarter.com/' %>
</p>
<p><%= t('.kickstarter_ex', kickstarter_link: link_to(t('.kickstarter'), 'https://kickstarter.com/')).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>
6 changes: 6 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ 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."
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"
pivotallabs_ex: "%{pivotallabs_link} gave generous support to the project in terms of both resources and expertise."
sflc: "Software Freedom Law Center"
sflc_ex: "The %{sflc_link} provides legal support to Free Software projects, including diaspora*."
blog:
headline: "The diaspora* blog"
subline: "official announcements"
Expand Down

0 comments on commit c00c0d1

Please sign in to comment.