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

15
app/templates/base.html Executable file → Normal file
View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>
{% block title %}
Phantas.ma/polis - Looking Back to the Future
Nam June Paik - Media Archive
{% endblock title %}
</title>
<link href="{% sass_src 'css/style.scss' %}" rel="stylesheet" type="text/css">
@ -13,18 +13,15 @@
</head>
<body class="{% block body_class%}{% endblock %}">
<div class="topnav">
<a href="/polis" class="title animated-title">
<a href="/" class="title animated-title">
<div class="title-text text">
Phantas.ma/polis<span class="hide-mobile">: Looking Back to the Future</span>
</div>
<div class="text">
未至之城<span class="hide-mobile">:回顧未來</span>
njp.ma
</div>
</a>
<nav>
<a href="{% url 'films'%}" class="animated-title"><span class="text">films <span class="hide-mobile">-</span> 影片</span></a>
<a href="{% url 'texts' %}" class="animated-title"><span class="text">assemblies <span class="hide-mobile">-</span> 選集</span></a>
<a href="{% url 'about' %}" class="animated-title"><span class="text">about <span class="hide-mobile">-</span> 關於</span></a>
<a href="{% url 'films'%}" class="animated-title"><span class="text">films</a>
<a href="{% url 'texts' %}" class="animated-title"><span class="text">assemblies</a>
<a href="{% url 'about' %}" class="animated-title"><span class="text">about</a>
</nav>
</div>
<main>