0.0.3
This commit is contained in:
19
templates/head_includes/fonts_include.html
Normal file
19
templates/head_includes/fonts_include.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% load static %}
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-Black.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-BlackItalic.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-Bold.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-BoldItalic.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-ExtraBold.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-ExtraBoldItalic.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-ExtraLight.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-ExtraLightItalic.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-Italic.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-Light.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-LightItalic.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-Medium.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-MediumItalic.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-Regular.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-SemiBold.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-SemiBoldItalic.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-Thin.ttf" %}">
|
||||
<link rel="stylesheet" href="{% static "fonts/Raleway-ThinItalic.ttf" %}">
|
||||
@@ -1 +1,14 @@
|
||||
{% extends 'tb_base.html' %}
|
||||
{% extends 'tb_base.html' %}
|
||||
{% block CONTENT %}
|
||||
|
||||
<div class="container_sections_buttons">
|
||||
<div class="cut-width container_content_sections_buttons">
|
||||
{% for section in sections %}
|
||||
<a href="{% url 'section_page' section.url %}" class="section_btn close standart_txt" data-url="{% url 'section_page' section.url %}">
|
||||
<div class="txt_section standart_txt">{{ section.name }}</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
@@ -5,13 +5,16 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>AerBim</title>
|
||||
{% include 'head_includes/fonts_include.html' %}
|
||||
<link rel="stylesheet" href="{% static "fonts/fonts.css" %}">
|
||||
<link rel="stylesheet" href="{% static "aerbimCSS.css" %}">
|
||||
<script src="{% static "jquery_v3_6_4.js" %}"></script>
|
||||
<script src="{% static "aerbimJS.js" %}"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
{% include "blocks/static/header.html" %}
|
||||
<div class="cut-width content">
|
||||
<div class="content">
|
||||
{% block CONTENT %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user