base site for phantas.ma
This commit is contained in:
parent
1e082c6786
commit
d27f4ac0c0
32 changed files with 50 additions and 710 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||
<title>
|
||||
{% block title %}
|
||||
njp.ma
|
||||
phantas.ma
|
||||
{% endblock title %}
|
||||
</title>
|
||||
<link href="{% sass_src 'css/style.scss' %}" rel="stylesheet" type="text/css">
|
||||
|
|
@ -15,14 +15,16 @@
|
|||
<div class="topnav">
|
||||
<a href="/" class="title font-family-wrong">
|
||||
<div class="title-text text">
|
||||
njp.ma
|
||||
phantas.ma{{text.get_absolute_url}}
|
||||
</div>
|
||||
</a>
|
||||
<div class="item-title"></div>
|
||||
<nav>
|
||||
{% comment %}
|
||||
<a href="{% url 'films' %}" class="animated-title"><span class="text">videos 비디오</span></a>
|
||||
<a href="{% url 'texts' %}" class="animated-title"><span class="text">cuts 장면들</span></a>
|
||||
<a href="{% url 'about' %}" class="animated-title"><span class="text">about 소개</span></a>
|
||||
{% endcomment %}
|
||||
</nav>
|
||||
</div>
|
||||
<main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue