🚀Renewal
This commit is contained in:
+81
-80
@@ -1,91 +1,92 @@
|
||||
---
|
||||
import Layout from "@/layouts/Layout.astro";
|
||||
import MSymbols from "@/licenses/material-symbols.txt?raw";
|
||||
import GiteaLogo from "@/licenses/gitea-logo.txt?raw";
|
||||
import NiconicoSymbol from "@/licenses/niconico-symbol-mark.txt?raw";
|
||||
import Monkeytype from "@/licenses/monkeytype.txt?raw";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<span class="font-bold text-4xl mb-3">クレジット</span>
|
||||
<span>クレジット</span>
|
||||
|
||||
<span class="font-bold text-2xl">Material Symbols</span>
|
||||
<textarea class="w-[60vw] h-50 resize-none border rounded mb-3" disabled>
|
||||
{MSymbols}
|
||||
</textarea>
|
||||
<div class="section">
|
||||
<span>Material Symbols</span>
|
||||
<textarea disabled>
|
||||
{MSymbols}
|
||||
</textarea>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<span>Monkeytype</span>
|
||||
<textarea disabled>
|
||||
{Monkeytype}
|
||||
</textarea>
|
||||
</div>
|
||||
|
||||
<span class="font-bold text-2xl">WakaTime Logo</span>
|
||||
<p class="mb-3">
|
||||
<a
|
||||
class="text-blue-500 underline"
|
||||
href="https://wakatime.com/legal/logos-and-trademark-usage"
|
||||
target="_blank"
|
||||
>
|
||||
Logos and Trademark Usage
|
||||
</a>に基づき使用しています。
|
||||
</p>
|
||||
<div class="section">
|
||||
<span>みすきーしすてむず いず みすきーしすてむず</span>
|
||||
<p>
|
||||
<a
|
||||
href="https://storage.misskey.systems/storage/files/489b622c-bf02-49a6-a7cc-c67ba1f0930f.png"
|
||||
target="_blank"
|
||||
>
|
||||
サービスのファビコン
|
||||
</a>より利用させていただいております。
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<span class="font-bold text-2xl">Gitea Logo</span>
|
||||
<textarea class="w-[60vw] h-50 resize-none border rounded mb-3" disabled>
|
||||
{GiteaLogo}
|
||||
</textarea>
|
||||
<div class="section">
|
||||
<span>ゆずねっと</span>
|
||||
<p>
|
||||
<a
|
||||
href="https://uwuzu.net/manifest/icon-512x512.png"
|
||||
target="_blank"
|
||||
>
|
||||
サービスのファビコン
|
||||
</a>より利用させていただいております。
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<span class="font-bold text-2xl">Zennロゴマーク</span>
|
||||
<p class="mb-3">
|
||||
<a
|
||||
class="text-blue-500 underline"
|
||||
href="https://zenn.dev/mediakit"
|
||||
target="_blank"
|
||||
>
|
||||
ロゴ使用ガイドライン
|
||||
</a>に基づき使用しています。
|
||||
</p>
|
||||
|
||||
<span class="font-bold text-2xl">Qiitaアイコン</span>
|
||||
<p class="mb-3">
|
||||
<a
|
||||
class="text-blue-500 underline"
|
||||
href="https://help.qiita.com/ja/articles/others-brand-guideline"
|
||||
target="_blank"
|
||||
>
|
||||
ガイドライン
|
||||
</a>に基づき使用しています。
|
||||
</p>
|
||||
|
||||
<span class="font-bold text-2xl">ニコニコ シンボルマーク</span>
|
||||
<textarea class="w-[60vw] h-50 resize-none border rounded mb-3" disabled>
|
||||
{NiconicoSymbol}
|
||||
</textarea>
|
||||
|
||||
<span class="font-bold text-2xl">みすきーしすてむず いず みすきーしすてむず</span>
|
||||
<p class="mb-3">
|
||||
<a
|
||||
class="text-blue-500 underline"
|
||||
href="https://storage.misskey.systems/storage/files/489b622c-bf02-49a6-a7cc-c67ba1f0930f.png"
|
||||
target="_blank"
|
||||
>
|
||||
サービスのファビコン
|
||||
</a>より利用させていただいております。
|
||||
</p>
|
||||
|
||||
<span class="font-bold text-2xl">ゆずねっと</span>
|
||||
<p class="mb-3">
|
||||
<a
|
||||
class="text-blue-500 underline"
|
||||
href="https://uwuzu.net/manifest/icon-512x512.png"
|
||||
target="_blank"
|
||||
>
|
||||
サービスのファビコン
|
||||
</a>より利用させていただいております。
|
||||
</p>
|
||||
|
||||
<span class="font-bold text-2xl">Yahoo! Japan</span>
|
||||
<p class="mb-3">
|
||||
<a
|
||||
class="text-blue-500 underline"
|
||||
href="https://developer.yahoo.co.jp/yconnect/loginbuttons.html"
|
||||
target="_blank"
|
||||
>
|
||||
Yahoo! JAPANアイコン
|
||||
</a>より利用させていただいております。
|
||||
</p>
|
||||
<div class="section">
|
||||
<span>Yahoo! Japan</span>
|
||||
<p>
|
||||
<a
|
||||
href="https://developer.yahoo.co.jp/yconnect/loginbuttons.html"
|
||||
target="_blank"
|
||||
>
|
||||
Yahoo! JAPAN IDログインボタン
|
||||
</a>より利用させていただいております。
|
||||
</p>
|
||||
</div>
|
||||
</Layout>
|
||||
|
||||
<style scoped>
|
||||
span {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin-bottom: -1.5rem;
|
||||
}
|
||||
|
||||
.section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
max-width: 90dvw;
|
||||
}
|
||||
|
||||
.section span {
|
||||
margin: 0;
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.section a {
|
||||
color: #206aff;
|
||||
}
|
||||
|
||||
.section textarea {
|
||||
width: 60dvw;
|
||||
height: 12.5rem;
|
||||
resize: none;
|
||||
border: 1px solid #000000;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user