Skip to content

Commit

Permalink
add gowtham's exploded mayo
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester authored Jan 10, 2025
1 parent de8022c commit 3f74d50
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remind.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: remind nerds
on:
schedule:
# 5 am UTC is 10 pm PDT (summer) or 9 pm PST (winter)
- cron: "0 5 * * *"
# 3 am UTC is 8 pm PDT (summer) or 7 pm PST (winter)
- cron: "0 3 * * *"
workflow_dispatch:

jobs:
Expand Down
Binary file added ass/ets/SPOILER_PXL_20250110_210814236.MP.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
td {
text-shadow: 5px 0 5px white, -5px 0 5px white, 0 -10px 5px white;
}
img {
max-width: 100%;
}
</style>
<meta property="og:image" content="https://subset-ucsd.github.io/Commit-Challenge-2025/ass/ets/late.gif">
</head>
Expand All @@ -63,7 +66,7 @@ <h2>Marcelo CSE 202 atendens tracker</h2>
</tr>
</thead>
<tbody>
<tr><td>1</td><td></td><td></td><td></td></tr>
<tr><td>1</td><td></td><td></td><td></td></tr>
</tbody>
</table>
<p><strong><em>SAUCY MARCELO SECRETS</em></strong> will be revaeled..</p>
Expand All @@ -84,6 +87,9 @@ <h2>Marcelo CSE 202 atendens tracker</h2>
</div>
<audio id="audio" controls loop></audio>

<p style="font-size: 5em">The mayo has exploded</p>
<img src="./ass/ets/SPOILER_PXL_20250110_210814236.MP.jpg" alt="exploded mayo pack on whiteboard in Fishbowl"/>

<script>
const audio = document.getElementById('audio')

Expand Down
3 changes: 2 additions & 1 deletion remind/read-commits.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function select(...choices) {
return choices[Math.floor(Math.random() * choices.length)];
}

const messages = Object.entries(
/** @type {Record<string, string>} */
const messages = Object.fromEntries(
nonCommitters.map((ghUser) => [
discords[ghUser],
(committers.length > 0
Expand Down

0 comments on commit 3f74d50

Please sign in to comment.