Deployed 87e05ba
to develop in gitlab-notification/ru with MkDocs 1.4.2 and mike 1.1.2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c4acf5460d
commit
14c1e5a985
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
@ -3,3 +3,15 @@
|
||||
border-width: 0;
|
||||
border-left-width: 4px;
|
||||
}
|
||||
|
||||
@keyframes heart {
|
||||
0%, 40%, 80%, 100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
20%, 60% {
|
||||
transform: scale(1.15);
|
||||
}
|
||||
}
|
||||
.heart {
|
||||
animation: heart 1000ms infinite;
|
||||
}
|
@ -83,7 +83,7 @@
|
||||
|
||||
<meta property="og:type" content="website" >
|
||||
|
||||
<meta property="og:title" content="Поддержать разработку - GitLab Notification" >
|
||||
<meta property="og:title" content=":heart:{ .heart } Поддержать разработку - GitLab Notification" >
|
||||
|
||||
<meta property="og:description" content="Спонсорская поддержка делает проект устойчивым, так как она окупает время сопровождающих этого проекта." >
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" >
|
||||
|
||||
<meta name="twitter:title" content="Поддержать разработку - GitLab Notification" >
|
||||
<meta name="twitter:title" content=":heart:{ .heart } Поддержать разработку - GitLab Notification" >
|
||||
|
||||
<meta name="twitter:description" content="Спонсорская поддержка делает проект устойчивым, так как она окупает время сопровождающих этого проекта." >
|
||||
|
||||
@ -125,6 +125,11 @@
|
||||
<label class="md-overlay" for="__drawer"></label>
|
||||
<div data-md-component="skip">
|
||||
|
||||
|
||||
<a href="#_1" class="md-skip">
|
||||
Перейти к содержанию
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div data-md-component="announce">
|
||||
|
||||
@ -636,8 +641,7 @@
|
||||
|
||||
|
||||
|
||||
<h1>Поддержать разработку</h1>
|
||||
|
||||
<h1 id="_1"><img alt="❤" class="twemoji heart" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg/2764.svg" title=":heart:" /> Поддержать разработку<a class="headerlink" href="#_1" title="Permanent link">¶</a></h1>
|
||||
<p>Спонсорская поддержка делает проект устойчивым, так как она окупает время сопровождающих этого проекта - очень дефицитный ресурс, который тратится на разработку новых функций, исправление ошибок, повышение стабильности, решение проблем и общую поддержку. <mark>Самое большое узкое место в Open Source - это время.</mark></p>
|
||||
<p>В будущем планируется появление платной версии бота с большим количеством дополнительного функционала. Возможно ранним донатерам сделаем скидку на подписку <img alt="😉" class="twemoji" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg/1f609.svg" title=":wink:" /></p>
|
||||
<hr />
|
||||
|
Loading…
Reference in New Issue
Block a user