Inserted contributor avatars from GitHub
This commit is contained in:
@ -59,32 +59,13 @@
|
||||
{{ end }}
|
||||
<div class="contributors feature">
|
||||
<h3>{{ .Site.Data.landing.community.contributors | markdownify }}</h3>
|
||||
<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" />
|
||||
</div>
|
||||
{{ range .Site.Data.contributors }}
|
||||
<div class="contributor-list">
|
||||
{{ range . }}
|
||||
<a href="{{.profile}}" title="{{.name}}"><img src="{{.avatar_url}}" alt="{{.login}}" /></a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -99,7 +99,6 @@
|
||||
.docs-content {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
font-weight: $light;
|
||||
|
||||
.edit-this-page {
|
||||
float: right;
|
||||
@ -147,8 +146,8 @@
|
||||
border-radius: 2px;
|
||||
padding: 2px 6px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
pre > code {
|
||||
background: initial;
|
||||
padding: initial;
|
||||
@ -178,6 +177,7 @@
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1.5px;
|
||||
margin-top: $medium;
|
||||
margin-bottom: $small;
|
||||
|
||||
|
||||
&:after {
|
||||
|
Reference in New Issue
Block a user