Skip to content

Commit

Permalink
change 2 of the example tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sporeball committed Jan 13, 2025
1 parent 02ebee1 commit 446dbe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ <h2>what's a tool?</h2>
<p>
A <i>tool</i> is something that helps you and other hackers <i>solve a problem</i>. A good tool is small, easy to use, and can be used by lots of different people.
</p>
<p>Some examples made by <a href="https://hackclub.slack.com/team/U01G0Q9K998" target="_blank">@lux</a>, the author of this event:</p>
<p>Here are a few examples:</p>
<ul>
<li><a href="https://github.com/sporeball/tentamen" target="_blank">tentamen</a>, which helps you test JavaScript code</li>
<li><a href="https://github.com/sporeball/yeow" target="_blank">yeow</a>, which helps you parse command-line arguments</li>
<li><a href="https://github.com/sporeball/linn" target="_blank">linn</a>, which helps you standardize CSS rules</li>
<li><a href="https://github.com/sporeball/tentamen" target="_blank">tentamen</a>, which helps you test JavaScript code (by <a href="https://hackclub.slack.com/team/U01G0Q9K998" target="_blank">@lux</a>)</li>
<li><a href="https://github.com/jaspermayone/logger" target="_blank">logger</a>, which helps you log information to the console and to Slack (by <a href="https://github.com/jaspermayone" target="_blank">@jaspermayone</a>)</li>
<li><a href="https://github.com/sindresorhus/pretty-ms" target="_blank">pretty-ms</a>, which helps you make time values look nice (by <a href="https://github.com/sindresorhus" target="_blank">@sindresorhus</a>)</li>
</ul>
</div>
<div class="section">
Expand Down

0 comments on commit 446dbe3

Please sign in to comment.