Browse Source

polish text

master
TA 3 years ago
parent
commit
55799dfeac
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      templates/list.html

+ 7
- 5
templates/list.html View File

@ -241,11 +241,13 @@
<button type="button" class="close" aria-label="Close">
<span>&times;</span>
</button>
<p>现已进入“答辩”阶段。入围的选手会在闭社平台上发布更详细的陈述,并与观众在评论区互动。前往 <a href="https://thu.closed.social/tags/%E7%89%B9%E6%99%AE%E9%80%9A%E5%A5%96%E7%AD%94%E8%BE%A9">thu.closed.social/tags/特普通奖答辩</a> 围观。<br>
(闭社需使用清华邮箱注册)</p>
<p>现已进入“答辩”阶段,入围者将在<a href="https://thu.closed.social/">闭社</a>线上“答辩”。
如果想来围观或是与入围者交流,请注册并登陆<a href="https://thu.closed.social/">闭社</a>(需华清邮箱),前往<a href="https://thu.closed.social/web/timelines/tag/%E7%89%B9%E6%99%AE%E9%80%9A%E5%A5%96%E7%AD%94%E8%BE%A9">特普通奖答辩现场</a>,或点击下方滑动链接进入某一位入围者的答辩房间。
<br>
<ul>
{% for id, url in step2.get('cand', []) %}
<li style="animation: {{id*37 % 23 + 5}}s loop linear infinite;"><a href="{{url}}">{{id}}号选手</a></li>
{% for id, name, url in step2.get('cand', []) %}
<li style="animation: {{id*37 % 23 + 10}}s loop linear infinite;"><a href="{{url}}">{{name}} (No. {{id}})</a></li>
{% endfor %}
</ul>
</div>
@ -254,7 +256,7 @@
<div class="part1">
{% if not verified %}
<form action="verify" method="post" class="verify-box">
<p>完成简易验证后,你可以提交报名、获取评委群、点赞以及发布匿名评论<sub>(火热开发中)</sub>)</p>
<p>提名阶段已经结束,不过完成简易验证后,你依然可以于此畅所欲言或加入评委群。</p>
<hr>
{% for v in vs %}
<div class="form-group row">

Loading…
Cancel
Save