style(projects): remove bold links
Anirudh icyph0x@pm.me
Mon, 25 Jun 2018 10:15:54 +0530
1 files changed,
6 insertions(+),
6 deletions(-)
jump to
M
projects/index.html
→
projects/index.html
@@ -17,22 +17,22 @@ <h2>projects</h2>
<p>Here are a few things I'm working on.</p> -<p><strong><a href="https://github.com/icyphox/vite">vite</a></strong> <br /> +<p><a href="https://github.com/icyphox/vite">vite</a> <br /> A simple and minimal static site generator that JustWorks™.</p> -<p><strong><a href="https://github.com/icyphox/fab">fab</a></strong> <br /> +<p><a href="https://github.com/icyphox/fab">fab</a> <br /> A terminal coloring and formatting lib for Nim.</p> -<p><strong><a href="https://github.com/icyphox/dotfiles">dotfiles</a></strong> <br /> +<p><a href="https://github.com/icyphox/dotfiles">dotfiles</a> <br /> My Linux dotfiles.</p> -<p><strong><a href="https://github.com/icyphox/gitsocial-instance">GitSocial</a></strong> <br /> +<p><a href="https://github.com/icyphox/gitsocial-instance">GitSocial</a> <br /> A federated social network, that uses Git under the hood.</p> -<p><strong><a href="https://github.com/icyphox/nit">nit</a></strong> <br /> +<p><a href="https://github.com/icyphox/nit">nit</a> <br /> A basic implementation of Git, written in Nim.</p> -<p><strong><a href="https://github.com/icyphox/site">site</a></strong> <br /> +<p><a href="https://github.com/icyphox/site">site</a> <br /> The source for this website.</p> </div>