-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>CHANGELOG</title>
<style>
body {font-family: 'Open Sans', sans-serif;font-size: 15px;margin: 0;min-height: 180px;padding: 0;width: 400px;}
h1, h2 {margin: 0 5px;}
.header {display: flex;align-items: center;justify-content: center;}
.wrapper {padding: 10px 5px;}
</style>
</head>
<body>
<div class="wrapper">
<div class="header"><img src="images/icon.png" alt=""><h2>Trebis</h2></div>
<p>Расширение предназначено для упрощения работы с trello. Оно позволяет:</p>
<ul>
<li>Переносить карточки с предыдущего рабочего дня</li>
<li>Удалять старые списки</li>
<li>Вести статистику по свой доске или по всему рабочему пространству</li>
</ul>
<p>Подробнее о функционале <a href="https://chrome.google.com/webstore/detail/trebis/nhmenioinihecagcdbdmlmocmkoanoko?hl=ru&authuser=0" target="_blank">тут</a></p>
<br>
<p>По всем замечаниям писать: <a href="https://online.sbis.ru/person/5bf5b206-a664-422b-b5e2-41217142717a" target="_blank">Мочалов М.А.</a></p>
<p>Список изменений можно посмотреть: <a href="https://github.com/max36895/trebis/blob/master/CHANGELOG.md" target="_blank">тут</a></p>
</div>
</body>
</html>