diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 2f65c1b..0000000 --- a/templates/index.html +++ /dev/null @@ -1,58 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - -<head> - <meta charset="utf-8"> - - <title>Domain Name Hack Club</title> - - <meta name="description" content="An exclusive club of nerds that own the domain hack to their name"> - <meta name="keywords" content="domain, name, hack, club, exclusive, personal, homepage"> - - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="robots" content="all"> - - <link rel="canonical" href="https://namehack.club/"> - - <link href="tachyons.min.css" rel="stylesheet"> - <link href="base.css" rel="stylesheet"> - <script src="https://cdn.usefathom.com/script.js" data-site="SSTGQKAU" defer></script> -</head> - -<body class="mw7-ns ph3 center sans-serif"> - <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 f4">An exclusive club of geeks that serve their personal homepage from the <a - href="https://en.wikipedia.org/wiki/Domain_hack" class="link dim dark-pink">domain hack</a> to their name. Are you - one of us? Join the club by opening a pull - request on <a href="https://github.com/yuvadm/namehack.club" class="link dim dark-pink">Github</a> or send us an - email at <a href="mailto:join@namehack.club" class="link dim dark-pink">join@namehack.club</a>.</p> - - <h2 class="pt4">💎 Members</h2> - <ul class="list pl0"> - {% for name in names %} - <li class="mb3"> - <div class="f3">{{ name|render_link("link dim blue underline-hover")|safe }}</div> - <div class="gray serif mt1">{{ name.title }}</div> - </li> - {% endfor %} - </ul> - - <h2 class="pt4">⭐ Candidates</h2> - <ul class="pl0 flex flex-wrap justify-between"> - {% for name in candidates %} - <li class="mb3 dib pr3-ns pr1"> - <span class="f4-ns f5">{{ name|render_link("link dim blue underline-hover")|safe }}</span> - </li> - {% endfor %} - </ul> - - <hr class="mt4 white-20"> - <footer class="tr lh-copy mb4"> - Created by <a href="https://yuv.al" class="link dim green">Yuval Adam</a>. Maintained collaboratively on <a - href="https://github.com/yuvadm/namehack.club" class="link dim green">Github</a>. - </footer> -</body> - -</html>
\ No newline at end of file |
