This commit is contained in:
2026-03-31 00:44:15 +09:00
parent 1dfc380333
commit f2b396adc0
2 changed files with 1 additions and 4 deletions

View File

@@ -5,10 +5,9 @@
{% block description %}Nerconeのバナー画像をダウンロード{% endblock %}
{% block content %}
<p class="text-small text-bold"><a href="/links/" class="text-no-decoration">← Links</a></p>
<h3 class="text-bold">Normal</h3>
<p><a href="/assets/images/banner.ai" class="text-no-decoration" download>adobe-illustrator</a> / <a href="/assets/images/banner.svg" class="text-no-decoration" download>svg</a> / <a href="/assets/images/banner.png" class="text-no-decoration" download>png</a> / <a href="/assets/images/banner.webp" class="text-no-decoration" download>webp</a></p>
<pre>&lt;a href=&quot;https://nercone.dev/&quot;&gt;&lt;img src=&quot;https://assets.nercone.dev/images/banner.svg&quot;&gt;&lt;/a&gt; &lt;!-- SVG --&gt;<br>&lt;a href=&quot;https://nercone.dev/&quot;&gt;&lt;img src=&quot;https://assets.nercone.dev/images/banner.png&quot;&gt;&lt;/a&gt; &lt;!-- PNG --&gt;<br>&lt;a href=&quot;https://nercone.dev/&quot;&gt;&lt;img src=&quot;https://assets.nercone.dev/images/banner.webp&quot;&gt;&lt;/a&gt; &lt;!-- WEBP --&gt;</pre>
<h3 class="text-bold">Cat Version</h3>
<h3 class="text-bold" style="margin-bottom: 0px;">Cat Version</h3>
<p>猫バージョンです。dotpictを使って描いたやつをIllustratorで加工してます。個人的にはこっちのほうが好き。</p>
<p><a href="/assets/images/banner_cat.ai" class="text-no-decoration" download>adobe-illustrator</a> / <a href="/assets/images/banner_cat.svg" class="text-no-decoration" download>svg</a> / <a href="/assets/images/banner_cat.png" class="text-no-decoration" download>png</a> / <a href="/assets/images/banner_cat.webp" class="text-no-decoration" download>webp</a></p>
<pre>&lt;a href=&quot;https://nercone.dev/&quot;&gt;&lt;img src=&quot;https://assets.nercone.dev/images/banner_cat.svg&quot;&gt;&lt;/a&gt; &lt;!-- SVG --&gt;<br>&lt;a href=&quot;https://nercone.dev/&quot;&gt;&lt;img src=&quot;https://assets.nercone.dev/images/banner_cat.png&quot;&gt;&lt;/a&gt; &lt;!-- PNG --&gt;<br>&lt;a href=&quot;https://nercone.dev/&quot;&gt;&lt;img src=&quot;https://assets.nercone.dev/images/banner_cat.webp&quot;&gt;&lt;/a&gt; &lt;!-- WEBP --&gt;</pre>