Compare commits

...

5 Commits

Author SHA1 Message Date
knoflook dfee86c73e
final touch up on contact info
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is failing Details
2022-04-14 16:03:09 +02:00
knoflook b6e35d9141
Merge branch 'dev' 2022-04-14 16:01:17 +02:00
knoflook 3e40c5a57d
move contact buttons to index 2022-04-12 14:37:46 +02:00
knoflook d58f5d1751
fix mobile layout on get-involved 2022-04-04 16:04:16 +02:00
knoflook 20ff597a1b
add contact page 2022-04-04 15:53:26 +02:00
1 changed files with 30 additions and 6 deletions

View File

@ -19,6 +19,7 @@
<div class="header-links horizontal flex-end">
<a href="#about">ABOUT</a>
<a href="#partners">PARTNERS</a>
<a href="#get-involved">GET INVOLVED</a>
</div>
</header>
@ -37,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>
@ -64,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>
@ -183,6 +178,35 @@
/>
</a>
</div>
</div>
</div>
<div class="vertical align-center" id="get-involved">
<h1>
Get involved
</h1>
<p>
Come chat to the community in our matrix space, or if your client doesn't support that, join our main Matrix channel:
</p>
<div class="horizontal">
<a href="https://matrix.to/#/##serverscoop:libera.chat" class=button-link
>JOIN OUR MATRIX CHANNEL</a
>
<a href="https://matrix.to/#/!bDeUsKuqTQwBjBEAuj:autonomic.zone" class=button-link>
JOIN OUR MATRIX SPACE</a
>
</div>
<p>
Or, if you're old-school, you can
</p>
<div class="vertical align-center">
<a href="irc://libera.chat/#serverscoop" class=button-link>JOIN OUR IRC CHANNEL </a>
<p/>
<div class="horizontal">
<a href="https://www.email-lists.org/mailman/listinfo/servers-coop" class=button-link>JOIN OUR MAILING LIST</a>
<a href="mailto:hello@servers.coop" class=button-link>SEND US A MAIL</a>
</div>
</div>
</div>