Skip to content

Commit

Permalink
add section for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Sep 24, 2024
1 parent 37621e1 commit 431e0c0
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/src/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,42 @@ features:
- title: Community Driven 👥
details: Nuru is community driven and your voice matters. We make sure to consult the community before making a decision. Come join us on <a href="https://t.me/NuruProgrammingChat" target="_blank" rel="noopener noreferrer">Telegram</a>
---
<style>
.contributors-section {
text-align: center;
margin: 40px 0;
}
.contributors-section h2 {
font-size: 2.5em;
margin-bottom: 2.5rem;
margin-bottom: 2.5rem;
}
.contributors-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
gap: 15px;
justify-content: center;
max-width: 900px;
margin: 0 auto;
}
.contributors-container a {
text-decoration: none;
}
.contributors-container img {
width: 60px;
height: 60px;
border-radius: 50%;
transition: transform 0.3s ease;
}
.contributors-container img:hover {
transform: scale(1.1);
}
</style>

<div class="contributors-section">
<h2>Contributors</h2>
<div class="contributors-container">
<!-- CONTRIBUTORS_START -->
<!-- CONTRIBUTORS_END -->
</div>
</div>
39 changes: 39 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,42 @@ features:
- title: Inaendeshwa na Jumuiya 👥
details: Nuru inaendeshwa na jamii na sauti yako ni muhimu. Tunahakikisha kushauriana na jamii kabla ya kufanya uamuzi. Njoo ujiunge nasi <a href="https://t.me/NuruProgrammingChat" target="_blank" rel="noopener noreferrer">Telegram</a>
---
<style>
.contributors-section {
text-align: center;
margin: 40px 0;
}
.contributors-section h2 {
font-size: 2.5em;
margin-bottom: 2.5rem;
margin-bottom: 2.5rem;
}
.contributors-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
gap: 15px;
justify-content: center;
max-width: 900px;
margin: 0 auto;
}
.contributors-container a {
text-decoration: none;
}
.contributors-container img {
width: 60px;
height: 60px;
border-radius: 50%;
transition: transform 0.3s ease;
}
.contributors-container img:hover {
transform: scale(1.1);
}
</style>

<div class="contributors-section">
<h2>Wachangiaji</h2>
<div class="contributors-container">
<!-- CONTRIBUTORS_START -->
<!-- CONTRIBUTORS_END -->
</div>
</div>

0 comments on commit 431e0c0

Please sign in to comment.