-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcontributors.html.slim
More file actions
58 lines (56 loc) · 2.59 KB
/
Copy pathcontributors.html.slim
File metadata and controls
58 lines (56 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
title: Contributors
---
header
.row
.large-9.columns
h1 ="#{page.title} <small>#{site.identities.contributors().size}</small>"
.large-3.columns
.action.right
a.button.radius.round.success href="#{site.base_url}/contribute"
|Contribute?
i.fi-wrench
.row
.large-12.columns
ul.contributors.row
- site.identities.contributors().sort_by{|c| c.commits * Order::DESC}.each do |contributor|
li.large-4.columns itemscope="" itemtype="http://data-vocabulary.org/Person"
div.reveal-modal.hide id="#{contributor.github_id}" data-reveal=""
.modal-header
a.close-reveal-modal
i.fi-remove
h3
=>contributor.name
small =contributor.location
.modal-body.clearfix
img.thumbnail src="#{contributor.avatar_url(60)}" alt="#{contributor.name}" style='float: left; margin: 2px 10px 3px 0;'
- if !contributor.bio.nil?
markdown:
#{contributor.bio}
- else
| No bio available.
.photo
img src="#{contributor.avatar_url(140)}" alt="#{contributor.name}" data-reveal-id="#{contributor.github_id}" itemprop="photo"
ul
li
- if contributor.blog
a href="#{contributor.blog}" itemprop="url" Blog
- else
span Blog
li
- if !contributor.twitter.nil?
a href="#{contributor.twitter.url}" itemprop="url" Twitter
- else
span Twitter
li
a href="#{contributor.github.profile_url}" itemprop="url" GitHub
meta itemprop="role" content="contributor"
h5 itemprop="name"=contributor.name
strong itemprop="affiliation"=contributor.company
em itemscope="" itemprop="address" itemtype="http://www.data-vocabulary.org/Address"
span itemprop="locality" =contributor.location
.row
.large-12.columns
strong Is your information incomplete? Is your profile picture missing?
p.clearfix This page mirrors information from your public github and gravatar profiles. To update your information, fill in your name, location and bio in your <a href="http://github.com">github account</a>. To get a photo or avatar to display, upload an image to the <a href="http://gravatar.com">gravatar account</a> that's linked to your github account. If you don't want your information on this page, please let us know and we'll honor your request.