diff --git a/app/assets/images/pages/supporters/letsencrypt.png b/app/assets/images/pages/supporters/letsencrypt.png index 3c538af..2edea7b 100644 Binary files a/app/assets/images/pages/supporters/letsencrypt.png and b/app/assets/images/pages/supporters/letsencrypt.png differ diff --git a/app/assets/images/pages/supporters/sflc.png b/app/assets/images/pages/supporters/sflc.png new file mode 100644 index 0000000..4ff77c1 Binary files /dev/null and b/app/assets/images/pages/supporters/sflc.png differ diff --git a/app/views/pages/supporters.html.erb b/app/views/pages/supporters.html.erb index fd12f3f..dd65e64 100644 --- a/app/views/pages/supporters.html.erb +++ b/app/views/pages/supporters.html.erb @@ -54,3 +54,45 @@ + +
+ +
+
+
+

<%= t '.kickstarter' %>

+

+ <%= link_to image_tag('pages/supporters/kickstarter.jpg', alt: 'Kickstarter logo', size: '300x144'), 'https://kickstarter.com/' %> +

+

<%= t('.kickstarter_ex', kickstarter_link: link_to(t('.kickstarter'), 'https://kickstarter.com/')).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' %>

+

+ <%= link_to image_tag('pages/supporters/sflc.png', alt: 'Software Freedom Law Center logo', size: '180x180'), 'https://softwarefreedom.org/' %> +

+

<%= 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 eeca3ae..b2b7b99 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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"