Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
cf211a96
Commit
cf211a96
authored
9 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
about.html: Add the size of the gravatar image we currently use.
parent
9b6a2013
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/about.html
+2
-2
docs/about.html
with
2 additions
and
2 deletions
+2
-2
docs/about.html
+
2
-
2
View file @
cf211a96
...
@@ -30,7 +30,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
...
@@ -30,7 +30,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
<div
class=
"list-group-item"
>
<div
class=
"list-group-item"
>
<iframe
class=
"github-btn"
src=
"http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"
></iframe>
<iframe
class=
"github-btn"
src=
"http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"
></iframe>
<a
class=
"team-member"
href=
"https://github.com/{{ member.user }}"
>
<a
class=
"team-member"
href=
"https://github.com/{{ member.user }}"
>
<img
src=
"http://www.gravatar.com/avatar/{{ member.gravatar }}"
alt=
"@{{ member.user }}"
width=
"32"
height=
"32"
>
<img
src=
"http://www.gravatar.com/avatar/{{ member.gravatar }}
.jpg?s=32
"
alt=
"@{{ member.user }}
avatar
"
width=
"32"
height=
"32"
>
<strong>
{{ member.name }}
</strong>
<small>
@{{ member.user }}
</small>
<strong>
{{ member.name }}
</strong>
<small>
@{{ member.user }}
</small>
</a>
</a>
</div>
</div>
...
@@ -44,7 +44,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
...
@@ -44,7 +44,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
<div
class=
"list-group-item"
>
<div
class=
"list-group-item"
>
<iframe
class=
"github-btn"
src=
"http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"
></iframe>
<iframe
class=
"github-btn"
src=
"http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"
></iframe>
<a
class=
"team-member"
href=
"https://github.com/{{ member.user }}"
>
<a
class=
"team-member"
href=
"https://github.com/{{ member.user }}"
>
<img
src=
"http://www.gravatar.com/avatar/{{ member.gravatar }}"
alt=
"@{{ member.user }}"
>
<img
src=
"http://www.gravatar.com/avatar/{{ member.gravatar }}
.jpg?s=32
"
alt=
"@{{ member.user }}
avatar"
width=
"32"
height=
"32
"
>
<strong>
{{ member.name }}
</strong>
<small>
@{{ member.user }}
</small>
<strong>
{{ member.name }}
</strong>
<small>
@{{ member.user }}
</small>
</a>
</a>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets