Browse Source

feat: add matrix community

main
Garrit Franke 3 years ago
parent
commit
f13b4fa7d5
Signed by: garrit
GPG Key ID: BB54AF7EB0939F3D
  1. 8
      index.html
  2. 2
      styles/contact.css

8
index.html

@ -98,14 +98,10 @@
is welcome. Simply join our Matrix server and chat with us. is welcome. Simply join our Matrix server and chat with us.
Already got an account on another instance? Great! Already got an account on another instance? Great!
</p> </p>
<p>
Once you're in, feel free to browse our public directory to
discover interesting rooms, or create your own!
</p>
<a <a
class="button__link button__contact" class="button__link button__contact"
href="https://matrix.to/#/#lobby:matrix.slashdev.space" href="https://matrix.to/#/+community:matrix.slashdev.space"
><p>#lobby:matrix.slashdev.space</p></a ><p>+community:matrix.slashdev.space</p></a
> >
</div> </div>
</section> </section>

2
styles/contact.css

@ -7,7 +7,7 @@
.button__contact { .button__contact {
margin: auto; margin: auto;
margin-bottom: 2rem; margin-bottom: 2rem;
width: 15rem; width: 20rem;
} }
@media only screen and (max-width: 520px) { @media only screen and (max-width: 520px) {

Loading…
Cancel
Save