replace meet with comms tab
This commit is contained in:
parent
665d960f32
commit
43b74d99e2
|
@ -22,7 +22,7 @@ menu_items = [
|
|||
{name = "about", url = "$BASE_URL/about"},
|
||||
{name = "blog", url = "$BASE_URL/blog"},
|
||||
{name = "wiki", url = "https://wiki.posixlycorrect.com", newtab = true},
|
||||
{name = "meet", url = "$BASE_URL/meet"},
|
||||
{name = "comms", url = "$BASE_URL/comms"},
|
||||
{name = "lib", url = "$BASE_URL/lib"},
|
||||
{name = "analog photography", url = "$BASE_URL/analog-photography"},
|
||||
{name = "analog photo", url = "$BASE_URL/analog-photography"},
|
||||
]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "meet"
|
||||
title = "communication services"
|
||||
+++
|
||||
<style>
|
||||
#meeting-button {
|
||||
|
@ -16,10 +16,18 @@ title = "meet"
|
|||
}
|
||||
</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>.
|
||||
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
---
|
Loading…
Reference in a new issue