Merge branch 'dev'
This commit is contained in:
commit
b9d862c93f
54
get-involved.html
Normal file
54
get-involved.html
Normal file
@ -0,0 +1,54 @@
|
||||
<!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>
|
@ -35,8 +35,11 @@
|
||||
cost and complexity of setting up a server hosting provider.
|
||||
</p>
|
||||
<div class="button-links horizontal">
|
||||
<a href="https://yolo.servers.coop" class="button-link primary"
|
||||
>TRY IT OUT</a
|
||||
<!-- <a href="https://yolo.servers.coop" class="button-link primary" -->
|
||||
<!-- >TRY IT OUT</a -->
|
||||
<!-- > -->
|
||||
<a href="mailto:hello@servers.coop" class="button-link"
|
||||
>GET IN TOUCH</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user