diff options
| author | XhmikosR <[email protected]> | 2015-05-17 12:43:04 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-05-17 12:43:20 +0300 |
| commit | 315907c97cf9e039c83cf71e3c0a049ea0e24798 (patch) | |
| tree | c6643498f80da5794d93030294d3bfca4999eeef /docs/about.html | |
| parent | cf211a96548ca5b24d3d46a4e2f583f7a98c4108 (diff) | |
| download | bootstrap-315907c97cf9e039c83cf71e3c0a049ea0e24798.tar.xz bootstrap-315907c97cf9e039c83cf71e3c0a049ea0e24798.zip | |
Use `https` when possible.
Diffstat (limited to 'docs/about.html')
| -rw-r--r-- | docs/about.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/about.html b/docs/about.html index 766446ca1..3de6625c7 100644 --- a/docs/about.html +++ b/docs/about.html @@ -28,9 +28,9 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="list-group bs-team"> {% for member in site.data.core-team %} <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="https://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> <a class="team-member" href="https://github.com/{{ member.user }}"> - <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32" alt="@{{ member.user }} avatar" width="32" height="32"> + <img src="https://secure.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32" alt="@{{ member.user }} avatar" width="32" height="32"> <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> </a> </div> @@ -42,9 +42,9 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="list-group bs-team"> {% for member in site.data.sass-team %} <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="https://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> <a class="team-member" href="https://github.com/{{ member.user }}"> - <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32" alt="@{{ member.user }} avatar" width="32" height="32"> + <img src="https://secure.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32" alt="@{{ member.user }} avatar" width="32" height="32"> <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> </a> </div> |
