Files
pyproger/pyproger/templates/blog/base.html

188 lines
6.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="{{page_lang}}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<title>
{% block title %}
{% endblock title %}
</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
</head>
<body>
<div id="main-container" class="container-fluid wrapper">
<nav class="page-header navbar p-2 navbar-expand-lg bg-dark border-bottom border-bottom-dark rounded-bottom-4"
data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="{{ url_for("bp_blog.index")}}">
{% block menu_title %}
{% endblock menu_title %}</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Переключатель навигации">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="text-body navbar-nav me-auto mb-2 mb-lg-0 p-3">
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="{{ url_for('bp_blog.index')}}">Главная
</a>
</li>
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="{{ url_for('bp_blog.get_all_tags')}}">Статьи по темам</a>
</li>
{% for m in menu_items %}
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="/{{m.slug}}">{{m.name}}</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</nav>
<div id="content-container" class="page-body container-fluid">
{% block content %} {% endblock %}
</div>
<footer class="container-fluid page-footer bg-dark border-bottom border-bottom-dark rounded-top-4 text-center"
data-bs-theme="dark">
<!-- Footer -->
<!-- Grid container -->
<div class="container p-2">
<!-- Section: Social media -->
<section class="mb-2">
<!-- Telegram -->
<a class="btn btn-outline-light btn-floating m-2"
href="https://t.me/pi3c_nao"
role="button"
><i class="fab fa-telegram"></i
></a>
<!-- VK -->
<a class="btn btn-outline-light btn-floating m-2"
href="https://m.vk.com/pi3c_nao"
role="button"
><i class="fab fa-vk"></i
></a>
<!-- Yandex -->
<a class="btn btn-outline-light btn-floating m-2"
href="mailto:pi3c@yandex.ru"
role="button"
><i class="fab fa-yandex"></i
></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-2"
href="https://github.com/pi3c"
role="button"
><i class="fab fa-github"></i
></a>
<!-- Gitea -->
<a class="btn btn-outline-light btn-floating m-2"
href="https://git.pi3c.ru"
role="button"
><i class="fa fa-gitea"></i
></a>
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-white">pyproger.ru</h5>
<ul class="list-unstyled mb-0">
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="{{ url_for('bp_blog.index')}}">Главная
</a>
</li>
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="{{ url_for('bp_blog.get_all_tags')}}">Статьи по темам</a>
</li>
{% for m in menu_items %}
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="/{{m.slug}}">{{m.name}}</a>
</li>
{% endfor %}
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-white">Вебхостинг</h5>
<ul class="list-unstyled mb-0">
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="https://www.reg.ru/?rlink=reflink-11750021">Российский регистратор reg.ru </a>
</li>
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="https://www.reg.ru/domain/new/?rlink=reflink-11750021">Регистрация доменов</a>
</li>
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="https://www.reg.ru/hosting/?rlink=reflink-11750021">Веб хостинг сайтов</a>
</li>
<li>
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white"
href="https://www.reg.ru/vps/cloud/?rlink=reflink-11750021">Облачные серверы</a>
</li>
</ul>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<!-- Section: Links -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<small class="text-center text-body">
&copy; 2023
<a class="link-offset-2 link-underline link-underline-opacity-0 text-white" href="https://pi3c.ru/">Сергей Ванюшкин</a>
<br>
г.Нарьян-Мар Ненецкий А.О
</small>
<!-- Copyright -->
</footer>
<!-- Footer -->
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"></script>
</body>
</html>