[frontend] Add links on homepage

This commit is contained in:
hagi 2020-09-06 17:59:16 +02:00
parent 7d90003fe7
commit 2a4d687fa6
2 changed files with 9 additions and 4 deletions

View file

@ -49,11 +49,11 @@
<div class="howto-container-2">
<div class="howto">
If you want to run your own hood for your community, you can read our
FAQ(link tba) for hood-admins.
If you want to create your own hood for your community, you can read our
<a [routerLink]="['/organizers']">FAQ</a> for hood-admins.
</div>
<div class="howto">
If you want to help with the development of Kibicara check out our
Github(link).
If you want to contribute to the development of Kibicara check out our
<a href="https://github.com/acipm/kibicara">Github</a>.
</div>
</div>

View file

@ -87,3 +87,8 @@ h3 {
font-weight: bold;
font-size: 1.6375rem;
}
// color can be changed, i just chose a slightly better color than dark blue
a {
color: #673ab7;
}