Add top contributors to landing page
This commit is contained in:
@ -640,3 +640,21 @@ ul#links {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.card.contributor {
|
||||
height: calc(100% - 1rem);
|
||||
justify-content: left;
|
||||
> .section.media {
|
||||
height: auto;
|
||||
}
|
||||
> .section.button {
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
transition: color 0.3s;
|
||||
&:hover, &:focus {
|
||||
color: var(--a-l-col);
|
||||
background: #f8f8f8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -100,11 +100,45 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-10 col-lg-8 col-md-offset-1 col-lg-offset-2">
|
||||
<h2 class="index-section">Top contributors</h2>
|
||||
<p style="text-align: justify">TODO using Github API</p><br/>
|
||||
<div class="col-sm-12 col-md-10 col-lg-8 col-md-offset-1 col-lg-offset-2">
|
||||
<h2 class="index-section">Top contributors</h2>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-md-3 col-lg no-padding"><div class="card fluid contributor">
|
||||
<img class="section media" src="https://github.com/Chalarangelo.png"/>
|
||||
<a href="https://github.com/Chalarangelo" class="section button">Angelos Chalaris</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3 col-lg no-padding"><div class="card fluid contributor">
|
||||
<img class="section media" src="https://github.com/fejes713.png"/>
|
||||
<a href="https://github.com/fejes713" class="section button">Stefan Feješ</a>
|
||||
</div></div>
|
||||
<div class="col-sm-6 col-md-3 col-lg no-padding"><div class="card fluid contributor">
|
||||
<img class="section media" src="https://github.com/flxwu.png"/>
|
||||
<a href="https://github.com/flxwu" class="section button">Felix Wu</a>
|
||||
</div></div>
|
||||
<div class="col-sm-6 col-md-3 col-lg no-padding"><div class="card fluid contributor">
|
||||
<img class="section media" src="https://github.com/atomiks.png"/>
|
||||
<a href="https://github.com/atomiks" class="section button">atomiks</a>
|
||||
</div></div>
|
||||
<div class="col-sm-6 col-md-3 col-lg no-padding"><div class="card fluid contributor">
|
||||
<img class="section media" src="https://github.com/kingdavidmartins.png"/>
|
||||
<a href="https://github.com/kingdavidmartins" class="section button">King David Martins</a>
|
||||
</div></div>
|
||||
<div class="col-sm-6 col-md-3 col-lg no-padding"><div class="card fluid contributor">
|
||||
<img class="section media" src="https://github.com/kriadmin.png"/>
|
||||
<a href="https://github.com/kriadmin" class="section button">Rohit Tanwar</a>
|
||||
</div></div>
|
||||
<div class="col-sm-6 col-md-3 col-lg no-padding"><div class="card fluid contributor">
|
||||
<img class="section media" src="https://github.com/iamsoorena.png"/>
|
||||
<a href="https://github.com/iamsoorena" class="section button">Soorena Soleimani</a>
|
||||
</div></div>
|
||||
<div class="col-sm-6 col-md-3 col-lg no-padding"><div class="card fluid contributor">
|
||||
<img class="section media" src="https://github.com/skatcat31.png"/>
|
||||
<a href="https://github.com/skatcat31" class="section button">Robert Mennell</a>
|
||||
</div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-10 col-lg-8 col-md-offset-1 col-lg-offset-2">
|
||||
<h2 class="index-section">How to contribute</h2>
|
||||
|
||||
Reference in New Issue
Block a user