[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' iconSet: 'b'
url: 'https://twitter.com/PronounsPage' url: 'https://twitter.com/PronounsPage'
headline: '@PronounsPage' headline: '@PronounsPage'
-
icon: 'twitter'
iconSet: 'b'
url: 'https://twitter.com/CalendarQueer'
headline: '@CalendarQueer'
recommended: recommended:
- -
icon: 'cogs' icon: 'cogs'

View File

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

View File

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

View File

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

View File

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