diff options
| -rw-r--r-- | templates/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index 64d0521..c9c7946 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,12 +24,10 @@ <h1 class="mt5-ns f1 center code">Doma<span class="silver">.</span>in Na<span class="silver">.</span>me Ha<span class="silver">.</span>ck Cl<span class="silver">.</span>ub</h1> <p class="lh-copy">An exclusive club of nerds that own the <a href="https://en.wikipedia.org/wiki/Domain_hack" - class="link dim dark-pink">domain hack</a> to their name, and serve their personal homepage from it.</p> - <p class="lh-copy">Are you one of us? <a href="https://github.com/yuvadm/namehack.club" - class="link dim dark-pink">Join the club.</a> - </p> + class="link dim dark-pink">domain hack</a> to their name, and serve their personal homepage from it. Are you one of us? <a href="https://github.com/yuvadm/namehack.club" + class="link dim dark-pink">Join the club.</a></p> - <ul class="list"> + <ul class="list pl0 pv4"> {% for name in names %} <li class="mb3"> <div class="f3">{{ name|render_link("link dim blue")|safe }}</div> |
