replace meet with comms tab

This commit is contained in:
Fabian Montero 2024-08-07 18:28:43 -06:00
parent 665d960f32
commit 43b74d99e2
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 12 additions and 4 deletions

View file

@ -0,0 +1,33 @@
+++
title = "communication services"
+++
<style>
#meeting-button {
background: none;
border: none;
color: rgb(252, 147, 0);
text-decoration: bold;
cursor: pointer;
padding: 5px;
font-size: 16px;
border: 1px solid rgb(252, 147, 0);
border-radius: 0;
font-family: Liberation Mono;
}
</style>
### Jitsi
<button id="meeting-button" onclick="window.open('https://meet.posixlycorrect.com/', '_blank')">
Start meeting!
</button>
If you haven't been granted access, <a href="https://wiki.posixlycorrect.com/wiki/Requesting_meet_access" target="_blank">click here to request access</a></li>.
---
### Matrix
I'm on matrix: **@fabian:posixlycorrect.com**
If you would like an account on my server, email me.
---