2021-09-28 13:10:22 +00:00
|
|
|
{% extends "base.html" %}
|
2021-10-30 15:38:11 +00:00
|
|
|
{% block head %}
|
|
|
|
<meta name="title" content="Phantasmapolis"/>
|
|
|
|
<meta name="description" content="Looking back to the future"/>
|
|
|
|
<meta property="og:title" content="Phantasmapolis"/>
|
2021-10-30 15:57:40 +00:00
|
|
|
<meta content="https://phantas.ma/static/jpg/phantasmopolis.jpg" name="thumbnail"/>
|
|
|
|
<meta content="https://phantas.ma/static/jpg/phantasmopolis.jpg" name="image_src"/>
|
2021-10-30 15:38:11 +00:00
|
|
|
<meta property="og:url" content="https://phantas.ma/polis"/>
|
2021-10-30 15:57:40 +00:00
|
|
|
<meta property="og:image" content="https://phantas.ma/static/jpg/phantasmopolis.jpg"/>
|
2021-10-30 15:38:11 +00:00
|
|
|
<meta property="og:site_name" content="Phantas.ma/polis" />
|
|
|
|
<meta property="og:description" content="Looking back to the future"/>
|
|
|
|
{% endblock head %}
|
2021-10-24 13:43:02 +00:00
|
|
|
{% block body_class%}animated animated-text body--home{% endblock %}
|
2021-09-28 13:10:22 +00:00
|
|
|
{% block main %}
|
2021-10-21 15:24:26 +00:00
|
|
|
<div class="index">
|
2021-10-24 13:43:02 +00:00
|
|
|
<h1 class="h1-en-home">Phantasmapolis</h1>
|
|
|
|
<p>Looking back to the future</p>
|
|
|
|
|
|
|
|
<h1 class="h1-zh-home">未至之城</h1>
|
|
|
|
<p>回望未來<p>
|
|
|
|
|
2021-10-27 13:26:41 +00:00
|
|
|
<div class="font-bold">Video art programme 錄像計畫</div>
|
2021-10-27 11:37:40 +00:00
|
|
|
<p class="margin-reset">Asian Art Biennale 2021</p>
|
2021-10-24 13:43:02 +00:00
|
|
|
<p>2021亞洲藝術雙年展</p>
|
2021-10-25 06:52:03 +00:00
|
|
|
<p class="font-size-sm">2021.10.30 - 2022.3.6<p>
|
2021-10-24 13:43:02 +00:00
|
|
|
|
|
|
|
<div class="font-size-sm">
|
2021-10-25 06:52:03 +00:00
|
|
|
<div class="h3"><a href="{% url 'films'%}" class="font-bold">Films 影片</a></div>
|
2021-10-27 11:37:40 +00:00
|
|
|
<p class="margin-reset">{{ films }} films on Asian futures, past and present</p>
|
|
|
|
<p>{{ films }}部關於亞洲未來、過去與現在的影片<p>
|
2021-10-24 13:43:02 +00:00
|
|
|
|
2021-10-26 15:39:44 +00:00
|
|
|
<div class="h3"><a href="{% url 'texts' %}" class="font-bold">Assemblies 選集</a></div>
|
2021-10-27 11:37:40 +00:00
|
|
|
<p class="margin-reset">{{ texts }} video essays within or across films</p>
|
|
|
|
<p>{{ texts}}篇影像隨筆與解析<p>
|
2021-10-24 13:43:02 +00:00
|
|
|
|
2021-10-25 06:52:03 +00:00
|
|
|
<div class="h3"><a href="{% url 'about' %}" class="font-bold">About 關於</a></div>
|
2021-10-24 13:43:02 +00:00
|
|
|
</div>
|
2021-10-10 15:06:43 +00:00
|
|
|
</div>
|
2021-09-28 13:10:22 +00:00
|
|
|
{% endblock %}
|