New unlogged homepage

With fancy illustrations 

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-21 17:49:18 +02:00
parent 3864d6306a
commit fa7cd7e0e3
16 changed files with 185 additions and 9 deletions

View File

@@ -28,6 +28,20 @@
</small>
<b-input type="textarea" v-model="adminSettings.instanceDescription" rows="2" />
</div>
<div class="field">
<label class="label has-help">{{ $t("Instance Slogan") }}</label>
<small>
{{
$t(
'A short tagline for your instance homepage. Defaults to "Gather ⋅ Organize ⋅ Mobilize"'
)
}}
</small>
<b-input
v-model="adminSettings.instanceSlogan"
:placeholder="$t('Gather ⋅ Organize ⋅ Mobilize')"
/>
</div>
<div class="field">
<label class="label has-help">{{ $t("Contact") }}</label>
<small>