mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
treewide: site redesign
This commit is contained in:
parent
3d663619e6
commit
4b146bbe4e
80 changed files with 1842 additions and 1117 deletions
|
@ -1,16 +1,38 @@
|
|||
---
|
||||
layout: text.vto
|
||||
title: Contact
|
||||
title: about:telecommunication
|
||||
---
|
||||
|
||||
You can contact me via:
|
||||
|
||||
- Discord: `rgbcube` or `RGBCube#4777`
|
||||
- E-Mail: [`contact@rgbcu.be`](mailto:contact@rgbcu.be)
|
||||
- Matrix: [`@rgbcube:rgbcu.be`](https://matrix.to/#/@rgbcube:rgbcu.be)
|
||||
- Matrix (preferred):
|
||||
[`@rgbcube:rgbcu.be`](https://matrix.to/#/@rgbcube:rgbcu.be)
|
||||
- Discord: [`rgbcube`](https://discord.com/users/512640455834337290)
|
||||
- E-Mail: <a id="bot-block">`contact[at][this-web-site]`</a>
|
||||
|
||||
Here are some other useful links as well:
|
||||
|
||||
- [GitHub](https://github.com/RGBCube)
|
||||
- [Twitch](https://www.twitch.tv/rgbcube)
|
||||
- [X](https://x.com/HSVSphere)
|
||||
|
||||
<script>
|
||||
const real = [
|
||||
[20, 22], // ma
|
||||
[18, 20], // il
|
||||
[16, 18], // to
|
||||
[22, 23], // :
|
||||
[12, 15], // con
|
||||
[8, 12], // tact
|
||||
[15, 16], // @
|
||||
[4, 7], // rgb
|
||||
[12, 13], // cu
|
||||
[0, 1], // .
|
||||
[2, 4], // be
|
||||
].map(([start, end]) => ".ubergbetactcon@toilma:".substring(start, end))
|
||||
.join("");
|
||||
|
||||
const element = document.getElementById("bot-block");
|
||||
element.href = real;
|
||||
element.children[0].innerHTML = real.substring(7);
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue