You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
898 B
28 lines
898 B
<footer class="footer"> |
|
<div class="content has-text-centered"> |
|
<p> |
|
<img class="app-logo logo" *ngIf="env.appLogo" src="{{ env.appLogo }}" alt="{{ env.appTitle }}" /> |
|
|
|
{{ env.appTitle }} - {{ env.appVersion }} - libérez vos sondages. <i class="fa fa-copyleft"></i> Logiciel |
|
libre sous licence AGPL v3. |
|
<a href="https://framagit.org/framasoft/framadate/funky-framadate-front"> |
|
<i class="fa fa-gitlab"></i> Sources</a |
|
> |
|
| |
|
<a href="https://framagit.org/framasoft/framadate/funky-framadate-front/-/wikis/home"> |
|
<i class="fa fa-book"></i> |
|
Documentation |
|
</a> |
|
| |
|
<a href="https://framateam.org/ux-framatrucs/channels/framadate"> |
|
<i class="fa fa-comment"></i> |
|
canal de discussion Framateam |
|
</a> |
|
| |
|
<a href="https://riot.im/app/#/room/#framadate:matrix.org"> |
|
<i class="fa fa-matrix-org"></i> |
|
canal Matrix |
|
</a> |
|
</p> |
|
</div> |
|
</footer>
|
|
|