Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed May 5, 2024
1 parent 4e60de0 commit ed34d98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web-content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ <h1 class="text-4xl font-bold text-white">Timothy Williams</h1>

<h2 class="mt-6 text-3xl font-bold text-white">Projects</h2>
<ul class="list-none space-y-2">
<a href="https://github.com/tim-br/nauths-site" class="text-blue-400 hover:text-blue-600" target="_blank">N-Queens Problem</a>
<span class="description">Repo for this site, using Hakyll.</span>
</li>
<li>
<a href="https://github.com/tim-br/hs-tic-tac-toe" class="text-blue-400 hover:text-blue-600" target="_blank">Haskell Tic Tac Toe</a>
$snippet$
</li>
<li>
<a href="https://github.com/tim-br/nauths-site" class="text-blue-400 hover:text-blue-600" target="_blank">nauths</a>
<span class="description">Github repository for this site.</span>
</li>
<li><a href="https://counter.nauths.io" class="text-blue-400 hover:text-blue-600" target="_blank">Multi Tenant Distributed Counter</a></li>
<li><a href="https://view.clearsettleengine.nauths.io" class="text-blue-400 hover:text-blue-600" target="_blank">Clear Settle Engine</a></li>
<li><a href="https://myjwt.nauths.io" class="text-blue-400 hover:text-blue-600" target="_blank">Login App with Auth0</a></li>
Expand Down

0 comments on commit ed34d98

Please sign in to comment.