Files
2024-test-rosmorport/rosmorport_tsts/templates-django/popup/about.jinja
2026-04-01 18:35:10 +03:00

31 lines
1.9 KiB
Django/Jinja
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.
<div aria-hidden="true" aria-labelledby="login_modal_Label" class="modal fade" id="about_modal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content shadow">
<div class="modal-header">
<h3 class="modal-title fs-5" id="login_modal_Label">Что это за&nbsp;ерунда?</h3>
<button aria-label="Close" class="btn-close" data-bs-dismiss="modal" type="button"></button>
</div>
<div class="modal-body">
<h5>О&nbsp;проекте</h5>
<p>
<strong>2024 год:</strong> Веб-приложение для&nbsp;управления и&nbsp;анализа данных, тестовое задание в&nbsp;процессе соискатения на&nbsp;должность <i>Frontend-разработчик</i> в&nbsp;компанию <a href="https://www.rosmorport.ru/" target="_blank">РосМорПорт</a>.
Изготовлено за&nbsp;два дня. В&nbsp;соискании&nbsp;должности отказано.
</p>
<p>
<strong>Условия задания, подробности и&nbsp;исходный код:</strong><br/>
<a href="https://git.cube2.ru/erjemin/2024-test-rosmorport" target="_blank">
https://git.cube2.ru/erjemin/2024-test-rosmorport
</a>
</p>
<p>
<strong>2026 год:</strong> Проект, при&nbsp;переносе на&nbsp;новый хостинг, переделан для&nbsp;разве&shy;ртывания в&nbsp;Docker. Просто жалко выбрасывать.
</p>
<hr/>
<p>Для&nbsp;тестирование: <small><small>логин:</small> admin // <small>пароль:</small> 1234</small></p>
</div>
<div class="modal-footer">
<button class="btn btn-secondary" data-bs-dismiss="modal" type="button">Ок</button>
</div>
</div>
</div>
</div>