remove tabs to removed modules
This commit is contained in:
parent
e5a63ce5af
commit
a07048bb01
|
@ -23,9 +23,5 @@ menu_items = [
|
||||||
{name = "lib", url = "$BASE_URL/lib"},
|
{name = "lib", url = "$BASE_URL/lib"},
|
||||||
{name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true},
|
{name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true},
|
||||||
{name = "git↗", url = "https://git.posixlycorrect.com", newtab = true},
|
{name = "git↗", url = "https://git.posixlycorrect.com", newtab = true},
|
||||||
{name = "comms", url = "$BASE_URL/comms"},
|
|
||||||
{name = "analog photo", url = "$BASE_URL/analog-photography"},
|
|
||||||
{name = "docs↗", url = "https://docs.posixlycorrect.com", newtab = true},
|
|
||||||
{name = "notes↗", url = "https://notes.posixlycorrect.com", newtab = true},
|
{name = "notes↗", url = "https://notes.posixlycorrect.com", newtab = true},
|
||||||
{name = "status↗", url = "https://status.posixlycorrect.com/", newtab = true},
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
+++
|
|
||||||
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 [DOWN FOR NOW]
|
|
||||||
<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](https://matrix.to/#/@fabian:posixlycorrect.com)
|
|
||||||
|
|
||||||
If you would like an account on my server, email me.
|
|
||||||
|
|
||||||
---
|
|
Loading…
Reference in a new issue