Files
MainSite/app/templates/portfolio.htm
2019-12-09 23:57:26 +04:00

45 lines
2.2 KiB
HTML
Raw Permalink 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>
<head>
<meta charset="UTF-8">
<title>{{ProgName}} - {{Title}}</title>
<!-- <link rel="stylesheet" href="/static/node_modules/bootstrap/dist/css/bootstrap.css"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
.spoiler{
display:none;
}
.mywindow2 {
position: absolute;
right: 0;
bottom: 0;
}
</style>
</head>
<body class ="b-page">
{{UserHeader|safe}}
Вы можете прочитать или оставить свой отзыв на следующих сервисах:
<ul>
<li><a href = "https://vk.com/topic-99158029_32667236" target = "_blank">Отзывы в ВКонтакте</a></li>
<span class="badge badge-pill badge-warning">Что бы написать отзыв требуется наличие аккаунта в ВК</span></li>
<br><br>
<li><a href = "https://yandex.ru/uslugi/profile/ImamovKonstantin-110703" target = "_blank">Посмотреть отзывы в Яндекс-Услугах</a>
<li><a href = "https://yandex.ru/uslugi/worker-review/ImamovKonstantin-110703" target = "_blank">Оставить отзыв в Яндекс-Услугах</a>
<br><span class="badge badge-pill badge-warning">Требуется наличие Яндекс аккаунта</span></li>
</ul>
{{UserBottom|safe}}
</body>
</html>