summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-11-17 00:35:42 +0200
committerYuval Adam <_@yuv.al>2022-11-17 15:38:21 +0200
commitf9229cf066eb810a97b3b324527e42d5acba254d (patch)
treed6f592695e4e00179e04182d015a240d341ecc16 /templates
parentbcf0ce69c5ae552797f4daf30214fab446c61d14 (diff)
Split list and render candidates
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index aa366de..762e5a6 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -27,7 +27,8 @@
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 pl0 pv4">
+ <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")|safe }}</div>
@@ -35,6 +36,17 @@
</li>
{% endfor %}
</ul>
+
+ <h2 class="pt4">Candidates<span class="infolink"></span></h2>
+ <ul class="list pl0">
+ {% for name in candidates %}
+ <li class="mb3">
+ <div class="f4">{{ name|render_link("link dim blue")|safe }}</div>
+ <div class="light-silver serif mt1">{{ name.title }}</div>
+ </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