summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 6ac7cc6fd378cffa435a382e0d760124fbb4f6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">

  <title>namehack.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">

  <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://skilled-twentyeight.namehack.club/script.js" data-site="SSTGQKAU" defer></script>
</head>

<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 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" class="link blue">Yuval Adam</a>. Maintained collaboratively on <a
      href="https://github.com/yuvadm/namehack.club" class="link blue">Github</a>.
  </footer>
</body>

</html>