-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
goobertron
committed
Apr 26, 2017
1 parent
c5bdb9f
commit b625c0e
Showing
9 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<% content_for :page_title, t('.menu_title') %> | ||
<% content_for :wrapper_class, 'supporters-page' %> | ||
|
||
<div class="hero" id="masthead"> | ||
<div class="container"> | ||
<h1><%= t '.menu_title' %></h1> | ||
<h2 class="lead"><%= t '.byline' %></h2> | ||
</div> | ||
</div> | ||
|
||
<div class="page-header"> | ||
<h2 class="text-center"> | ||
<small><%= t '.supporters' %></small> | ||
</h2> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h3 class="text-center"><%= t '.github' %></h3> | ||
<p class="minor-top-spacing" /> | ||
<p class="text-center"> | ||
<%= link_to image_tag('pages/supporters/octocat.png', alt: 'GitHub logo', size: '200x166'), 'https://github.com/diaspora/diaspora/' %> | ||
</p> | ||
<p class="minor-top-spacing"><%= t('.github_ex', github_link: link_to(t('.github'), 'https://github.com/diaspora/diaspora/')).html_safe %></p> | ||
</div> | ||
<div class="col-md-6"> | ||
<h3 class="text-center"><%= t '.travis' %></h3> | ||
<p class="minor-top-spacing" /> | ||
<p class="text-center"> | ||
<%= link_to image_tag('pages/supporters/travis-mascot.png', alt: 'Travis logo', size: '166x166'), 'https://travis-ci.org/diaspora/' %> | ||
</p> | ||
<p class="minor-top-spacing"><%= t('.travis_ex', travis_link: link_to(t('.travis'), 'https://travis-ci.org/diaspora/')).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 '.lets_encrypt' %></h3> | ||
<p class="text-center"> | ||
<%= link_to image_tag('pages/supporters/letsencrypt.png', alt: 'Let’s Encrypt logo', size: '166x166'), 'https://letsencrypt.org/' %> | ||
</p> | ||
<p><%= t('.lets_encrypt_ex', lets_encrypt_link: link_to(t('.lets_encrypt'), 'https://letsencrypt.org/')).html_safe %></p> | ||
</div> | ||
<div class="col-md-6"> | ||
<h3 class="text-center"><%= t '.webtranslateit' %></h3> | ||
<p class="text-center"> | ||
<%= link_to image_tag('pages/supporters/webtranslateit.png', alt: 'WebTranslateIt logo', size: '200x166'), 'https://webtranslateit.com/en/projects/3020-Diaspora/' %> | ||
</p> | ||
<p><%= t('.webtranslateit_ex', webtranslateit_link: link_to(t('.webtranslateit'), 'https://webtranslateit.com/en/projects/3020-Diaspora/')).html_safe %></p> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters