Merge pull request #55 from barrettruth/feat/about

feat(about): include codeforces in profile
This commit is contained in:
Barrett Ruth 2026-01-21 09:40:23 -06:00 committed by GitHub
commit 762845c322
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,6 +57,11 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<li>
<a target="_blank" href="https://github.com/barrettruth">github</a>
</li>
<li>
<a target="_blank" href="https://codefoces.com/profile/barrettruth"
>codeforces</a
>
</li>
</ul>
</div>