Add matrix to joinus

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2022-12-14 16:29:04 +00:00
parent a26d0c5d71
commit 215df7c213
2 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@ I am attempting to create this website without JavaScript.
Licensing, or what is a website?
This website contains no JavaScript and has essentially no code made by myself, therefore it isn't a program, the GPL or similar licenses do not seem applicable, of course I am not a lawyer.
I wish to use CC-BY 4.0 where applicable, or a similar license for anything it isn't applicable to. If you know anything about licensing and think this should be made better please reach to me
I wish to use CC-BY 4.0 where applicable, or a similar license for anything it isn't applicable to. If you know anything about licensing and think this should be made better please reach out to me
Do note:
- Not all images are made by us and are therefore, © their respective owners
@ -21,5 +21,5 @@ Do note:
- The template is "Grayscale" by Start Bootstrap, licensed under MIT
- lektor-i18n is licensed under GPL-3.0
- lektor-scss is licensed under MIT
- The CSS is based on Bootstrap (licensed under MIT), with modifications by Start Bootstrap (Also licensed under MIT), and my own changes are therefore also MIT
- The style.CSS is based on Bootstrap (licensed under MIT), with modifications by Start Bootstrap (Also licensed under MIT), and my own changes are therefore also MIT
- The fonts: ForkAwesome is licensed under SIL OFL 1.1. Nunito is licensed under the SIL OFL 1.1. Varela Round is licensed under SIL OFL 1.1.

View file

@ -5,6 +5,7 @@
<h2 class="display-3 text-black mb-4">{{ this.join_title }}</h2>
<div class="col-8 col-md-4 col-lg-3 d-grid gap-2 mx-auto">
<a href="https://discord.gg/tzbXdkxWYF" class="btn btn-primary"><i class="fa fa-discord" aria-hidden="true"></i> Discord</a>
<a href="https://matrix.to/#/#queerscriptors:encryptionin.space" class="btn btn-primary"><i class="fa fa-matrix-org" aria-hidden="true"></i> Matrix</a>
<a href="https://littleroot.net/weblate/" class="btn btn-primary"><i class="fa fa-language" aria-hidden="true"></i> Weblate</a>
</div>
</div>