style: oscar branding
This commit is contained in:
parent
d12f67b2b0
commit
ad5262dc05
5 changed files with 26 additions and 49 deletions
|
@ -25,12 +25,12 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template #value><div v-html="instance.description"></div></template>
|
||||
</MkKeyValue>
|
||||
|
||||
<!--
|
||||
<div style="display:flex;flex-direction:column;align-items:center;justify-content:center">
|
||||
<div>© {{ new Date().getFullYear() }} MisskeyHQ Inc.</div>
|
||||
<a href="https://go.misskey.io/legal-notice" target="_blank" rel="noopener"><u>特定商取引法に基づく表記</u></a>
|
||||
<div>© {{ new Date().getFullYear() }} OSCAR Node #4</div>
|
||||
<div>Illustration by <u><a href="https://x.com/@DK_DK42" target="_blank" rel="noopener">@DK_DK42</a></u></div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<FormSection>
|
||||
<template #label><Mfm text="$[jelly ❤]"/> Sponsored by</template>
|
||||
<div style="display:flex;flex-wrap:wrap;gap:8px 8px;align-items:center;justify-content:center;">
|
||||
|
@ -45,6 +45,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template #key>Misskey</template>
|
||||
<template #value>{{ version }}</template>
|
||||
</MkKeyValue>
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<div v-html="i18n.tsx.poweredByMisskeyDescription({ name: instance.name ?? host })">
|
||||
</div>
|
||||
<FormLink to="/about-misskey">
|
||||
|
@ -132,13 +133,21 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template #label>{{ i18n.ts.credits }}</template>
|
||||
<div :class="$style.contributors">
|
||||
<MkA to="/@oscar" :class="$style.contributor">
|
||||
<img src="https://ocean.oscar.surf/contents/webpublic-7d8cefdf-cb70-448c-8e9e-1d5c95a18f96.webp" :class="$style.contributorAvatar" alt="Profile image of @oscar@oscar.surf">
|
||||
<img src="https://board.oscar.surf/contents/webpublic-90b08b25-292c-4350-8d04-bc3e36d5dde6.png" :class="$style.contributorAvatar" alt="Profile image of @oscar@oscar.surf">
|
||||
<span :class="$style.contributorUsername">@oscar
|
||||
<span :class="$style.contributorClient">
|
||||
<span :class="$style.oscar">オスカー。</span>
|
||||
</span>
|
||||
</span>
|
||||
</MkA>
|
||||
<MkA to="/@oscar" :class="$style.contributor">
|
||||
<img src="https://board.oscar.surf/contents/4b54943f-2f88-4a53-80c6-97956650e28f.png" :class="$style.contributorAvatar" alt="Profile image of @oscar@oscar.surf">
|
||||
<span :class="$style.contributorUsername">@ion
|
||||
<span :class="$style.contributorClient">
|
||||
<span :class="$style.oscar">オスカー。</span>
|
||||
</span>
|
||||
</span>
|
||||
</MkA>
|
||||
<MkA v-if="$i !== null" :to="`/@${$i.username}`" :class="$style.contributor">
|
||||
<img :src="$i.avatarUrl ?? undefined" :class="$style.contributorAvatar" :alt="`Profile image of @${$i.username}@oscar.surf`">
|
||||
<span :class="$style.contributorUsername">{{ `@${$i.username}` }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue