Compare commits

...

2 Commits

Author SHA1 Message Date
3wc 120b73ff91 Fix "get involved" link 2022-04-11 23:43:51 +02:00
3wc 0126da3298 Move "get involved" content back to homepage 2022-04-11 23:40:39 +02:00
2 changed files with 32 additions and 55 deletions

View File

@ -1,54 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Servers.coop</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/png" href="static/favicon.ico" />
<!-- <link rel="apple-touch-icon" href="/static/icon.png" /> -->
<link href="static/vendor/normalize.css" rel="stylesheet" />
<link href="static/styleguide.css" rel="stylesheet" />
<link href="static/serverscoop.css" rel="stylesheet" />
</head>
<body>
<main>
<header>
<img src="static/generated/logo.webp" />
<div class="header-links horizontal flex-end">
<a href="index.html">BACK TO MAIN PAGE</a>
</div>
</header>
<div class="vertical align-center">
<h1>
Get involved
</h1>
<p>
Do you want to interact with the community? Join our matrix space, or if your client doesn't support that, join the general channel:
</p>
<p>
<a href="https://matrix.to/#/!bDeUsKuqTQwBjBEAuj:autonomic.zone" class=button-link>JOIN OUR MATRIX SPACE</a>
</p>
<p>
<a href="https://matrix.to/#/##serverscoop:libera.chat" class=button-link>JOIN OUR MATRIX CHANNEL </a>
</p>
<p>
Or if you're old-school you can
</p>
<p>
<a href="https://www.email-lists.org/mailman/listinfo/servers-coop" class=button-link>JOIN OUR MAILING LIST</a>
</p>
<p>
<a href="mailto:hello@servers.coop" class=button-link>SEND US A MAIL</a>
</p>
</div>
<footer class="horizontal justify-center">
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a>
<a href="https://git.coopcloud.tech/servers.coop/servers.coop">(source code)</a>
</footer>
</main>
</body>
</html>

View File

@ -19,7 +19,7 @@
<div class="header-links horizontal flex-end">
<a href="#about">ABOUT</a>
<a href="#partners">PARTNERS</a>
<a href="get-involved.html">GET INVOLVED</a>
<a href="#get-involved">GET INVOLVED</a>
</div>
</header>
@ -134,6 +134,7 @@
/>
</div>
</div>
<div class="main-content-footer center">
<img
src="static/background-tilt-bottom.png"
@ -182,6 +183,36 @@
</div>
</div>
<div class="vertical align-center" id="get-involved">
<h1>
Get involved
</h1>
<p>
Come chat to the community in our matrix space:
</p>
<p>
<a href="https://matrix.to/#/!bDeUsKuqTQwBjBEAuj:autonomic.zone" class=button-link>JOIN OUR MATRIX SPACE</a>
</p>
<p>
Or, if your client doesn't support that, join our main Matrix channel:
</p>
<p>
<a href="https://matrix.to/#/##serverscoop:libera.chat" class=button-link>JOIN OUR MATRIX CHANNEL </a>
</p>
<p>
Or, if you're old-school, you can
</p>
<p>
<a href="irc://libera.chat/#serverscoop" class=button-link>JOIN OUR IRC CHANNEL </a>
</p>
<p>
<a href="https://www.email-lists.org/mailman/listinfo/servers-coop" class=button-link>JOIN OUR MAILING LIST</a>
</p>
<p>
<a href="mailto:hello@servers.coop" class=button-link>SEND US A MAIL</a>
</p>
</div>
<footer class="horizontal justify-center">
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a>
<a href="https://git.coopcloud.tech/servers.coop/servers.coop">(source code)</a>