-
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.
Add donations and contributors pages
- Loading branch information
Showing
17 changed files
with
223 additions
and
4 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.
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,19 @@ | ||
.contributors { | ||
|
||
.col-md-4 { | ||
margin-bottom: 5rem; | ||
.img-circle { | ||
box-shadow: 0 0 2px black; | ||
} | ||
} | ||
|
||
.services a { | ||
display: inline-block; | ||
padding: 5px; | ||
border-bottom: 1px solid #fff; | ||
|
||
&:hover { | ||
border-bottom: 1px solid #ccc; | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
<% content_for :page_title, t('.menu_title') %> | ||
<% content_for :wrapper_class, 'index-page' %> | ||
|
||
<div id="masthead" class="hero"> | ||
<div class="container"> | ||
<h1><%= t '.headline' %></h1> | ||
<h2 class="lead"><%= t '.byline' %></h2> | ||
</div> | ||
</div> | ||
<div class="container contributors"> | ||
<div class="row minor-top-spacing"> | ||
<div class="col-md-12"> | ||
<p><%= t('.intro', join_us: link_to(t('pages.contributors.join_us'), "https://wiki.diasporafoundation.org/Getting_started_with_contributing")).html_safe %></p> | ||
<p><%= t('.contacting', how_we_communicate: link_to(t('.how_we_communicate_link'), "https://wiki.diasporafoundation.org/How_we_communicate")).html_safe %></p> | ||
</div> | ||
</div> | ||
<div class="row minor-top-spacing text-center"> | ||
<div class="col-md-4"> | ||
<p> | ||
<%= image_tag 'pages/contributors/denschub.jpg', class: 'img-responsive img-circle center-block' %> | ||
</p> | ||
<h4> | ||
Dennis Schubert | ||
</h4> | ||
<p> | ||
[email protected] | ||
</p> | ||
<p class="services"> | ||
<%= link_to(image_tag('pages/contributors/services/diaspora.png'), "https://pod.geraspora.de/u/denschub", title: t('.diaspora_profile')) %> | ||
<%= link_to(image_tag('pages/contributors/services/github.png'), "https://github.com/denschub", title: t('.github_profile')) %> | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<%= image_tag 'pages/contributors/supertux.jpg', class: 'img-responsive img-circle center-block' %> | ||
<h4> | ||
Benjamin Neff | ||
</h4> | ||
<p> | ||
[email protected] | ||
</p> | ||
<p class="services"> | ||
<%= link_to(image_tag('pages/contributors/services/diaspora.png'), "https://nerdpol.ch/u/supertux", title: t('.diaspora_profile')) %> | ||
<%= link_to(image_tag('pages/contributors/services/github.png'), "https://github.com/supertux88", title: t('.github_profile')) %> | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<%= image_tag 'pages/contributors/jhass.jpg', class: 'img-responsive img-circle center-block' %> | ||
<h4> | ||
Jonne Haß | ||
</h4> | ||
<p> | ||
[email protected] | ||
</p> | ||
<p class="services"> | ||
<%= link_to(image_tag('pages/contributors/services/diaspora.png'), "https://social.mrzyx.de/u/mrzyx", title: t('.diaspora_profile')) %> | ||
<%= link_to(image_tag('pages/contributors/services/github.png'), "https://github.com/jhass/", title: t('.github_profile')) %> | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<%= image_tag 'pages/contributors/svbergerem.jpg', class: 'img-responsive img-circle center-block' %> | ||
<h4> | ||
Steffen Van Bergerem | ||
</h4> | ||
<p> | ||
[email protected] | ||
</p> | ||
<p class="services"> | ||
<%= link_to(image_tag('pages/contributors/services/diaspora.png'), "https://pod.omgsrsly.net/svbergerem", title: t('.diaspora_profile')) %> | ||
<%= link_to(image_tag('pages/contributors/services/github.png'), "https://github.com/svbergerem", title: t('.github_profile')) %> | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<%= image_tag 'pages/contributors/senya.jpg', class: 'img-responsive img-circle center-block' %> | ||
<h4> | ||
Senya | ||
</h4> | ||
<p> | ||
[email protected] | ||
</p> | ||
<p class="services"> | ||
<%= link_to(image_tag('pages/contributors/services/diaspora.png'), "https://socializer.cc/u/senya", title: t('.diaspora_profile')) %> | ||
<%= link_to(image_tag('pages/contributors/services/github.png'), "https://github.com/cmrd-senya", title: t('.github_profile')) %> | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<%= image_tag 'pages/contributors/fla.jpg', class: 'img-responsive img-circle center-block' %> | ||
<h4> | ||
Fla | ||
</h4> | ||
<p> | ||
[email protected] | ||
</p> | ||
<p class="services"> | ||
<%= link_to(image_tag('pages/contributors/services/diaspora.png'), "https://diaspora-fr.org/u/fla", title: t('.diaspora_profile')) %> | ||
<%= link_to(image_tag('pages/contributors/services/github.png'), "https://github.com/flaburgan", title: t('.github_profile')) %> | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<%= image_tag 'pages/contributors/goob.jpg', class: 'img-responsive img-circle center-block' %> | ||
<h4> | ||
Goob | ||
</h4> | ||
<p> | ||
[email protected] | ||
</p> | ||
<p class="services"> | ||
<%= link_to(image_tag('pages/contributors/services/diaspora.png'), "https://pod.orkz.net/u/goob", title: t('.diaspora_profile')) %> | ||
<%= link_to(image_tag('pages/contributors/services/github.png'), "https://github.com/goobertron ", title: t('.github_profile')) %> | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<%= image_tag 'pages/contributors/waithamai.jpg', class: 'img-responsive img-circle center-block' %> | ||
<h4> | ||
Waithamai Dragonqueen | ||
</h4> | ||
<p> | ||
[email protected] | ||
</p> | ||
<p class="services"> | ||
<%= link_to(image_tag('pages/contributors/services/diaspora.png'), "https://pod.geraspora.de/u/waithamai", title: t('.diaspora_profile')) %> | ||
<%= link_to(image_tag('pages/contributors/services/github.png'), "https://github.com/waithamai", title: t('.github_profile')) %> | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<%= image_tag 'pages/contributors/you.jpg', class: 'img-responsive img-circle center-block', alt: t('.you') %> | ||
<h4> | ||
<%= t '.you' =%> | ||
</h4> | ||
<p> | ||
<%= t('.you_join', join_us: link_to(t('pages.contributors.join_us'), "https://wiki.diasporafoundation.org/Getting_started_with_contributing")).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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<% content_for :page_title, t('.menu_title') %> | ||
<% content_for :wrapper_class, 'index-page' %> | ||
|
||
<div id="masthead" class="hero"> | ||
<div class="container"> | ||
<h1><%= t '.headline' %></h1> | ||
<h2 class="lead"><%= t '.byline' %></h2> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="page-header"> | ||
<h3><%= t '.help_your_podmin' %></h3> | ||
</div> | ||
<p><%= t '.podmins_details' %></p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="page-header"> | ||
<h3><%= t '.help_development' %></h3> | ||
</div> | ||
<p><%= t '.development_details' %></p> | ||
<p><%= t('.bountysource_details', bountysource: link_to('Bountysource', 'https://www.bountysource.com/teams/diaspora')).html_safe %></p> | ||
<p><%= t('.bountysource_more_info', bountysource_blogpost: link_to('our blog post', 'https://blog.diasporafoundation.org/14-support-diaspora-development-via-bountysource')).html_safe %></p> | ||
</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