final touch up on contact info
This commit is contained in:
parent
b6e35d9141
commit
dfee86c73e
@ -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>
|
@ -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>
|
||||
|
||||
@ -38,9 +38,6 @@
|
||||
<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>
|
||||
|
||||
@ -65,9 +62,6 @@
|
||||
<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…
Reference in New Issue
Block a user