mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-11 00:26:40 -04:00
put <Support> on homepage
This commit is contained in:
parent
77eff4c5e1
commit
76ff7a37ad
17
components/Support.vue
Normal file
17
components/Support.vue
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<template>
|
||||||
|
<section>
|
||||||
|
<h3>
|
||||||
|
<Icon v="people-carry"/>
|
||||||
|
<T>support.header</T>
|
||||||
|
</h3>
|
||||||
|
<p><T>support.description</T></p>
|
||||||
|
<p>
|
||||||
|
<a v-for="link in config.support.links" :key="link.url"
|
||||||
|
:href="link.url" target="_blank" rel="noopener"
|
||||||
|
class="btn btn-outline-primary border m-1">
|
||||||
|
<Icon :v="link.icon" :set="link.iconSet || 'l'"/>
|
||||||
|
{{link.headline}}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</template>
|
@ -28,21 +28,7 @@
|
|||||||
</small>
|
</small>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<Support/>
|
||||||
<h3>
|
|
||||||
<Icon v="people-carry"/>
|
|
||||||
<T>support.header</T>
|
|
||||||
</h3>
|
|
||||||
<p><T>support.description</T></p>
|
|
||||||
<p>
|
|
||||||
<a v-for="link in config.support.links" :key="link.url"
|
|
||||||
:href="link.url" target="_blank" rel="noopener"
|
|
||||||
class="btn btn-outline-primary border m-1">
|
|
||||||
<Icon :v="link.icon" :set="link.iconSet || 'l'"/>
|
|
||||||
{{link.headline}}
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</section>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -212,6 +212,7 @@
|
|||||||
<Media/>
|
<Media/>
|
||||||
<Socials/>
|
<Socials/>
|
||||||
<LanguageVersions/>
|
<LanguageVersions/>
|
||||||
|
<Support/>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user