This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
arka-mvp/templates/about.html
2022-09-15 22:25:55 +03:00

18 lines
853 B
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.

{% extends 'base.html' %}
{% block title %} Арка | О нас {% endblock %}
{% block content %}
<h1> О нас </h1>
<p>
На этой странице должен быть написан текст об этой компании.
</p>
<h3>Контакты</h3>
<ul>
<li><a href="https://t.me/Vlad_ost_31">@Vlad_ost_31</a> - Владислав, разработчик сайта.</li>
<li><a href="https://t.me/n3luna">@n3luna</a> - Георгий, разработчик мобильного приложения.</li>
<li><a href="https://t.me/sergey_investing">@sergey_investing</a> - Сергей, дизайнер, верстальщик.</li>
<li><a href="https://t.me/PavelIvanchenko">@PavelIvanchenko</a> - Павел, просто главный.</li>
</ul>
{% endblock %}