[frontend] Add links on homepage
This commit is contained in:
parent
7d90003fe7
commit
2a4d687fa6
|
@ -49,11 +49,11 @@
|
||||||
|
|
||||||
<div class="howto-container-2">
|
<div class="howto-container-2">
|
||||||
<div class="howto">
|
<div class="howto">
|
||||||
If you want to run your own hood for your community, you can read our
|
If you want to create your own hood for your community, you can read our
|
||||||
FAQ(link tba) for hood-admins.
|
<a [routerLink]="['/organizers']">FAQ</a> for hood-admins.
|
||||||
</div>
|
</div>
|
||||||
<div class="howto">
|
<div class="howto">
|
||||||
If you want to help with the development of Kibicara check out our
|
If you want to contribute to the development of Kibicara check out our
|
||||||
Github(link).
|
<a href="https://github.com/acipm/kibicara">Github</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -87,3 +87,8 @@ h3 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.6375rem;
|
font-size: 1.6375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// color can be changed, i just chose a slightly better color than dark blue
|
||||||
|
a {
|
||||||
|
color: #673ab7;
|
||||||
|
}
|
Loading…
Reference in a new issue