Inserted contributor avatars from GitHub

This commit is contained in:
Lennart Ziburski
2017-12-07 10:03:55 +01:00
parent ec942b12bd
commit 49de2346a7
2 changed files with 10 additions and 29 deletions

View File

@ -59,32 +59,13 @@
{{ end }}
<div class="contributors feature">
<h3>{{ .Site.Data.landing.community.contributors | markdownify }}</h3>
{{ range .Site.Data.contributors }}
<div class="contributor-list">
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
<img src="https://place.cat/c/64/64" />
{{ range . }}
<a href="{{.profile}}" title="{{.name}}"><img src="{{.avatar_url}}" alt="{{.login}}" /></a>
{{ end }}
</div>
{{ end }}
</div>
</div>
</div>

View File

@ -99,7 +99,6 @@
.docs-content {
font-size: 18px;
line-height: 28px;
font-weight: $light;
.edit-this-page {
float: right;
@ -178,6 +177,7 @@
text-transform: uppercase;
letter-spacing: 1.5px;
margin-top: $medium;
margin-bottom: $small;
&:after {