diff options
| author | Yuval Adam <_@yuv.al> | 2022-10-25 09:34:49 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-10-25 09:34:49 +0300 |
| commit | 5f7b578dd196435af39f39aabc2d93ffc8e6e39a (patch) | |
| tree | 76c1b8d08071ed1e2bf3a2ac94e11596612a59e6 | |
| parent | 1d3ad68adae42f05ddd68c1b5183a8db5f2be338 (diff) | |
Some template updates
| -rw-r--r-- | templates/index.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html index d080c40..6ac7cc6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,20 +20,24 @@ <script src="https://skilled-twentyeight.namehack.club/script.js" data-site="SSTGQKAU" defer></script> </head> -<body class="code mw7-ns ph3 center"> - <h1>Domain Name Hack Club</h1> - <p>An exclusive club of nerds that own the <a href="https://en.wikipedia.org/wiki/Domain_hack" class="link">domain +<body class="mw7-ns ph3 center sans-serif"> + <h1 class="f2 code">Doma.in Na.me Ha.ck Cl.ub</h1> + <p>An exclusive club of nerds that own the <a href="https://en.wikipedia.org/wiki/Domain_hack" + class="link blue">domain hack</a> to their name, and serve their personal homepage from it.</p> + <p>Are you one of us? <a href="https://github.com/yuvadm/namehack.club" class="link blue">Join the club.</a></p> <ul> {% for name in names %} - <li><a href="{{ [name.url, 'https://{{ name.domain }}']|first }}">{{ name.name }}</li> + <li><a href="{{ name.url or 'https://' + name.domain }}" class="link blue b">{{ name.name }}</a>{% if + name.title %}<span class="light-silver">, {{ + name.title }}</span>{% endif %}</li> {% endfor %} </ul> <hr> <footer> - Created by <a href="https://yuv.al">Yuval Adam</a>. Maintained collaboratively on <a - href="https://github.com/yuvadm/namehack.club">Github</a>. + Created by <a href="https://yuv.al" class="link blue">Yuval Adam</a>. Maintained collaboratively on <a + href="https://github.com/yuvadm/namehack.club" class="link blue">Github</a>. </footer> </body> |
