snug: custom welcome page

This commit is contained in:
vib 2022-08-26 16:58:44 +03:00
parent 18dca3a4b4
commit a797b0e75d
Signed by: vib
GPG Key ID: D6A57F213CA77C57
1 changed files with 16 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class="emojis">
<MkEmoji :normal="true" :no-style="true" emoji="👍"/>
<MkEmoji :normal="true" :no-style="true" emoji="❤"/>
<MkEmoji :normal="true" :no-style="true" emoji="😆"/>
<MkEmoji :normal="true" :no-style="true" emoji="🥴"/>
<MkEmoji :normal="true" :no-style="true" emoji="🎉"/>
<MkEmoji :normal="true" :no-style="true" emoji="🍮"/>
</div>
@ -30,6 +30,21 @@
<MkButton inline rounded gradate data-cy-signup style="margin-right: 12px;" @click="signup()">{{ i18n.ts.signup }}</MkButton>
<MkButton inline rounded data-cy-signin @click="signin()">{{ i18n.ts.login }}</MkButton>
</div>
<div class="status">
<div class="action">
<p>Information on what snug.moe has to offer and Rules:</p>
<MkButton gradate inline rounded onclick="window.location.href='https://info.snug.moe'">Info</MkButton>
</div>
<p>Enjoy your stay c:</p>
<div>
<MkButton inline style="margin-right: 12px; margin-bottom: 12px" onclick="window.location.href='https://element.snug.moe'">Matrix client</MkButton>
<MkButton inline style="margin-right: 12px; margin-bottom: 12px" onclick="window.location.href='https://video.snug.moe'">Peertube</MkButton>
<MkButton inline style="margin-right: 12px; margin-bottom: 12px" onclick="window.location.href='https://pic.snug.moe'">Pixelfed</MkButton>
</div>
<div>
<MkButton inline style="margin-right: 12px; margin-bottom: 12px" onclick="window.location.href='https://uptime.snug.moe'">Services status</MkButton>
</div>
</div>
</div>
</div>
<div v-if="instances" class="federation">