add responsive iframe chat window

This commit is contained in:
RoboMWM 2020-12-08 18:26:54 -08:00 committed by GitHub
parent 11c8b8818c
commit 446ca6bd3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,40 @@
<head>
<style>
.iframe-container
{
overflow: hidden;
height: 90vh;
position: relative;
}
.iframe-container iframe
{
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
</style>
</head>
<body>
</body>
<!DOCTYPE html>
<html>
<body>
<br/>
<center>
<h1>GriefPrevention Chat</h1>
<h2>Before proceeding, try checking the <a href="https://docs.griefprevention.com">documentation for your question: https://docs.griefprevention.com</a></h2>
<h3>You may also want to search the <a href="https://github.com/TechFortress/GriefPrevention/discussions">Discussions</a> too.</h3>
<h3>Before proceeding, try searching the <a href="https://docs.griefprevention.com">Docs</a> or <a href="https://github.com/TechFortress/GriefPrevention/discussions" target="_blank">Discussions</a> for your question.</h3>
Simply state your question - no need to say hi and wait. Think of this like email instead of a phone conversation.<br />
<b><a href="https://r.griefprevention.com/irc">Click here to join the #GriefPrevention IRC chat channel in your web browser.</a></b><br />
<div class="iframe-container"><iframe loading="lazy" src="https://kiwiirc.com/client/irc.spi.gt/#GriefPrevention"></iframe></div>
<b><a href="https://r.griefprevention.com/irc" target="_blank">Chat window not appearing? Click here to open in a separate tab.</a></b><br />
<br/>
Or join with your own IRC client. Server: irc.spi.gt Channel: #GriefPrevention<br />
<br/>
Want chat history? Consider using <a href="https://www.irccloud.com/" target="_blank">IRCCloud</a> or a free bouncer service.<br />
You can obtain logs within IRC as well (check the channel topic message).<br />
Want chat history? Consider using <a href="https://www.irccloud.com/" target="_blank">IRCCloud</a> or a free bouncer service. Chat logs are also available, see the channel topic.<br />
Here's <a href="http://r.griefprevention.com/dumcord">dumcord</a>, if that's your thing. (And a <a href="http://r.robomwm.com/dumcord">backup dumcord.</a>)
</center>
</body>