base site for phantas.ma

This commit is contained in:
j 2023-03-02 15:59:40 +01:00
commit d27f4ac0c0
32 changed files with 50 additions and 710 deletions

View file

@ -1,17 +1,16 @@
{% extends "base.html" %}
{% block head %}
<meta name="title" content="njp.ma"/>
<meta name="description" content="This archive was initiated in the context of CAMP After Media Promises"/>
<meta property="og:title" content="njp.ma"/>
<meta name="title" content="phantas.ma"/>
<meta name="description" content="phantas.ma"/>
<meta property="og:title" content="phantas.ma"/>
<meta property="og:url" content="https://njp.ma"/>
<meta property="og:url" content="https://phantas.ma"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="njp.ma" />
<meta property="og:description" content="This archive was initiated in the context of CAMP After Media Promises"/>
<meta property="og:title" content="phantas.ma" />
<meta property="og:description" content="phantas.ma"/>
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:title" content="njp.ma" />
<meta property="twitter:description" content="This archive was initiated in the context of CAMP After Media Promises"/>
<meta property="twitter:title" content="phantas.ma" />
<meta property="twitter:description" content="phantas.ma"/>
{% endblock head %}
{% block body_class%}animated animated-text body--home{% endblock %}
{% block main %}
@ -33,11 +32,11 @@
{% endif %}
<div class="home">
<div class="box">
<h1 class="h1-en-home">njp.ma</h1>
<h1 class="h1-en-home">Phantas.ma</h1>
<div class="font-size-sm">
<div class="h3"><a href="{% url 'films'%}" class="font-bold">videos 비디오</a></div>
<div class="h3"><a href="{% url 'texts' %}" class="font-bold">cuts 장면들</a></div>
<div class="h3"><a href="{% url 'about' %}" class="font-bold">about 소개</a></div>
{% for text in texts %}
<div class="h3"><a href="{{ text.get_absolute_url }}" class="font-bold">{{ text.title }}</a></div>
{% endfor %}
</div>
</div>
</div>