Skip to content

Commit

Permalink
update: indicate number of contributors (last one for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasohCHOM committed Sep 25, 2024
1 parent 5db2bce commit 0d25935
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import { Image } from "astro:assets";
</span>
<div class="right">
<div>
<a class="center" target="_blnk" href="http://github.com/acmcsufoss">
<a class="center" target="_blnk" href="http://github.com/acmcsufoss/1st">
<Image
src="/1st/ossIcon.png"
alt="Open Source Software Team Icon"
width={32}
height={32}
/>
<span class="desktop"> acmcsufoss </span>
<span class="desktop"> acmcsufoss/1st </span>
</a>
</div>
<div>
Expand Down
1 change: 1 addition & 0 deletions src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ body {

.oss {
color: rgb(var(--color-oss-team));
font-weight: bold;
}
6 changes: 6 additions & 0 deletions src/pages/fa24.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ const boxStyles = [
{boxStyles.map((boxStyle) => <Box style={boxStyle} float={false} />)}

<h1>Fall 2024 Contributors</h1>

<p style="text-align: center;">
The Fall 2024 semester had <span class="oss">{contributors.length}</span> total
contributors! Click on a contributor to know more about them!
</p>
<Contributors client:only="svelte" contributors={contributors} />
</main>
</Layout>
Expand All @@ -74,5 +79,6 @@ const boxStyles = [

h1 {
text-align: center;
margin: 0;
}
</style>
8 changes: 3 additions & 5 deletions src/pages/sp24.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ const contributors: MarkdownEntry[] = Object.values(
</p>

<p>
Instructions on how to contribute can be found in the
<a href="https://github.com/acmcsufoss/1st#readme">README</a>. If you have
any questions, feel free to ask in the
<a href="https://acmcsuf.com/discord">#first-contributions</a> channel in our
Discord server.
The Spring 2024 semester had <span class="oss">{contributors.length}</span
> total contributors! Thank you to everyone for participating in this initiative.
Check the entire list of contributors below!
</p>

<h2>References</h2>
Expand Down

0 comments on commit 0d25935

Please sign in to comment.