implement kiwi chat
This commit is contained in:
parent
0a2a7b3270
commit
d9cc0de560
|
@ -15,7 +15,7 @@ download:
|
|||
link:
|
||||
url: 'https://nxt.basspistol.org/apps/forms/gH92FwA3doHiBHf6'
|
||||
buttontext: 👀 Access survey
|
||||
chat: https://nxt.basspistol.org/s/8dwAQN3bDybx78j
|
||||
chat: https://basspistol.com/chat/#read
|
||||
check_this_if_cannot_be_bought: true
|
||||
stores:
|
||||
- name:
|
||||
|
|
10
chat.html
Normal file
10
chat.html
Normal 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>
|
||||
|
|
@ -54,13 +54,15 @@ layout: default
|
|||
</div>
|
||||
<!-- Content -->
|
||||
<div id="trackInfo">
|
||||
<section>
|
||||
<section style="padding-right: 40px;">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<div id="radioPlaceholder"></div>
|
||||
<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 %}
|
||||
|
||||
|
@ -71,7 +73,6 @@ layout: default
|
|||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue