Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/contributions/Contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ title: Contribution


## Other Contributors
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Adriana - FRC 6201AM</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Alex - FRC 6238A / CSA</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Banks - FRC 2974M</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Bhanu - FRC 3506</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Erik - FRC 1648M</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Laukik - FRC 503</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Nick - FRC 2851A</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Rowan - FRC 1778A</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Ryan - FRC 3647M</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Tim - FRC 78M</span>
<span style="display: inline-block; background-color: #121212; color: #e8e8e8; padding: 2px 10px; margin: 2px 4px 6px 0; border-radius: 9999px; font-size: 0.7rem; border: 1px solid #2d2d2d; white-space: nowrap;">Yoyo - FRC 100</span>
<span class="contributor-card">Adriana - FRC 6201AM</span>
<span class="contributor-card">Alex - FRC 6238A / CSA</span>
<span class="contributor-card">Banks - FRC 2974M</span>
<span class="contributor-card">Bhanu - FRC 3506</span>
<span class="contributor-card">Erik - FRC 1648M</span>
<span class="contributor-card">Laukik - FRC 503</span>
<span class="contributor-card">Nick - FRC 2851A</span>
<span class="contributor-card">Rowan - FRC 1778A</span>
<span class="contributor-card">Ryan - FRC 3647M</span>
<span class="contributor-card">Tim - FRC 78M</span>
<span class="contributor-card">Yoyo - FRC 100</span>


## How to contribute
Expand Down
23 changes: 22 additions & 1 deletion docs/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,27 @@ abbr[title] {
}
}

.contributor-card {
display: inline-block;
background-color: #e8e8e8;
color: #121212;
padding: 2px 10px;
margin: 2px 4px 6px 0;
border-radius: 9999px;
font-size: 0.7rem;
border: 1px solid #2d2d2d;
white-space: nowrap;
}



[data-md-color-scheme="slate"] .contributor-card {
display: inline-block;
background-color: #121212;
color: #e8e8e8;
padding: 2px 10px;
margin: 2px 4px 6px 0;
border-radius: 9999px;
font-size: 0.7rem;
border: 1px solid #2d2d2d;
white-space: nowrap;
}
Loading