[calendar] link to the bot

This commit is contained in:
Andrea Vos 2021-09-16 21:14:24 +02:00
parent 15c8189554
commit e3183e2bfe
5 changed files with 48 additions and 9 deletions

View File

@ -197,6 +197,11 @@ links:
iconSet: 'b'
url: 'https://twitter.com/PronounsPage'
headline: '@PronounsPage'
-
icon: 'twitter'
iconSet: 'b'
url: 'https://twitter.com/CalendarQueer'
headline: '@CalendarQueer'
recommended:
-
icon: 'cogs'

View File

@ -122,6 +122,11 @@ links:
iconSet: 'b'
url: 'https://twitter.com/PronounsPage'
headline: '@PronounsPage'
-
icon: 'twitter'
iconSet: 'b'
url: 'https://twitter.com/CalendarQueer'
headline: '@CalendarQueer'
recommended: []
blog: false

View File

@ -873,6 +873,11 @@ links:
iconSet: 'b'
url: 'https://twitter.com/PronounsPage'
headline: '@PronounsPage'
-
icon: 'twitter'
iconSet: 'b'
url: 'https://twitter.com/CalendarQueer'
headline: '@CalendarQueer'
-
icon: 'twitter'
iconSet: 'b'

View File

@ -92,6 +92,11 @@ links:
iconSet: 'b'
url: 'https://twitter.com/PronounsPage'
headline: '@PronounsPage'
-
icon: 'twitter'
iconSet: 'b'
url: 'https://twitter.com/CalendarQueer'
headline: '@CalendarQueer'
recommended: []
blog: false

View File

@ -17,15 +17,34 @@
</section>
<section>
<T>calendar.image.header</T>
<a href="/img-local/calendar/overview.png" target="_blank" rel="noopener" class="btn btn-outline-primary btn-sm">
<Icon v="image"/>
<T>calendar.image.overview</T>
</a>
<a href="/img-local/calendar/labels.png" target="_blank" rel="noopener" class="btn btn-outline-primary btn-sm">
<Icon v="image"/>
<T>calendar.image.labels</T>
</a>
<div class="alert alert-info row">
<div class="col-12 col-lg-6">
<p class="mb-0">
Twitter Bot:
</p>
<p class="mb-0">
<a href="https://twitter.com/CalendarQueer" target="_blank" rel="noopener" class="btn btn-outline-primary m-1">
<Icon v="twitter" set="b"/>
@CalendarQueer
</a>
</p>
</div>
<div class="col-12 col-lg-6">
<p class="mb-0">
<T>calendar.image.header</T>:
</p>
<p class="mb-0">
<a href="/img-local/calendar/overview.png" target="_blank" rel="noopener" class="btn btn-outline-primary m-1">
<Icon v="image"/>
<T>calendar.image.overview</T>
</a>
<a href="/img-local/calendar/labels.png" target="_blank" rel="noopener" class="btn btn-outline-primary m-1">
<Icon v="image"/>
<T>calendar.image.labels</T>
</a>
</p>
</div>
</div>
</section>
<Support/>