web/about: write the general about page

This commit is contained in:
wukko
2024-09-07 18:31:02 +06:00
parent 5af4114c61
commit 7a45866c7c
2 changed files with 81 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ const variables = {
const contacts = {
github: "https://github.com/imputnet/cobalt",
twitter: "https://x.com/justusecobalt",
bluesky: "https://bsky.app/profile/cobalt.tools",
}
const partners = {
royalehosting: "https://royalehosting.net/?partner=cobalt",
}
const donate = {
@@ -40,5 +45,5 @@ const donate = {
const apiURL = "https://api.cobalt.tools";
export { donate, apiURL, contacts };
export { donate, apiURL, contacts, partners };
export default variables;