style(projects): remove bold links
Anirudh icyph0x@pm.me
Mon, 25 Jun 2018 10:15:54 +0530
2 files changed,
12 insertions(+),
12 deletions(-)
M
build/projects/index.html
→
build/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>
M
pages/projects.md
→
pages/projects.md
@@ -1,21 +1,21 @@
## projects Here are a few things I'm working on. -**[vite](https://github.com/icyphox/vite)** +[vite](https://github.com/icyphox/vite) A simple and minimal static site generator that JustWorks™. -**[fab](https://github.com/icyphox/fab)** +[fab](https://github.com/icyphox/fab) A terminal coloring and formatting lib for Nim. -**[dotfiles](https://github.com/icyphox/dotfiles)** +[dotfiles](https://github.com/icyphox/dotfiles) My Linux dotfiles. -**[GitSocial](https://github.com/icyphox/gitsocial-instance)** +[GitSocial](https://github.com/icyphox/gitsocial-instance) A federated social network, that uses Git under the hood. -**[nit](https://github.com/icyphox/nit)** +[nit](https://github.com/icyphox/nit) A basic implementation of Git, written in Nim. -**[site](https://github.com/icyphox/site)** +[site](https://github.com/icyphox/site) The source for this website.