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