implement kiwi chat

This commit is contained in:
Set Hallstrom 2020-10-19 18:11:18 +02:00
parent 0a2a7b3270
commit d9cc0de560
3 changed files with 15 additions and 4 deletions

View file

@ -15,7 +15,7 @@ download:
link: link:
url: 'https://nxt.basspistol.org/apps/forms/gH92FwA3doHiBHf6' url: 'https://nxt.basspistol.org/apps/forms/gH92FwA3doHiBHf6'
buttontext: 👀 Access survey buttontext: 👀 Access survey
chat: https://nxt.basspistol.org/s/8dwAQN3bDybx78j chat: https://basspistol.com/chat/#read
check_this_if_cannot_be_bought: true check_this_if_cannot_be_bought: true
stores: stores:
- name: - name:

10
chat.html Normal file
View file

@ -0,0 +1,10 @@
---
title: Chat with us
description: >-
On this page you'll find a bridge to our IRC channel. This channel is also availbe via matrix
image: /images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg
layout: page
---
<p>You do not need to register to participate. No personal information about you or yout computer is stored. However, this chat is public. <strong>We never ask you to submit credit-card (any other payment information) nor personal information.</strong></p>
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?nick=carnalito|?&theme=cli#basspistol" style="border:0; width:100%; height:540px;"></iframe>

View file

@ -54,13 +54,15 @@ layout: default
</div> </div>
<!-- Content --> <!-- Content -->
<div id="trackInfo"> <div id="trackInfo">
<section> <section style="padding-right: 40px;">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<p>{{ page.description }}</p> <p>{{ page.description }}</p>
<div id="radioPlaceholder"></div> <div id="radioPlaceholder"></div>
<p><strong><span id="tracktime"></span></strong><br /></p> <p><strong><span id="tracktime"></span></strong><br /></p>
<p><strong>Questions about the playlist? Requests? Want to submit tracks? <br /><br /></strong>
<a href="{{ relBase }}/chat/#read" target="_blank" class="button">📢 Chat with us with</a>
</p>
{% include author.html %} {% include author.html %}
@ -71,7 +73,6 @@ layout: default
</section> </section>