Compare commits

..

4 Commits
main ... main

  1. 23
      index.html

23
index.html

@ -9,9 +9,6 @@
<title>/dev.space</title>
<link rel="stylesheet" href="styles/index.css" />
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" />
<!-- Plausible analytics -->
<script async defer data-domain="slashdev.space" src="https://analytics.slashdev.space/js/plausible.js"></script>
</head>
<body>
<section class="welcome">
@ -76,6 +73,20 @@
<p>Get agile</p>
</a>
</div>
<div class="services__offers__card">
<h1 class="services__offers__card__heading">
Fediverse
</h1>
<p class="services__offers__card__description">
We host our own federated social media instance.
</p>
<a
href="https://social.slashdev.space"
class="button__link"
>
<p>Toot with us</p>
</a>
</div>
</div>
</div>
</section>
@ -89,8 +100,8 @@
</p>
<a
class="button__link button__contact"
href="https://matrix.to/#/#lobby:matrix.slashdev.space"
><p>#lobby:matrix.slashdev.space</p></a
href="https://matrix.to/#/+community:matrix.slashdev.space"
><p>+community:matrix.slashdev.space</p></a
>
</div>
</section>
@ -118,7 +129,7 @@
</section>
</body>
<footer>
Copyright © 2022 <a href="https://garrit.xyz">Garrit Franke</a> and /dev.space contributers.<br />
Copyright © 2021 Garrit Franke and /dev.space contributers.<br />
This website is licensed under the
<a
href="https://git.slashdev.space/garrit/slashdev.space-landing/src/branch/main/LICENSE"

Loading…
Cancel
Save