Add: Credit / Change: Profile / Change & Fix: Responsive / Add: Footer

Link
This commit is contained in:
2025-10-27 18:22:55 +09:00
parent e39ea4fc38
commit 59b350a6e4
7 changed files with 358 additions and 18 deletions
+91
View File
@@ -0,0 +1,91 @@
---
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";
---
<Layout>
<span class="font-bold text-4xl mb-3">クレジット</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>
<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>
<span class="font-bold text-2xl">Gitea Logo</span>
<textarea class="w-[60vw] h-50 resize-none border rounded mb-3" disabled>
{GiteaLogo}
</textarea>
<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>
</Layout>