all repos — site @ ab4cf0c8ed6ee0a276aaed0f6582133b45c39ae4

source for my site, found at icyphox.sh

style(projects): remove bold links
Anirudh icyph0x@pm.me
Mon, 25 Jun 2018 10:15:54 +0530
commit

ab4cf0c8ed6ee0a276aaed0f6582133b45c39ae4

parent

95da87acb085befb8e217e6ff3ed87768c240ec0

1 files changed, 6 insertions(+), 6 deletions(-)

jump to
M projects/index.htmlprojects/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&trade;.</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>