Skip to content

Commit

Permalink
make over of contribution page final
Browse files Browse the repository at this point in the history
  • Loading branch information
pandeyji711 committed Jun 3, 2024
1 parent 5c96704 commit de123b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Official_Website/contributor-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ <h1>Our Team</h1>
<div class="info-div">
<span class="badge founder">Founder</span>
<h2>Azfar Alam</h2>
<p>Founder</p>
</div>
</div>
<div id="social-links">
Expand All @@ -79,6 +80,7 @@ <h2>Azfar Alam</h2>
<div class="info-div">
<span class="badge founder">Maintainer</span>
<h2>Anurag Pandey</h2>
<p>Software Engener</p>
</div>
</div>
<div id="social-links">
Expand Down
11 changes: 6 additions & 5 deletions Official_Website/contributor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ width: 40px;

.image-div img {
border-radius: 50%;
width: 80px;
height: 80px;
width: 20px;
height: 20px;
}

.info-div {
Expand All @@ -343,15 +343,16 @@ width: 40px;

.info-div h2 {
margin: 10px 0 5px;
font-size: 1.3em;
font-size: 2em;
color: black;
}

.info-div p {
margin: 5px 0;
font-size: 0.8em;
color: whitesmoke;
font-size: 1em;
color: black;
}

#team-grid1 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
Expand Down
3 changes: 2 additions & 1 deletion Official_Website/contributor.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ async function fetchAllContributors() {
<img src=${avatarImg.src} alt=${avatarImg.alt} />
</div>
<div class="info-div">
<span class="badge maintainer">Maintainer</span>
<span class="badge maintainer">Contributor</span>
<h2>${name}</h2>
<p>Open-sourec contributor</p>
</div>
</div>
<div class="social-links">
Expand Down

0 comments on commit de123b5

Please sign in to comment.