towards njp.ma

This commit is contained in:
j 2021-11-12 10:21:00 +00:00
commit b24ba91bfc
23 changed files with 167 additions and 524 deletions

22
app/templates/index.html Executable file → Normal file
View file

@ -20,27 +20,15 @@
{% block body_class%}animated animated-text body--home{% endblock %}
{% block main %}
<div class="index">
<h1 class="h1-en-home">Phantasmapolis</h1>
<p>Looking back to the future</p>
<h1 class="h1-zh-home">未至之城</h1>
<p>回望未來<p>
<div class="font-bold">Video art programme 錄像計畫</div>
<p class="margin-reset">Asian Art Biennale 2021</p>
<p>2021亞洲藝術雙年展</p>
<p class="font-size-sm">2021.10.30 - 2022.3.6<p>
<h1 class="h1-en-home">njp.ma</h1>
<p></p>
<div class="font-size-sm">
<div class="h3"><a href="{% url 'films'%}" class="font-bold">Films 影片</a></div>
<p class="margin-reset">{{ films }} films on Asian futures, past and present</p>
<p>{{ films }}部關於亞洲未來、過去與現在的影片<p>
<div class="h3"><a href="{% url 'films'%}" class="font-bold">Films</a></div>
<div class="h3"><a href="{% url 'texts' %}" class="font-bold">Assemblies 選集</a></div>
<p class="margin-reset">{{ texts }} video essays within or across films</p>
<p>{{ texts}}篇影像隨筆與解析<p>
<div class="h3"><a href="{% url 'texts' %}" class="font-bold">Assemblies</a></div>
<div class="h3"><a href="{% url 'about' %}" class="font-bold">About 關於</a></div>
<div class="h3"><a href="{% url 'about' %}" class="font-bold">About</a></div>
</div>
</div>
{% endblock %}